/* VERTICAL: */ 

		#top 

		{  

		height:100px;  

		margin-top:10px; 

		}  

		#navigation  

		{  

		width:150px;  

		margin-top:10px;  

		margin-right:10px;  

		}  

		.navigation a 

		{ 

		width:150px; 

		} 

		#content  

		{  

		position:static; 

		height: 400px; 

		margin-top:10px; 

		width:auto; 

		}  

		#bottom  

		{  

		height:20px;  

		margin:10px 0px 10px 0px;  

		}  

		.content Table  

		{ 

			width: 90%; 

		}