body
	{
		margin: 0;
		padding: 0;
		font: 12px verdana, sans serif;
		text-align: center;
		color: #746363;
		background-image:url('dark_bground.jpg');
	}
	
	#container
	{
		margin: 3em auto;
		width: 960px;
		text-align: left;
		background-color: white;
		border: 0px solid black;
	}
	
	
	#mainright 
	{
		float: right; 
		width: 300px;
		margin-right: 20px;
		background-color: white;
		
		
	}
	#contents	
	{
		margin-right: 350px;
		margin-left: 20px;
		background-color: white;
	}
	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: white;
	}

	h2 
	{ 
		color : #FF8080;
		font-weight:normal;
		font-style: normal;
		font-size : 10px;
		font-family : verdana, sans serif;
	}
	
	a {
	font-size: 10px;
	color: #C59191;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}