@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
}
td {
	text-align: left;
}
td.errorText {
	color: red;
}
a:link {
	color: #a16f3e;
}
a:visited {
	color: #51371f;
}
a:hover {
	color: #51371F;
}
a:active {
	color: #A16F3E;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 14px;
}
/*This is the main wrapper or main div tag around the layout*/
#my_club_website_wrapper {
	position:relative;
	top:0px;
	width:980px;
	z-index:1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
#my_club_website_header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 980px;
}
#my_club_website_banner {
	width: 980px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#login_elements {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	width: 980px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content_lhs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-attachment: scroll;
	background-image: url(../images/content_lhs_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 650px;
	float: left;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	position:relative;
}
#content_rhs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width:321px;
    position:relative;
    float:left;
	
}

.content_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
/* This is the style for the client login */
.form_style {
	margin: 0px;
	padding: 0px;
}
#my_club_website_footer {
    position: absolute;
	bottom: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	text-align: center;
	padding: 10px;
	width: 980px;	
	float:none;
}
/* This is the floating graphic on the home page and about us within to the content text */
#quick_easy_cheap {
	padding: 5px;
	float: right;
	height: 135px;
	width: 270px;
}
.table_border {
	border: 1px solid #a06e3e;
}
/* This is the style for contact and register forms */
.form_fields {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #c0d232;
}
