@CHARSET "UTF-8";

* { margin: 0; padding: 0; }
form, fieldset, img, ul, li { border: 0; }

body
{
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

.Hidden
{
	display: none !important;
}

.Spacer
{ 
	clear: both; 
}

.Main
{
	background: url(../images/background.jpg) no-repeat left top;
	width: 684px;
	height: 600px;
	margin: 0px auto;
	text-align: left;
}

.Address
{
	text-align: center;
	font-family: Arial, serif;
	font-size: 17px;
	width: 546px;
	height: 0px;
	padding-top: 38px;
	overflow: hidden;
	position: relative;
	background: transparent url(../images/address.png) no-repeat left top;
	margin: 20px 0px 37px 67px;
	
	_height: 0px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/address.png", sizingMethod="crop");
}

.Address, .Address *
{
	color: #270f00;
	text-decoration: none;
}

.Address span
{
	display: none;
}

.Address a
{
	position: absolute;
	top: 17px;
	left: 335px;
	display: block;
	width: 210px;
	height: 0px;
	padding-top: 20px;
	overflow: hidden;
	_height: 20px;
}

.Nav
{
	height: 35px;
	margin: 0px 0px 0px 30px;
	padding: 0
}

	.Nav li
	{
		float: left;
		display: inline;	
		height: 35px;
		margin: 0px 2px;
	}
	
	.Nav a
	{
		display: block;
		width: 101px;
		height: 35px;
		background: transparent url(../images/nav_button.png) no-repeat left top;
		position: relative;
		_background: none;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/nav_button.png", sizingMethod="crop");
		font-family: Arial, serif;
		font-size: 11.5px;
		color: #270f00;
		text-decoration: none;
		text-align: center;
		line-height: 35px;
	}
	
	.Subnav
	{
		margin-top: 10px;
	}
	
	.Register a
	{
		display: block;
		width: 184px;
		height: 35px;
		background: transparent url(../images/nav_button2.png) no-repeat left top;
		position: relative;
		_background: none;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/nav_button2.png", sizingMethod="crop");
		font-family: Arial, serif;
		font-size: 11.5px;
		color: #270f00;
		text-decoration: none;
		text-align: center;
		line-height: 35px;
		margin: 0px 0px 0px 164px;
	}