body
{
	margin: 0px;
	padding: 0px;
	
	background-color: #000;
	background-image: url('./images/bgr.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#navi
{
	margin-top: 30px;
	
	width: 432px;
	height: 30px;
	
	padding: 0px;
	
	float: left;
}

#navi a
{
	color: #FFF;
	
	text-decoration: none;
}

#navi a:hover
{
	color: #AA0000;

	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #AA0000;
}

#content
{
	margin: 150px 200px 0px 150px;
	padding: 20px;
	
	width: 500px;
	
	float: right;
	
	font-family: Helvetica, Trebuchet MS;
	font-size: 10pt;
	line-height: 11pt;
	
	text-align: justify;
	
	color: #DDD;		
}

	#content .header
	{
		margin: 15px 0px 0px 0px;
		padding: 0px 15px 0px 15px;

		font-family: Impact;
		font-size: 15pt;
		
		text-transform: uppercase;
		
		color: #AA0000;
	
		float: left;
	}
	
	#content a
	{
		font-family: Arial;
		font-size: 10pt;
	
		text-align: justify;
		text-decoration: none;
	
		color: #AA0000;
	}
	
	#content .textTitle
	{
		font-family: Impact;
		font-size: 11pt;
		
		letter-spacing: 2pt;
		
		text-transform: uppercase;
		
		color: #AA0000;
	}