html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 line-height: 1.4em;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;


} 
 
#pagewidth{ 
margin:0; 
 padding:0; 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background-color:#eae0a9;
 margin-top:22px;
  } 
 
#header{
  position:relative;  
	height:190px; 
  width:100%;
	background-color:#eae0a9;
	}
		
#wrapper{
position:relative;
background-color:#eae0a9;
text-align:center;


}		


 
#leftcol{
 width:34%; 
 float:left; 
 position:relative; 
 padding:0;
 margin:0;
 text-align:left;
 border:0px solid blue;
 
 }
 
 #leftcol-inside{
 padding:12px 0px 12px 42px;
 border:0px solid red;
 }
 
 
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:64%; 
 padding:0;
 margin:0;
 text-align:left;
 border:0px solid green;
 }
 
  #maincol-inside{
 padding:16px 90px 20px 20px;
 border:0px solid brown;
 }
 
 
 
 
#footer{
 height:150px; 
   background-color:#f9f0c7;
 clear:both;
 color:#6d6d6d;
 } 
 
  #footer-inside{
 padding:20px 100px 20px 100px;
  text-align:center;
	font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:normal;
line-height:normal;
font-size:11px;
 }
 

 
 /* *** 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*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
















/*Place the p h and uls at the bottom of the css file */

p{
margin:0;
padding:0;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:normal;
font-size:14px;
line-height:normal;
color:#2b2b2b;
}


h1{
margin:0;
padding:0;
 font-family:Georgia,'Bookman Old Style',serif;
font-style:bold;
font-size:33px;
line-height:normal;
color:#6d6d6d;
}


h2{
margin:0;
padding:0;
 font-family:Georgia,'Bookman Old Style',serif;
font-style:bold;
font-size:28px;
line-height:normal;
color:#6d6d6d;
}


h3{
margin:0;
padding:0;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:bold;
font-size:22px;
line-height:normal;
}


h4{
margin:0;
padding:0;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:bold;
font-size:18px;
line-height:normal;
}

ul, li
{
margin:0;
padding:0;
margin-left:15px;
padding-bottom:12px;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:normal;
font-size:13px;
line-height:normal;
color:#2b2b2b;
}

ul{
padding-top:8px;
padding-bottom:15px;
}

a:link, a:visited { color: #000000; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #0066FF; text-decoration: none; }
img { margin: 0px; padding: 0px; border: none; }






.transparent { 
	background-image:url('images/transparent/transparent.gif'); 
	background-repeat:repeat;
}

.greentransparent { 
	background-image:url('images/transparent/greentransparent.gif'); 
	background-repeat:repeat;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 242px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}

</style>

<![endif]>
