@charset "utf-8";
/* CSS Document */

@import url(typography.css);
@import url(media.css);
@import url(tables.css);

/* div {
	border:1px #FF0000 solid;
}  */


body {
	background:#002300 url(../images/layout/bg_slice.png) top left repeat-x;
}

#wrapper {
	width:900px;
	margin:0 auto;
	position:relative;
	height: 350px;
}

#wrapper_inner {
	float:left;
	background:#ffffcc url(../images/layout/footer_bg.gif) bottom center no-repeat;
	width:900px;
	position: absolute;
	height: auto;
	top: 0px;
	left: -8px;
}

#left_half {
	width:430px;
	float:left;
	padding:10px;
}

#right_half {
	width:430px;
	float:right;
	padding:10px;
}

.clearer {
	width:900px;
	float:left;
	clear:both;
}

#main_text {
	float:left;
	clear:both;
	padding:0 20px;
	width:860px;
	margin:0;
}

#main_text_contact {
	float:left;
	padding:0 0 0 20px;
	width:410px;
	margin:0;
}

#sidebar_contact {
	float:right;
	padding:0 10px;
	width:410px;
	margin:0;
}

.location {
	margin:0 0 0 70px;
}

#cottage_text {
	float:right;
	clear:both;
	padding:0 20px;
	width:500px;
	margin:0;
}

#cottage_sidebar {
	width:260px;
	float:left;
	margin:0;
	padding:0 20px;
}

#cottage_sidebar ul {
	margin:0;
	padding:0;
}

#cottage_sidebar li {
	padding:10px 60px;
	list-style:none;
}

/* footer styles */

#footer {
	float:left;
	width:870px;
	clear:both;
	padding:0 15px;
	margin-top:20px;
	background: #816533 url(../images/layout/nav_bar_bg_spacer.gif) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#footer ul {
	list-style:none;
	margin:0 0 20px 0px;
}

#footer li {
	display:inline;
	margin:10px 4px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


/* navigation styles */

#nav {
	float:left;
	width:900px;
	margin:-2px 0 0 0;
	padding:0;
	background:#816533 url(../images/layout/nav_bar_bg_spacer.gif) top left repeat-x;
	height: 40px;
}

#nav li{
	float:left;
	margin:0 1px;
	padding:0;
	list-style:none;
	height: 1px;
}

#nav a {
	float:left;
	display:block;
	margin:0;
	padding:9px 8px;
	color:	#FFFFCC;
	text-decoration:none;
	background:#816533 url(../images/layout/nav_bar_bg.gif) top left repeat-x;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: auto;
}

#nav a:hover {
	background:transparent url(../images/layout/nav.png) bottom center  repeat-x;
}

#nav a.current {
	background:transparent url(../images/layout/nav.png) bottom center repeat-x;
}

#left_col {
	width:400px;
	float:left;
}

#right_col {
	width:400px;
	float:right;
}

#contactform {
	background:transparent url(../images/layout/form.png) top left no-repeat;
	border:none;
	width:400px;
}

fieldset {
	border:none;
	padding:20px;
}

input, textarea {
	border:#cead73 solid 1px;
}
