/************************************* Main structure *************************/
html{margin:0;padding:0;height:100%;}

body {
	background-image: url(ttf_background.jpg);
	background-repeat: repeat-x;
	font-size:1em;
	height:100%;
}

.container {
	background-image: url(members_bground.jpg);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width:843px; 
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	height:100%;
}

.container p {
	padding-top:30px;
}

.menu {
	position:relative;
	top:80px;
}

a:link {
	color:#D5BE8B;
	text-decoration:underline;
}

a:visited {
	color:#008200;
}

a:hover {
	color:#FFCC00;
}

#content {
	margin-top:89px;
	background-image: url(box.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:600px;
}

#content p {
	margin-left:30px;
	margin-right:30px;
	padding-bottom:0;
	text-align:left;
}

#content #centertext {
	margin-left:0px;
	text-align:center;
}

#loginform {
	margin-left:200px;
	margin-top:30px;
}

label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 20px;
}

input[type="checkbox"] {
	width:15px;
	margin-left:30px;
}

label {
	text-align: right;
	width: 175px;
	padding-right: 20px;
}

br {
	clear: left;
}

#loginform #formbuttons {
	margin-left:197px;
	padding-top:10px;
}

#loginform #formbutton {
	margin-left:197px;
	padding-top:10px;
}

#content #error {
	color:red;
	margin:0;
	padding:0;
	text-align:center;
}

#loginform input[type = "submit"] {
	width:auto;
	margin-right:20px;
}

/******golf course table styling************/
#course_table {
	margin-top:20px;
	width: 750px;
	margin-left:60px;
	text-align:left;
	border-collapse:collapse;
}

#course_table th{	
	color:#D5BE8B;
	font-size:1.4em;
	border-bottom:solid 2px #D5BE8B;
}

#course_table td{
	margin-bottom:0;
	height:22px;
	padding-right:5px;
	vertical-align:top;
}

#course_table .checkbox {
	height:5px;
	width:20px;
}

#course_table .rank {
	width: 40px;
	padding-left:30px;
}

#course_table .image {
	width: 30px;
}

#course_table .blankcell {
	height:10px;
	width: 0;
}

#course_submit {
	margin-top: 20px;
	margin-left:600px;
	width:180px;
}

/******courses played table******/
#courses_played_table {
	width:auto;
	margin-left:30px;
	margin-top:30px;
	text-align:left;
}

#courses_played_table td {
	width:150px;
}

#courses_played_table .each_course_played {
	position:absolute;
	margin-top:10px;
	padding-right:15px;
}

#courses_played_table .each_course_played td {
	padding-top:5px;
	padding-left:25px;
	width:130px;
}

/*****Footer styling*******/
.footer {
	position:relative;
	width:843px;
	height:100px;
	margin-top:2px;
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(banner_bottom.gif);
	background-repeat: no-repeat;
}

.footer img {
	float:left;
}

.footer p {
	padding-top:6px;
	text-align:center;
	width:800px;
}

.footer a:link {
	color:white;
}

.footer a:visited {
	color:white;
}

.footer .footer_links {
	margin-top:10px;
	margin-left:35px;
	text-align:center;
}














