	body
	{
		margin: 0;
		padding: 0;
		font: 80% tahoma, arial, helvetica, sans-serif;
		text-align: center;
		color: #0f8c63;
		background-color: #aeccb0;
	}
	
	a:link { color: #897134; text-decoration: none;}
	a:visited { color: #897134; }
	ul
	{
		width: 550px;
	}
	a:hover, a:active
	{
		color: #0f8c63;
		background-color: #cdbf8a;
	}
	
	h2
	{
		color: #897134;
		font: 115% verdana, times, "times new roman", serif;

		font-weight: bold;
		text-align: center;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #5B5E0E;
		font: 106% verdana, times, "times new roman", serif;
		background-color: #b9daf4;
		font-weight: bold;
		margin-top: 0;
	}
	
	#container
	{
		margin: 10px auto;
		width: 600px;
		text-align: left;
		background-color: #fff;
	}
	
	#header
	{
		height: 327px;
		background-image: url(header.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		
		position: relative;
	}
	
	#contents h1
	{
		font-size: 1px;
		text-align: right;
		color: #000;
		background-color: #fff;
		margin: 0;
		padding: 0;
	}
	
	
	#menu
	{
		height: 35px;
		background-color: #fff;
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}
	
	#contents { 
		padding: 0px;
		}
	#contents p { line-height: 125%; padding: 10px;}
	
	#footer
	{
		clear: both;
		padding-top:5px;
		padding-bottom:5px;
		background-color: #fff;
		color: #0f8c63;
		text-align: center;
		font-size: 90%;
		border-top: 5px solid #aeccb0;
	}
