body {
	color: #181B1B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	background-color: #5F0C1C;
}
.midbackbottom {
	background-image: url(images/mainback.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #FFCC18;
}

.midbacktop {
	background-image: url(images/topback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFCC18;
}
.leftback {
	background-image: url(images/leftsideback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFCC18;
}
.navback {

	background-image: url(images/navback.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #181B1B;
}

.club_border  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BC1D22;
	border-right-color: #BC1D22;
	border-bottom-color: #BC1D22;
	border-left-color: #BC1D22;
}

h1 {
	font-size: 21px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

a.light:link {
	color: #FF9900;
	text-decoration: none;
}
a.light:visited {
	text-decoration: none;
	color: #FF9900;
}
a.light:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a.light:active {
	text-decoration: none;
	color: #FF9900;
}
.footer {
	color: #CC9933;
}
hr   {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}