body
{
	background-color: #b80e0f;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-position: 0 50px;
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
	margin: 0px;
}
img
{
	border: none;
}
a, a:visited
{
	color: #880a0a;
}
#main_wrapper
{
	position: absolute;
	left: 50%;
	margin-left: -465px;
	margin-top: 30px;
}
#banner_block
{
	color: white;
}
#banner_block_background
{
	border-top: 1px solid #f8cc25;
	background-color: #880a0a;	
	width: 100%;
	height: 256px;
	position: absolute;
	top: 50px;
}
#top_menu
{
	text-align: right;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
#top_menu a
{
	color: white;
	text-decoration: none;
}
#top_menu ul
{
	margin: 0px;
	padding: 0px;
}
#top_menu ul li
{
	display: inline;
	padding-left: 20px;
}
#main_menu
{
	font-size: 15px;
	font-weight: bold;
}
#main_menu a
{
	color: white;
	text-decoration: none;
}
#main_menu ul
{
	margin: 0px;
/*	padding: 10px;*/
	margin-left: 8px;
}
#main_menu ul li
{
	display: inline;
	padding-right: 5px;
	float: left;
}
#main_menu ul li ul
{
	display: none;
}
#main_container
{
	background-color: white;	
	margin-top: 5px;
}
.text_block
{
	padding: 20px;
	width: 700px;
	text-align: justify;
	min-height: 800px;
}
h1, .contentheading
{
	font-size: 15px;
	color: #e9ab11;
	font-weight: normal;
/*	margin: 0px;*/
}
h2
{
	font-size: 12px;
	color: #65230f;
/*	margin: 0px;*/
}
h3
{
	font-size: 11px;
	color: #444444;
	margin-bottom: 0px;
}
p
{
	margin-top: 0px;
}
#right_column
{
	float: right;
	width: 265px;
	background-color: #eeeeee;
}
#right_column h1
{
	font-size: 13px;
	background-color: #e9ab11;
	color: white;
	padding: 7px;
	margin-top: 30px;
	margin-bottom: 15px;
}
#right_column h1:first-child
{
	margin-top: 0px;
}
#right_column h2,
#right_column h3
{
	font-size: 13px;
	background-color: #b80e0f;
	color: white;
	padding: 7px;
	margin-top: 30px;
	margin-bottom: 15px;
}
#right_column h3
{
	font-size: 11px;
	text-align: right;
	float: right;
	padding: 3px;
	margin-top: -15px;
	margin-bottom: 0px;
}
#right_column p
{
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
	border-bottom: 1px dashed #bbbbbb;
}
#right_column input
{
	font-size: 11px;
	margin-left: 20px;
	margin-top: 5px;
}
#right_column input[type="image"]
{
	font-size: 11px;
	margin-bottom: -5px;
}
#footer
{
	color: white;
	padding: 5px;
	font-size: 10px;
	font-style: italic;
}
#footer_content
{
	float: right;
}
#banner_text
{
	position: absolute;
	margin-top: -195px;
	margin-left: 730px;
	color: white;
	text-align: right;
	font-size: 11px;
}
#logos
{
	/*padding-left: 10px;
	clear: both;*/
	position: absolute;
	top: 225px;
	left: 675px;
}
#logos img
{
	padding: 0px;
	vertical-align: middle;
}
.text_block td
{
	vertical-align: top;
	padding-right: 20px;
}
.clubbox
{
	float: left;
	margin: 15px;
}