*{
/* set the fonts to a uniform size, including form fields as well as all headings etc. */
	font-size:100%;
	margin:0;
	padding:0;
}
	
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #FFFFFF;
} 
body {
	color:#666;
	padding-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	background-color: #FFFFFF;
}
p{
	margin:0.6em 0;
}
a {
	color: #967330;
}
a:visited {
	color: #967330;
}
a:hover {}
h1, h2, h3 {font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	margin:1em 0;}

#h1 {}
#h2{
	font-size:125%;
}


/* ul {
	list-style-type: none;
} */
li {margin-left: 30px;}
ul .sarasas {	list-style-type: none;}


#stop {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/15.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 20px;
	
	}
	#stopr {
	text-align: right;
}
#sbot {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/8.gif);
	background-position: bottom;;
	background-repeat: repeat-x;
	height: 20px;
	}
#sleft {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/9.gif);
	background-repeat: repeat-y;
}
#sright {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/12.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
#pagewidth {
	width:700px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border: 15px solid #FFFFFF;
} 
 
#header{
 position:relative; 
 height:65px; 
  background-color:#967330; 
 width:100%;
} 
#baner {
	position:relative;
	height:135px;
	background-color:#FFFFFF;
	width:698px;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 1px solid #E0E0E0;
}

#navigation {
	background-color: #454545;
	margin-bottom: 7px;
	color: #FFFFFF;
	padding-left: 12px;
	height: 27px;
	line-height: 26px;
}
#navigation a, #navigation a:visited {
	color: #FFFFFF;
}
#navigation a:hover {
	color: #967330;
}
#wrapper {
	border: 1px solid #E0E0E0;
}
#leftcol{
	width:200px;
	float:left;
	position:relative;
	padding-right: 5px;
	padding-left: 5px;
 }
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:462px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E0E0;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
 }
 #maincol h2 {
	font-size:130%;
	padding-top: 5px;
	padding-bottom: 7px;
}
 #leftcol h2 {
	font-size:115%;
	padding-top: 7px;
	padding-bottom: 5px;
}
 
#footer{
	clear:both;
 } 
#bottom {
	font-size:88%;
	color:#B0ABAB;
	height: 50px;
}
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
img {
	border-style: none;
} 


.clearfix{display: inline-table;}

* html .clearfix{height: 1%;}
.clearfix{display: block;}



 
 /*printer styles*/ 
 @media print{ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
