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

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

#page 
{	width: auto;
	margin: 0 auto;
 	text-align: left;}
  
#banner
{	display: none;}

#logotext
{	display: none;}

#mainbody
{ background-color: #ffffff;
  float: left;
  width: auto;
  margin: 5px 0 5px 0;}
 
#sidebar
{ display: none;}

#content 
{ width: auto;
 	padding: 0 0 0 5px; 
 	background-color: #ffffff;}

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

