/*** PH Prep Summit 2009 ***/

html, body{ 
 margin:0; 
 padding:0; 
} 

a
{
  outline: none;
}
 
#pagewidth{ 
 width:100%;
 min-width:848px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background-color: #ffffff; 
 padding-bottom: 0px;
 height: auto;
} 

#header-wrapper{
  background-image:url(img/headerbg.jpg);
  width:100%; 
  height: 66px;
}

#header{
  height: 66px;
  margin: 0 auto;
} 

#nav-wrapper{
    width:100%; 
}

#footer-wrapper{
 margin-top: 0px;
 background-image:url(img/footerbg.jpg); 
 background-repeat: repeat-x; 
 width:100%; 
 clear:both;
 height: 200px;
 background-color:#3c3c3c;

}

#footer{
 padding-left:0px;
 max-width:848px;
 height: 200px;
 margin: 0 auto;
 text-align:right;
 clear:both;
 background-color:#3c3c3c;
} 

.footertext {
 color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
}

.footertext a{
 color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 text-decoration:none;
}

/*---------- hacks ---------*/

.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 */