@charset "utf-8";
/* CSS Document */

.clear-both{
  clear:both;
}

.float-left{
	float:left;
}

#footer{
  clear:both;
  color:#666;
  font-size:10pt;
  width:700px;
/*  height:100%;*/
  background-color:#FC0;
  margin-left:auto;
  margin-right:auto;
  margin-top:100px;
  text-align:center;
}
#footer a{
  text-decoration:none;
  color:#666;
  font-size:10pt;
}
body{
  font-family: "Lucida Sans", sans-serif;/*, Helvetica, sans-serif;*/
  font-stretch:extra-condensed;
  color:#7B9CBD;
  font-weight:500;
  background-color:#FFF;
  text-align:center;

}

a:link {
  color:#7B9CBD;
}
a:visited {
  color:#7B9CBD;
}
a:hover {
  color:#7B9CBD;
}
a:active {
  color:#7B9CBD;
}

#pageholder{
  width:750px;
/*  height:;*/
/*  background-color:#FFF; */
  margin-left:auto;
  margin-right:auto;
/*  border:2px solid #666; */
  padding:5px 10px 2px 10px;
}

#pageholder:after{ 
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0; 
  clear: both; 
  visibility:hidden; 
}  /*Having something in the content such as a period gives a more consistent results across browsers.*/

#leftbar{
	width:200px;
	float:left;
	margin-right:10px;
}
#centerbar{
	width:530px;
	padding-left:10px;
	text-align:left;
	float:left;
}