 body {
	font-family:'Helvetica' ;
	font-size:100%;
	font-weight:600;
	color: #ffffff;
	background-image:url(main.jpg);
	
}

 

 a:link { color:#339999;text-decoration:none;  }
 a:visited { color:#339999; text-decoration:none;  }
 a:hover { color:red; text-decoration:none;   }
 a:active { color:#339999; text-decoration:none; }
 a:focus { color:#339999; text-decoration:none;  }
 

div#header {
	width:875px;
	height:50px;
	background-color:white;
	padding-left:10px;
	float:none;
	
}


div#menu
{
	
	width:75px;
	height:400px;
	background-color:white;
	padding-left:10px;
	padding-top:40px;
	float:left;
	
	
	
}



div#body {
	width:800px;
	height:440px;
	background-color:#00cc99;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	float:left;
}







