html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: #333333;
 		/* background: url(trialzone/bg05.jpg) 100% repeat; */
		/* background-color: #000000; */
}
 
	
#flash {
	position: absolute;
	z-index: 2;
	}
	
/* Used */ #mainbox{ 
 width:855px; 
 text-align:left; 
 margin-left:auto; 
 margin-right:auto;
} 


/* Used */  #logoarea{
 position: relative;  
 width:855px;  
  background-color:#ffffff; 
  background: url(images/logoarea.jpg) 100% no-repeat;
}  

/* Used */  #titlearea{
 position:relative;  
 width:855px;  
  background-color:#000; 
}  
 
 
 /* twocols groups centre and right col together to solve bug fixes */
/* used */ #maincontentarea{
 width:855px;
 float: left; 
 position:absolute; 
 background-color:#e2e2e2;

  }
 
/* used */#leftlinksareabox{
 width: 149px; 
 height: 100%;
 float: left; 
 position:relative; 
 }
 
/* used This is to the Left of the Links area used as spacer section */
#farleftlinksareabox{
 width:29px; 
 height: 100%;
 float: left; 
 position:relative; 
 } 
 

/* used 

#quotesbox{
 float: left; 
 position:relative;
 padding-left: 0px;
 padding-right: 0px;
 	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: xx-small;
	color: #7c7c7c;
 } */ 
 
 
/* used was 677 */ #maincol{ 
 width: 677px; 
 float: left;  
 background: url(images/maincolumnbkgshadow.gif) 100% repeat;
	/*   background-repeat: no-repeat; */
 position: relative;
     /* border-top: 1px dotted #9f9f9f; */

 }
 
 
 /* used was 677 */ #maincolfooter{ 
 width:  530px; 
 padding-left: 327px; 
 height: 30px;
 float: left;  
 background: url(images/maincolumnbotshadow.gif) 100% no-repeat;
 position: relative;
 
 }
 
 
 /* used */#maincolwrap 
{
 float: left;  
 /* align left */
}

 /* used */   		
 #footerbox { 
 height: 35px;
 float: left;
 padding-left: 200px;
 position:relative; 
 }
 
/* used */ 
	#footer{
	height:35px; 
  	clear:both;
 } 
 
.books {
	border: 0px;
	margin-left: 40px;
	margin-right: 15px;
	float: left;
	}

.internet {
	border: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 3px;
	float: right;
	}

.images {
	border: 0px;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	}

