@charset "UTF-8";
/* sitenamehere.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
a {
	color:#ece8dc;
	}
a:hover {
	text-decoration:none;
	}
p {
	margin-bottom:5px;
	}
body {
	width:992px;
	margin:0 auto;
	background:#938456;
	color:#ece8dc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height:1.2em;
	}
#container {
	width:992px;
	background:#938456 url(../images/header.jpg) top no-repeat;
	padding-top:32px;	
	}
.header {
	width:300px;
	color:#341b05;
	font-size:2em;
	line-height:1.2em;
	margin-left:565px;
	}
.header a {
	color:#341b05;
	text-decoration:none;
	}
.header a:hover {
	text-decoration:underline;
	}
#nav {
	width:974px;
	height:138px;
	margin:151px 0 0 18px;
	overflow:hidden;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	display:block;
	}
#nav li {
	float:left;
	}
#nav a {
	text-indent:-1000em;
	overflow:hidden;
	display:block;
	height:138px;
	}
.home a {
	width:115px;
	background:url(../images/home.jpg) top center no-repeat;
	margin-left:70px;
	}
.home a:hover {
	background:url(../images/home.jpg) bottom center no-repeat;
	}
.about a {
	width:115px;
	background:url(../images/about.jpg) top center no-repeat;
	margin-left:65px;
	}
.about a:hover {
	background:url(../images/about.jpg) bottom center no-repeat;
	}
.gallery a {
	width:115px;
	background:url(../images/gallery.jpg) top center no-repeat;
	margin-left:66px;
	}
.gallery a:hover {
	background:url(../images/gallery.jpg) bottom center no-repeat;
	}
.contact a {
	width:115px;
	background:url(../images/contact.jpg) top center no-repeat;
	margin-left:67px;
	}
.contact a:hover {
	background:url(../images/contact.jpg) bottom center no-repeat;
	}
#nav .moreinfo a {
	width:125px;
	height:101px;
	text-align:center;
	color:#fff;
	font-size:1.8em;
	line-height:1em;
	text-indent:0;
	margin-left:72px;
	padding-top:63px;
	text-decoration:none;
	}
#nav .moreinfo a:hover {
	color:#35392a;
	}
#nav .curhome a {
	background:url(../images/home.jpg) bottom center no-repeat;
	}
#nav .curabout a {
	background:url(../images/about.jpg) bottom center no-repeat;
	}
#nav .curgallery a {
	background:url(../images/gallery.jpg) bottom center no-repeat;
	}
#nav .curcontact a {
	background:url(../images/contact.jpg) bottom center no-repeat;
	}
#content {
	width:875px;
	margin-top:25px;
	padding-left:72px;
	padding-right:74px;
	background:url(../images/pine-branch_1.jpg) bottom left no-repeat;
	font-size:1.4em;
	line-height:1.5em;
	min-height:400px;
	height:auto !important;	
	height:400px;
	}
#content h1 {
	font-size:2.0em;
	line-height:1.6em;
	color:#41260d;
	font-weight:normal;
	}
#content ul {
	margin-left:40px;
	}
#content li {
	padding-left:10px;
	}
.gallery_img {
	border:1px solid #76683b;
	margin:10px;
	}
.callout {
	background-color:#525b3c;
	padding:5px;
	color:#ece8dc;
	font-size:1.2em;
	}
.gallery_callout {
	background-color:#525b3c;
	padding:15px;
	color:#ece8dc;
	font-size:1em;
	}
#footer {
	width:982px;
	height:79px;
	background:url(../images/pine-branch_2.jpg) top left no-repeat;
	text-align:right;
	font-size:1.3em;
	line-height:1.2em;
	padding:10px 10px 10px 0;
	}
#footer li {
	display:inline;
	}
#footer a {
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer p {
	margin:0;
	padding:0;
	}
hr {
	width:100%;
	border-color:#76683b;
	border-style:solid none;
	border-width:1px 0;
	margin:5px 0 7px auto;
	}	
.image {
	padding:10px;
	}

#content_editor {
	width:1021px;
	margin-top:25px;
	background:url(../images/pine-branch_1.jpg) bottom left no-repeat;
	font-size:1.4em;
	line-height:1.5em;
	min-height:400px;
	height:auto !important;	
	height:400px;
	}
#content_editor h1 {
	font-size:2.0em;
	line-height:1.6em;
	color:#41260d;
	font-weight:normal;
	}
#content_editor ul {
	margin-left:40px;
	}
#content_editor li {
	padding-left:10px;
	}	

.editor_body {
	width:875px;
	margin:10px auto;
	font-size:13px;
	line-height:1.5em;
	}
.editor_body h1 {
	font-size:2.0em;
	line-height:1.6em;
	color:#41260d;
	font-weight:normal;
	}
	
.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;
}