#entiretop	{ display: none; }
#footer		{ display: none; }

#printtop	{
		float:left;
		width:1000px;
		height: 40px;
		border: 0px solid red; 
		}

#container 
	{
		margin:0 ; 
		text-align:left; 
		width: 1000px;
		border:0px solid black; 
	}


#belowtop	{
		display: none; 
		}


#mainpanel  	{ 
		float: left; 
		width: 1000px; 
		border:0px solid red;
		}
#leftpanel  	{display: none;	}
#gutterpanel  	{display: none; }
#rightpanel  	{
		float: left;
		width: 980px; 
		height:100%; 
		border:1px solid blue;
		}

#phplive  	{display: none;}
#adpanel  	{display: none;}

#adpanelbottom 	{ 
		float: left; 
		width: 1000px; 
		border:0px solid orange;
		}

.theadd 	{
		float: left; 
		width: 180px;
		border:0px solid blue; 
		padding-top: 10px; 
		padding-right: 10px; 	
		}

#copyrightnotice 
	{
		float: left; 
		margin:0 auto; 
		text-align:left; 
		width: 1000px;
		height:20px; 
		border:0px solid blue; 
		margin-top:20px;   /* outside box*/
		padding-top: 10px; /* inside box*/
	}



body 		{	
		text-align: left; 
		padding: 0px 0px;
		font-family: Arial,Helvetica,Sans-Serif;
		font-size: 10pt;
		line-height:120%;
		background: white; 
		}	
	

