body {
  background:#f2f0f1 url('../images/global/bodyBackground.jpg');
  background-repeat:repeat-x;
  text-align:center;
  font-family:arial;
  color:#545454;
  font-size:12px;
}

hr {
  height:2px;
  border:0px;
  border-top:1px solid #e5e2e4;
  border-bottom:1px solid #7d6c76;
}
	  
#bodyContainer {
  width:818px;
  background:#ffffff;
  border:1px solid #cdcdcd;
  margin:0 auto;
  text-align:left;
}
	  
#headerContainer {
  margin:3px;
  width:812px;
  height:155px;
  background:url('../images/global/philcadeHeader.gif');
}

#headerContactInfo {
  font-family:arial;
  color:#5e5574;
  font-size:12px;
  text-align:right;
  padding-top:18px;
  padding-right:32px;
}

#headerContactInfo a {
  color:#5e5574;
  text-decoration:none;
}

#headerContactInfo a:hover {
  text-decoration:underline;
}

#headerNavigation {
  font-family:arial;
  font-weight:bold;
  font-size:11px;
  color:#ffffff;
  margin-top:71px;
  margin-right:30px;
}

#headerNavigation a{
  color:#ffffff;
  text-decoration:none;
}

#headerNavigation a:hover{
  color:#ffffff;
  text-decoration:underline;
}	  

#contentContainer {
  padding-left:16px;
  padding-right:16px;
  padding-bottom:12px;
  margin-top:8px;
}

.floatClear {clear:both;}


