body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #333;
		background-color: white;
	}
	
	a
	{
		color: black;
		text-decoration:none;
	}

	
	#container
	{
		margin: 1em auto;
		
		width: 1000px;
		text-align: left;
		background-color: white;
		
	}
	
	#header
	{
		
		height: 240px;
		background-image: url(header.jpg);
		background-color: fuchsia;
		border-bottom: 3px solid #E7511E;
	}
	
	#menu
	{
		
		float: left; 
		width: 200px;
		
		
	}
	
	#menu h3
	{
		padding: 2px 4px;
		
		color: white;
		margin: 0;
		
		background-color: #569F71;
	}
	
	#menu h4
	{
		padding: 2px 4px;
		text-align: left;
		color: black;
		margin: 0;
		
		background-color:  white;
	}
	
	#menu h4:hover 
	{ 
		font-weight:bold; 
		background-color: #E7511E;
		text-decoration:none; 
	}


	#contents	
	{
		padding: 10px;
		margin-right: 5px;
		margin-left: 200px;
		background-color: white;
		border-left: solid #E7511E 3px;
		
	}
	
	#footer	
	{
		text-align: right;
		clear: both;
		color: white;
		background-color: #569F71;
		border-top: solid #E7511E 3px;
	}
	
