@import url(menu.css);
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;

} 
 
#holder{ 
 width:765px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100%;  
 width:100%;
 margin-left:6px;
 margin-top:20px;
 margin-bottom:0;
} 
#wrapper {
	background-image: url("../../images/design/line1.gif");
}
#leftcol{
 width:195px; 
 float:left; 
 position:relative; 

 }
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:530px; 
 }

 
#content {
margin-right:35px;
text-align:left;

}
h1 {
	/*background-color: #ffcc99;*/
	/*width:100%;*/
	margin-bottom:2px;
}
/*p:hover {
	background-color: #ccc;
}*/
#content h1 {
/*margin-top:27px;*/
color:#003300;

}
#text_intro h1 {

font-size:13px;
margin-bottom:2px;
}

h4 {
/*background-image:url(../../images/design/title.jpg);*/
background-color: #ffcc99;
width:100%;
color: #003300;
font-size: 13px;

}

h5 {
color: #003300;
font-size: 12px;
}

h3 {

font-size: 12px;
}


a:link {color: #003300; text-decoration: underline}
a:visited {color: #003300; text-decoration: underline}
a:hover {color: #003300; text-decoration: none}



#link_intro { 
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffcc99;
text-align: right; 
margin-top:2px;
margin-bottom:2px;
}
 
#footer{
 height:35px; 
 background-image:url(../../images/design/bott.gif); 
 clear:both;
 background-color: #fff;
 text-align:center;
 font-size:10px;
 color:#003300;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }

 .image {
	background-color: #fff;
 }
.clearfix{display: inline-table;}

/* 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*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
