/*
Theme Name: Duck Creek
Theme URI: http://duckcreekgolfcourse.com/
Description: Duck Creek Country Club
Version: 1.0
Author: bugdown
Author URI: http://dopplerinternet.com/
*/


* {
	padding:0;
	margin:0;
}

body {
	background-color:white;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:19px;
}

#wrapper {
	overflow:hidden;
	width:764px;
	margin:8px auto 0 auto;
}

#header {
	height:160px;
	background-image:url(images/top.jpg);
}

#sidebar {
	float:left;
	width:181px;
	background-image:url(images/sidebarbg.png);
	background-repeat:repeat-y;
	padding-bottom:60px;
}

#nav {
	position:relative;
	min-height:427px;
	background-image:url(images/navbg.png);
	background-position:top;
	background-repeat:no-repeat;
	text-indent:-9999%;
}

.home { position:absolute; display:block; width:105px; height:42px; background-image:url(images/homepage.gif); left:63px; top:0; }

.about { position:absolute; display:block; width:126px; height:35px; background-image:url(images/aboutus.gif); left:42px; top:50px; }

.course { position:absolute; display:block; width:147px; height:34px; background-image:url(images/layout.gif); left:20px; top:94px; }

.nabs { position:absolute; display:block; width:154px; height:37px; background-image:url(images/lounge.gif); left:13px; top:139px; }

.gallery { position:absolute; display:block; width:154px; height:32px; background-image:url(images/gallery.gif); left:13px; top:186px; }

.news { position:absolute; display:block; width:154px; height:36px; background-image:url(images/newsletter.gif); left:13px; top:231px; }

.contact { position:absolute; display:block; width:147px; height:36px; background-image:url(images/contactus.gif); left:21px; top:276px; }

.specials { position:absolute; display:block; width:132px; height:35px; background-image:url(images/specials.gif); left:36px; top:322px; }

.feedback { position:absolute; display:block; width:105px; height:42px; background-image:url(images/feedback.gif); left:62px; top:366px; }

#main {
	float:right;
	width:565px;
	background-color:#e3dec8;
	padding:24px 8px 36px 10px;
}

#main p {
	margin-bottom:20px;
}

#main h1 {
	font-size:32px;
	font-weight:bold;
	line-height:38px;
	margin-bottom:20px;
}

#footer {
	text-align:center;
	font-size:13px;
	line-height:16px;
	margin-top:20px;
}

#footer a,
#footer a:link {
	text-decoration:none;
}

.clear {
	clear:both;
}

#bottom {
	width:763px;
	height:60px;
	background-image:url(images/bottom.jpg);
	margin:0 auto;
}