body {
	color: maroon;

	background-color: white;
			}

h1 {

	color: navy;
}

h2	{

		color: maroon;
		
		}
		

li {

	color: maroon;

}


div.banner {	position: absolute;

		left: 2px;
		
		top: 2px;

		width: 80%;
		
		height: 20%;
		
		background-color: white;
	
		padding: 1em;
		
		

		}



div.ads 	{	position: absolute;

			left: 1px;

			top: 2px;

			width: 15%;
			
			height: 100%;
			
			background-color: white;
			
			z-index: 3;
		}
		
div.construction {

								 position: absolute;
								 
								 border: brown, 2px;
								 							 
								 left: 200px;
								 
								 top: 135px;
								 
								 width: 60%;
								 
								 height: 45%;
								 
								 background-color: white;
								 
								 border: outset, brown, 4 px;
								 
								 padding: 15px;
								 														  
								 z-index: 2;
								 }		

div.flash	{position: absolute;
								 
								 left: 530px;
								 
								 top: 120px;
								 
								 float: right;
								 
								 width: 25%;
								 
								 height: 30%;
								 
								 padding: 10px;
								 
								 background-color: beige;

								 		}

div.news				 {position: absolute;
								 
								 left: 200px;
								 			 
								 top: 300px;
								 					 
								 width: 60%;
								 
								 height: 40%;
								 
								 background-color: white;
								 
								 z-index: 2;
								 }

div.favourites {position: absolute;
								 
								 left: 800px;
								 
								 top: 2px;

								 border: outset, brown, 4px;
								 
								 float: left;
								 
								 width: 20%;
								 
								 padding: 10px;
								 
								 height: 30%;
								 
								 background-color: white;
								 
								 z-index: 4;
								 }
								 
div.stat				 {position: absolute;
								 
								 left: 2px;
								 
								 bottom: 2px;
								 
								 }
								 
div.content			  {position: absolute;
								 
								left: 200px;
								
								padding: 20px;
								
								top: 135px;
																 
								 width: 75%;
								 
								 background-color: white;
								 
								 height: 100%
								 					 							 
						 							 							 
								 }
								 