/* generated by csscreator.com */ 
html, body {
font-family:verdana, sans-serif; 
font-size:0.9em;
margin:0; 
padding:0; 
text-align:center; 
} 
 
#pagewidth { 
width:960px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 
 
#header {
background: url(header.jpg) 0 no-repeat;
position:relative; 
height:35px; 
background-color: #F5DEB3; 
width:958px;
margin: 10px 0 10px 0;
border: 1px solid #000000;
} 

#header p {
text-align:center;
color: #000;
font-size:1.5em;
font-weight:bold;
padding: 6px 0 0 10px;
margin:0;
}
 
#navigation {
width:182px; 
float:left; 
position:relative; 
background-color:#FFFFFF; 
}

#navigation p {
font-size:1.1em;
font-weight:bold;
text-align:center;
margin: 0;
padding:2px 3px;
color:#FDF5E6;
background: #D2691E;
border: 2px solid #D2691E;
}
 
#twocols {
width:778px; 
float:right; 
position:relative; 
}
 
#sidebar {
width:160px; 
float:right; 
position:relative; 
background-color:#ffffff;
border:0px solid #000000;
}

#sidebar p {
margin:0;
padding: 0;
}
 
#content {
font-size:1.1em;
margin:0 15px 0 15px;
background-color: #FDF5E6;
padding:5px;  
float:left; 
display:inline; 
position: relative; 
width:573px; 
border: 1px solid #D2691E;
}
 
#footer {
border: 1px solid #000;
margin: 10px 0 0 0;
padding: 3px 10px;
background-color: #F5DEB3; 
clear:both;
} 

#navi {
margin:0 0 10px 0;
padding:0;
list-style:none;
}


#navi a {
text-decoration:none;
font-weight:bold;
margin:0;
padding:5px 2px 4px 15px;
color: #000;
background: url(bul.gif) 3px 50% no-repeat #FDF5E6;
border-width:0px 2px 2px 2px;
border-style:solid;
border-color:#D2691E;
display:block;
}

#navi a:hover {
background: url(bul-hover.gif) 3px 50% no-repeat #D2691E;
color: #fff;
}

#content h1 {
margin:5px 0 10px 0;
font-size:1.2em;
text-align:center;
}

#content h2 {
font-size:1.0em;
}

#content h3 {
font-size:1.0em;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#navigation{display:none;} 

/*hide the right column when printing*/ 
#sidebar{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}