/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FDFFEF;
}
a:hover {
	color: #FDFFEF;
}
body {
	background: #fcfcfc ;
	color: #373737;
	font: bold 11px Tahoma Lucida, sans-serif;
	font-weight:bold;
	background: #e2e2e1 url(img/bg22.png) top center no-repeat;
}

html {overflow:hidden; }

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}


img {
	
border:0;
}
pre {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
code {
	background: #FFE;
	font: normal 1em "Courier New",monospace;
}
blockquote {
	background: url('img/quote.gif') no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3,h4 {
	color: #323332;
	padding-top: 2px; padding-bottom: 5px; font-family: Tahoma;
}


/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
margin: 0 auto; 
	width: 1000px;
}

/* header */
.header {
	background: url('img/header.jpg') no-repeat;
	height: 270px;
	margin: 0 0;
	
}

/* title */

#enter {
	position: relative;
	top:-755px;
	left:467px;
width:200px;
}

#int {
	position: relative;
	top:-700px;
	left:167px;
width:200px;
}

#lcol {
	position: relative;
	top:10px;
	left:-80px;
width:150px;
float:left;
}

#rcol {
	position: relative;
	top:0px;
	left:800px;
width:150px;
float:left;
}

#crn {
z-index:234;
	position: relative;
	top:435px;
	left:-215px;
width:200px;
float:left;
}
#buttons2 a {
	color: #666666;
	font-weight:normal;
	text-decoration:none;
	display:block;
	float:left;
	padding:6px 11px;
	margin:2px;
	background: #f0f0f0;
	
}
#buttons2 a:hover {

	text-decoration:underline;
}

#contact2 {
	position: relative;
	width:200px;
	top:189px;
	left:300px;
	font-weight:bold;
}

.title {
	padding: 32px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}
.title h1 a,
.title h1 a:link,
.title h1 a:visited,
.title h1 a:hover,
.title h1 a:active {
	color: #E4DBCF;
  text-decoration: none;
}




/* main */
.main {
	clear: both;
	padding: 5px 10px 12px 0px;
	
	background: url('img/body_bg.gif') repeat-y 0px 0px;
}



#phone{background: url('img/contacts.gif') no-repeat center left;	
		
}
#phone span {color:#4fad40; font-size: 14px;}


#contacts{
margin-top: 150px;
	font: bold 9px Tahoma;
 background: url('img/phone.gif') no-repeat center left;
}
#contacts span { color:#ff6600; font-size: 14px;}
/* content */
.content {

margin-left: -100px;
}
.content .info {  /* .descr */
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content ul li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}

.content #gal {
 background-color: #afdd27;	
	border:1px solid #7ca800;
	text-align:left;
	width:250px;
	font-weight: bold;
	float:right;
	margin:5px -88px 0px 0px;
	padding: 2px 5px 2px 5px; font-size: 1.1em;
}

.content #next { display:block;
	text-decoration:none;
	background-color:#000;
	width:70px;
	color:#cd2e2a;
	margin:5px 5px 0px 0px;
	padding:95px 5px 2px 5px; font-size: 1.4em; z-index: 999;
	 background: url('img/next.gif') no-repeat bottom right;
}



.content h2{
 font-size:1.6em;
 color: #980000;
 background: url('img/h2bg.gif') repeat-x bottom left;
}
.content ol li {
	list-style: decimal;
	margin-left: 18px;
}
.content .comment-form-body {
	width: 450px;
}
.comment-author {
  font-size: 1.1em;
}

/* footer */      
#footer {
	border-top: 5px #cececd solid;

	color: #FED;
font: bold 1.2em Verdana,sans-serif;
	line-height: 25px;
	/* margin: 0 0 0 10px;
	padding: 0 18px; 
	width: 725px */
	margin: 0 auto;
	text-align: center;	
	width: 1000px;
}
#footer a {
	color: #3b3a3a;
	  padding-right: 5px;
	text-decoration: none;
}
#footer a:hover {
	color: #77ae04;
	text-decoration: underline;
}
#footer .footerLeft, 
#footer .footerRight {
  padding: 0 12px;
 }
#footer .copy{
	color: #3b3a3a;
	font: normal 0.8em Verdana,sans-serif;
	padding: 0 0px; 
	
}
/* floats */
.footerLeft {float: left;} /* names changed from "left" and "right" to avoid conflict with Admin CSS */
.footerRight {float: right;}
.clearer {clear: both;}
