
	body
	{
		margin: 0;
		padding: 0;
		font-family: Arial,sans-serif;
		text-align: center;
		
		color: #5f490a;
		background-color: #ccc187;
	}
	
	#container
	{
		margin: 1em auto;
		width: 1000px;
		text-align: left;
		
	}
	
	#header
	{
		height: 100px;
		
		
	}
	
	#mainnav
	{
		height: 25px;
		
	}
	
	#menu
	{
		float: left; 
		font-size:medium;
		font-variant:small-caps;
		width: 190px;
		min-height: 220px;
		height: auto;
	}
	
	
	#contents	
	{
		margin-right: 20px;
		margin-left: 200px;
		height: auto;
		min-height: 600px;
	}
	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: #555555;
	}
	
		
	
	a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
	
	
	
	#menu a:link, 
	#menu a:visited {
		color: #5f490a;
		font-weight:bold;
		text-decoration: none;
		line-height: 2;
	}
	
	#menu a:hover {
		color: #B8860B;
		padding: 1px 0px 1px 5px;
	}
	
	
	
	#contents a:link, 
	#contents a:visited {
		color: #5f490a;
		text-decoration: none;
		line-height: 2;
	}
	
	#contents a:hover {
		color: #B8860B;
		text-decoration: underline;
	}
	
		
	a img { border: none; }
	
