@charset "utf-8";
/* CSS Document */

/* DIVS */

#holder{
	margin:0 auto;
	width:821px;
	height:auto;
	text-align:center;
}

#logo{
	width:821px;
	text-align:center;
	display:inline;
}

#front_photo{
	text-align:center;
	display:inline;
}
#golf_header{
	background-image:url(images/header_golfcourse.jpg);
	height:280px;
	width:821px;
}
#inn_header{
	background-image:url(images/header_inn.jpg);
	height:280px;
	width:821px;
}
#directions_header{
	background-image:url(images/header_directions.jpg);
	height:280px;
	width:821px;
}
#header_left{
	padding:0px 0px 0px 40px;
	margin-top:30px;
	height:200px;
	width:740px;
	float:left;
	display:inline;
}

#nav{
	text-align:center;
}
#subnav{
padding-top:30px;
float:right;
width:400px;
height:30px;
display:inline;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
}

#main_content{
	width:900px;
	height:auto;
	display:inline;
}

#box_sponsors{
	width:363px;
	height:auto;
	float:right;
	display:inline;
}
#left_column{
	width:180px;
	float:left;
	margin: 15px 15px 15px 15px;
	display:inline;
	vertical-align:top;
}
#left_column2{
	width:560px;
	float:left;
	margin: 0px 20px 0px 20px;
	display:inline;
	vertical-align:top;
	text-align:left;
}
#mid_column{
	width:340px;
	float:left;
	margin: 0px 15px 15px 15px;
	display:inline;
	vertical-align:top;
	text-align:left;
}
#right_column{
	width:280px;
	float:right;
	margin: 0px 15px 15px 0px;
	display:inline;
	vertical-align:top;
	/*text-align:left;*/
}
#featured{
	width:225px;
	height:85px;
	margin: 9px 9px 9px 9px;
	background-color:#dceacc;
}
#top_menu{
	width:90px;
	margin: 23px 5px 5px 5px;
	float:left;
	display:inline;
}
#footer{
	width:821px;
	text-align:center;
}
#fullpage{
	width:821px;
	float:left;
	display:inline;
	vertical-align:top;
}

/* STYLES */
body {
	background-color: #ffffff;
	background-image:url(images/front_bground.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, div, .content{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#663300;
	text-align:left;
	line-height:16px;
}

.header{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#6D6834;
	text-align:left;
}
.small{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
}


a:link{
color:#990000;
}
a:visited{
color:#333300;
}
.footertext{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	display:inline;
}
.footertext a:link{
	color:#996633;
}

h1{
	font:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:14px;
	color:#4c247d;
}
