/*	**************************************************  */
/*	**  	    BASIC PAGE LAYOUT STYLES  	    	    **  */
/*	**************************************************  */

/*	--------------------------------------------------  */
/*	Page container 				                              */
/*	--------------------------------------------------  */

#page 
{	width: 760px;
	margin: 0 auto;
  text-align: left;}
  
#banner
{	margin: 0 0 0 0px;}

#logotext
{ width: 180px; 
  height: 40px;
	margin: -40px 10px 0 6px;
  font-size: 10pt;
  font-weight: bold;}

#mainbody
{ float: left;
  width: auto;
  margin: 5px 0 5px 0;
}
 
#sidebar 
{ background-image: url("blue_background.png");
  background-repeat: repeat-y;
  background-position: top left;
  width: 180px;
	float: left;
  text-align: left;
  line-height: 1.4em;
  overflow: hidden;}

#content 
{ float: right;
  width: 575px;
  padding: 0 0 0 5px; 
  background-color: #ffffff;}

#footer 
{ clear: both;
	text-align: center; 
  padding-top: 8px; 
  border-top: 1px solid #cccccc;
} 

