/* CSS Document */
body { 
  margin:0px;
  font-family:"Trebuchet MS";
  }
div.wrapper {  
  text-align : center ; 
  margin-left : 0px ; 
  margin-right : 0px ;
 }
#header{
background-image:url(images/Header%20Fill%202.gif);
height:75px;
margin: 0px;
width:auto;
}
#headerleft{
margin:	0px;
width:	70%;
min-width:364px;
height:	auto;
float:	left;
}
#headerright{
margin:	0px;
width:	25%;
min-width:	166px;
height:	auto;
float:	right; 
}
#navigation	{
background-image:url(images/Header%20Fill%202.gif) !important;
margin:0px !important;
width:	130px !important;
min-width:125px !important;
max-width:135px !important;
height:100% !important;
min-height:	100% !important;
float:	left !important;
text-align:	center !important;	
}
#menu	{
width:	125px;
height:	auto;
float:	left;
text align:	center;
}
#blurb	{
margin-left:130px;
margin-top:0px;
height:	auto;
width: auto;
}
#text	{
float: left;
width:	auto;
padding-left: 5px;
padding-right: 5px;
height:	auto;
text-align:justify;
font-family:"Trebuchet MS";
font-size:14px;
font-style:normal;
background-color:#FFFF99;
}
#pics {
margin:	5px;
width:	auto;
height:	auto;
float:	right;
text-align:center;
}
#links	{
width:	auto;
min-width:	600px;
height:	auto;
margin:	10px;
font-family:"Trebuchet MS";
background-color:#FFFF99;
}
#footerleft{
float: left;
width: 20%;
font-size:14px;
font-family:"Trebuchet MS" !important;
}
#footerright{
float: right;
width: 75%;
font-size:14px;
font-family:"Trebuchet MS" !important;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */