body
{
	background-color: #9c1414;
	width: 100%;
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
}

#GlobalContainer
{
	width: 945px;
	margin: auto;
	text-align: left;
}

#PageContainer
{
	width: 100%;
	margin: 5px auto 0em auto;
	padding: 7px;
	background-color: #FFFFFF;
	display: block;
	float: left;
}

#Header
{
	width: 100%;
	height: 213px;
	float: left;
	background-image: url('/Templates/GordonClub/images/gradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

#Header .Banner
{
	background-image: url('/Templates/GordonClub/images/banner.jpg');
	width: 100%;
	height: 209px;
	float: left;
}

#Navigation
{
	float: left;
	width: 100%;
	height: 20px;
	color: #FFFFFF;
}

#NavSeperator
{
	background-color: #FFFFFF;
	height: 27px;
	float: left;
	width: 100%;
}

#BodySection
{
	float: left;
	width: 100%;
	background-image: url('/Templates/GordonClub/images/dot-vert.gif');
	background-position: 212px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	
	color: #333333;
}


#Body-LeftColumn
{
	width: 197px;
	float: left;
	font-size: 12px;
}

	#Body-LeftColumn h2
	{
		color: #FFFFFF;
		background-color: #9c1414;
		width: 100%;
		padding-top: 2px;
		padding-bottom: 2px;
		text-transform: uppercase;
		font-size: 14px;
		text-indent: 10px;
	}

#Body-RightColumn
{
	width: 670px;
	float: left;
	margin-left: 35px;
}

#Footer
{
	background-color: #9c1414;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	width: 100%;
	padding-top: 10px;
}
	
	#Footer a, #Footer a:link, #Footer a:active
	{
		color: #FFFFFF;
		text-transform: uppercase;
	}




h1, h2, h3
{
	color: #9c1414;
}

a, a:link, a:active
{
	color: #9c1414;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border-width: 0px;
}

.Fields
{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: left;
	border: 1px solid #666666;
}

.Buttons {
	font-size: small;
	font-style: normal;
	text-align: left;
	cursor: hand;
	background-color: #e5e5e5;
	color: #000000;
	padding-left: 3px;
}

.Seperator-Horiz
{
	background-image: url('/Templates/GordonClub/images/dot-horiz.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;
}
