body {
	margin:0px;
	background-color:silver;
	font-family:Futura Lt BT; sans serif;
	font-size:12px;
	color: red;
	
}
A:link {
color:#0066FF;
}
A:visited {
color:#993300;
}
A:hover {
color:#339900;

}
#title {
	position:absolute;
	left:50px;
	top:0px;
	width:800px;
	height: 100px;
	background-color:silver;

}
#leftmenu {
	position:absolute;
	left:50px;
	top:120px;
	width:150px;
	background-color:silver;


}
	
#content {
	padding-top: 120px;
	margin-left:210px;
	margin-right:160px;
	background-color:silver;
	 
}
