	body
	{
		margin: 0;
		padding: 0;
		font: 12px georgia, arial, hevetica, sans-serif;
		text-align: center;
		color: #fff;
		background-color: #000000;
		background-image: url(bgx2.gif);
	}
	
	a:link { color: white; }
	a:visited { color: #fff; }
	
	a:hover, a:active
	{
		color: #560000;
		background-color: #000;
	}
	h2
	{
		margin: 0px 0px 0px 0px;
		padding: 0 0 0 0px;
		color: #580000;
		font-family: arial black, verdana, sans-serif;
		background-color: #000;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 17px;
		font-size: 27px;
		text-align: justify;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #fff;
		font: 10px verdana, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	#container
	{
		margin: 10px auto;
		width: 797px;
		text-align: left;
		background-color: #000;
		border: 1px solid #4d0101;
	}
	
	#header
	{
		height: 392px;
		background-image: url(spinheadx.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #4d0101;
		position: relative;
	}
	
	#header h1
	{
		font-size: 1px;
		text-align: right;
		color: #000;
		margin: 0;
		padding: 0;
	}
	
	
	#menu
	{
		float: right;
		margin: 10px;
		padding-right: 0px;
		background-color: #580000;
		width: 30%;
                            height: 100%;
		color: #fff;
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 145%;
	}
	
	#contents { margin: 10px 300px 10px 10px;  background-color: #580000;}
	#contents p { line-height: 165%;  margin: 10px 10px 10px 10px;}
	
	#footer
	{
		clear: both;
		height: 38px;
		background-color: #580000;
		padding-top: 3px;
		margin: 10px;
		color: white;
		text-align: center;
		font-size: 100%;
	}
	#footer h2
	{
		margin: 0px 0px 0px 0px;
		padding-top: 3px;
		color: #580000;
		font-family: arial black, verdana, sans-serif;
		background-color: #000;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 17px;
		font-size: 27px;
		text-align: right;
}

#navcontainer { width: 100%; }

#navcontainer ul
{
margin-top: 0px;
margin-left: 4px;
margin-right: 10px;
margin-bottom: 3px;
padding-left: 0;
list-style-type: none;
font-family: Georgia, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 100%;
margin-right: -6px;
background-color: #580000;
border-bottom: 1px solid #000;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #000;
color: #580000;
}