body  {
	font:Verdana, Arial, Helvetica, sans-serif;
	background: #C7C8AE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLt #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background.gif);
	background-position: center top;
	background-repeat: repeat-y;
	
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #dae3b1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0;
	background-image: url(images/golfer_bg3.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
}

.twoColFixLt #header { 
	margin: 0 30px 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;

	
} 
.twoColFixLt #nav { 
	margin: 0 30px 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 8px 0 8px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
} 

h1 
{
    font-size:20px;
    }

h3 
{
    font-size:16px;
    }

.twoColFixLt #menu {
	margin: 0 30px 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 0 5px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #mainContent {
	
	margin: 0 30px 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 8px 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


ul#navtop {
	margin: 0 0;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
text-transform: uppercase;
text-align: left;
padding: 0 0;
}

#navtop li {
	margin: 0 0;
	display: inline;
list-style-type: none;
text-decoration: none;
text-transform: uppercase;
padding: 0 5px 0 5px;
text-align: left;

}
#navtop a {
	margin: 0 0;
	
	padding: 0 0;}

#navtop a:link, #navtop a:visited 
{color: #000;
text-decoration: none;
text-transform: uppercase;
outline:none;
color: #000;
}

ul#listmenu {
	margin: 0 0;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
text-transform: uppercase;
text-align: center;
padding: 0 0;
}

#listmenu li {
	margin: 0 0;
	display: inline;
list-style-type: none;
text-decoration: none;
text-transform: uppercase;
padding: 0 5px 0 5px;
text-align: center;

}
#listmenu a {
	margin: 0 0;
	
	padding: 0 0;}

#listmenu a:link, #navtop a:visited 
{color: #000;
text-decoration: none;
text-transform: uppercase;
outline:none;
color: #000;
}

.bodytext {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #030;
}

.bodytext2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color:#060;
}

.bodytext3 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color:#060;
	text-decoration:none;
}
.bodytextli {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color:#030;
}

#images {
	text-align: center;
}

#sidebar1 {
	background-color: #dae3b1;
}

#footer {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #333;
}


.winners 
{
    text-align:left;
    margin:0 auto;
    font-size:14px;
    color:#030; 
    }

.winners td
{
    padding:8px 10px;
    white-space:nowrap;
    }
