/* CSS Document */
 

/********************************************
low800x600 - 800x600 
*********************************************/ 

.low800x600 .layout  { 
	position:relative;
	left:5%;
	top:-30px;
	padding: 0px;
}  
  
  
/********************************************
Image  
*********************************************/ 
.low800x600 div.imagearea { 
	position:relative;
 	clear:left;  
	left:4.5%;
	width:690px;
	height:500px; 
	top:0px;
}

/* simple image placement in the area */
.low800x600 div.imagearea img {
 position:relative;
 	clear:left;  
	left:4px;
	width:560px; 
	top:10px;
}

  


/********************************************
copyright  
*********************************************/ 
 
.low800x600 .copyright{ 
	left:5px;
	top:-0px; 
}
  

/********************************************
Text content area
*********************************************/  
  
.low800x600 div.imagearea div#textcontent  {
 padding-top:26px; 
 font-size:11px;
 left:65px;  
 height:240px;
 position:relative;
 overflow:hidden;
} 


/********************************************
		 TEXT MODULE
*********************************************/ 
  

.low800x600 .text-module {  
    font-size:80%;  
	margin-left:3px; 
	padding-right:12px;  
}
  

.low800x600 .text-module b {  
   font-size:80%; 
}

 
 

/********************************************
PageArea (Full Page, infinite length)
*********************************************/ 
 
.low800x600 div.pagearea { 
	position:relative; 
	clear:left;
	left:-2px;
	width:700px; 
	top:30px; 
}

.low800x600 div.pagearea .pagecontent  {
	position:relative; 
 	padding-top:6px; 
	width:320px; 
	position:relative;  
}
  
	 
.low800x600 div#pagelinetop {  
    clear:both;
    display: block;
	position:relative;   
	width:100%; 
	left:2px;
	border-top-color:#D1D1D1;
	border-top-width:1px;
	border-top-style:solid;  
}

.low800x600 div#pagelinebottom {  
    clear:both;
    display: block;
	position:relative;   
	width:100%; 
	left:2px;
	border-top-color:#D1D1D1;
	border-top-width:1px;
	border-top-style:solid;  
}

.low800x600 div.image-matrix-area {  
	position:relative;;
 	clear:left;     
	top:25px;   
} 
   
.low800x600 .image-matrix-table { 
    width:400px;
    padding-bottom:6px;
}



 
 




 


 
