@charset "UTF-8";
body  {
	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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/stripes.jpg) repeat;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF url(../images/leftborder.jpg) repeat-y;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/stripes.jpg);
	text-align: left;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 330px;
	height: 100%;
	text-align: left;
	margin: 0;
	padding: 0px 0px 0px 10px;
}
#sidebar1 p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px;
	padding: 0 10px 0 5px;
	float: right;
	background: url(../images/rightborder.jpg) repeat-y 100%;
} 
#mainContent a {
	text-decoration: none;
	color: #757F7F;
}
#mainContent a:hover {
	text-decoration: underline;
}
.line {
	color: #CCCCCC;
}
#rotatingimage {
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 10px;
}
#rotatingimage table {
	height: 200px;
	width: 328px;
}
#rotatingimage a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
#rotatingimage a:hover {
	color: #207AA6;
	text-decoration: underline;
}
#rotatingimage p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
#leftmenu  {
	color: #A28888;
	padding-top: 15px;
	padding-right: 13px;
	line-height: normal;
	height: auto;
}
#leftmenu p {
	line-height: 18px;
}
#leftmenu a {
	color: #746363;
	text-decoration: none;
}
#leftmenu a:hover {
	color: #746363;
	text-decoration: underline;
}
.twoColFixLtHdr #footer {
	text-align: left;
	height: 110px;
	background: url(../images/footerbcknd.jpg) no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-left: 30px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #006699;
	text-decoration: none;
}
#footer a:hover {
	color: #006699;
	text-decoration: underline;
}
.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;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 10px;
	height: 700px;
	text-align: left;
}
.twoColFixLtHdr #sidebar3 {
	width: 130px; /* 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: #000000;
	height: 80px;
	text-align: left;
}
#leftmenuadditions {
	color: #A28888;
	padding-top: 20px;
	padding-right: 16px;
	line-height: normal;
	padding-left: 20px;
}
#leftmenuadditions p {
	line-height: 18px;
	font-size: 12px;
}
#leftmenuadditions a {
	color: #A89090;
	text-decoration: none;
}
#leftmenuadditions a:hover {
	color: #AE9898;
	text-decoration: underline;
}
#leftmap {
	height: 370px;
	margin: 5px;
	background: url(../images/mapbcknd.jpg) no-repeat;
	padding: 15px 0px 0px 10px;
}

#feature {
	height: 370px;
	margin: 5px;
	background: url(../images/mapbcknd.jpg) no-repeat;
	padding: 15px 0px 0px 10px;
}
#golffeature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background: url(../wheretoplay/images/golffeature.jpg) no-repeat;
}
#golffeature p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
#golffeature a {
	color: #006600;
	text-decoration: none;
}
#golffeature a:hover {
	color: #006600;
	text-decoration: underline;
}
#golffeature h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003300;
	text-decoration: none;
}
#rodserling a {
	color: #666666;
}
#gear a {
	color: #666666;
	text-decoration: underline;
}
#gear a:hover {
	color: #333333;
	text-decoration: underline;
}
#didyouknow {
	height: 183px;
	width: 219px;
	padding-top: 10px;
	padding-bottom: 10px;
}
