@charset "utf-8";
<style>
  body {
    margin:9px 9px 0 9px;
    padding:0;
	background:#FFF url() top center;
	}
  #container {
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/
	background-color:#99b260;
	border-left-style:solid;
	border-bottom-style:solid;
	border-width:5px;
	min-width:926px;
	max-width:926px;
	min-height:650px;
	height:auto;
	}	
  #leftcolumn {
	border-top-style:solid;
	border-color:#000;
	border-width:5px;
	min-width:175px;
	max-width:175px;
	padding:10px;
    background:url(gfx/leftColumn_bg_golfcourse.jpg) no-repeat;
	background-color:#99b260;
	min-height:inherit;
	height:inherit;
	float:left;}
  #main {
	float:left;
	border-color:#000;
	border-width:5px;
	border-right-style:solid;
	border-left-style:solid;
	border-top-style:solid;
	background:url(gfx/wood-texture-background.jpg);
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	min-height:inherit;
	min-width:681px;
	max-width:681px;
	overflow:auto;
	}
	
  #bottombar {
	border-left-style:solid;
	border-bottom-style:solid;
	border-right-style:solid;
	border-width:5px;
	padding:10px;
	background:url(gfx/wood-texture-background.jpg) repeat-x;
	min-width:902px;
	max-width:902px;
	float:left;
	min-height:45px;}
	
	
  #topleft{
	float:left;
	width:200px;
	height:309px;
    background:#daae8c;}
  #topright{
	width:726px;
	float:left;
    background:#e4e2d6;}
  #navbar{
	width:926px;
    background:daae8c;}
	
	h1 {
		font-size:36px;
		color:#000;
	}
	h2{
		font-size:19px;
		color:#000;
	}
	h6{
		font-size:16px;
		color:#000;
	}
	smallAdText{
		color:#000;
		font-size:10px;
	}
.slideshow { height: 309px; width: 706px;  }
.slideshow img { padding: 0px; border: 1px solid #ccc; background-color: #daae8c; }

	
</style>

