	body
	{
		margin: 0;
		padding: 0;
		font: 80% georgia, arial, hevetica, sans-serif;
		text-align: center;
		color: #fff;
		background-color: #000000;
	}
	
	a:link { color: #e29085; text-decoration: none;}
	a:visited { color: #e29085; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #e29085;
	}
	
	h2
	{
		color: #ba5c58;
		font: 115% verdana, times, "times new roman", serif;
		height: 50px;
		margin-top: 20px;
		width: 650px;
		font-weight: bold;
		text-align: center;
		background-image: url(h2.png);
	}
	
	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: 650px;
		text-align: left;
		background-color: #000000;
	}
	
	#header
	{
		height: 304px;
		background-image: url(header.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		
		position: relative;
	}
	
	#contents h1
	{
		font-size: 1px;
		text-align: right;
		color: #000;
		background-color: #000000;
		margin: 0;
		padding: 0;
	}
	
	
	#menu
	{
		height: 35px;
		background-color: #000000;
	}
	
	#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:10px;
		background-color: #000000;
		color: #fff;
		text-align: center;
		font-size: 90%;
		border-top: 2px solid #ba5c58;
	}
