/* CSS Document */

body {
	text-align:center;
	/*background-color:#CECFBE;*/
	background-color:#736d5a;
	margin-left:5px;
	/*margin-top:0px;*/
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position:top;
}

.home_back {
	background-color:#736d5a;
}

#main_div {
	width:760px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color:#FFFFFF;
	border:2px solid #736d5a;
}

#head_div {
	height:150px;
	width:760px;
	text-align:center;
	/*background-image:url(images/head_back.gif);*/
}

.head_image {
	text-align:center;
	padding-top:20px;
	padding-bottom:0px;
}

#head_div li {
	display:inline;
	margin-left:8px;
}

#main_nav {
	margin-left:-20px;
	margin-top:0px;
}

#dynamic_secondary {
	text-align:center;
	margin-left:-15px;
	margin-top:-25px;
}

.content_box {
	height:350px;
	width:760px;
	overflow:auto;
	border-top:2px solid #825C3D;
}

.content_width_limit {
	width:715px;
	padding-left:20px;
}

.content_width_limit h1{
	/*text-align:right;*/
	margin-top:10px;
}

.subhead {
	margin-left:0px;
}

.content_width_limit ul {
	/*text-align:right;*/
	margin-top:-20px;	
}

.content_width_limit #secondary_nav li {
	display:inline;
	margin-right:8px;
}

.content_box ul li {
	text-align:left;
}

.content_box img {
	float:left;
	margin:25px 35px 15px 15px;
	border:5px solid #CECFBE;

}
.guest_cottage {
	padding-top:20px;
}

.content_width_limit .right_img {
	float:right;
}

.puller {
	margin-top:-15px;
}

.puller2 {
	margin-top:-25px;
}

.copyright {
	text-align:right;
	clear:left;
	margin-top:65px;
	margin-bottom:15px;
	padding-top:0px;
	padding-bottom:8px;
	border-bottom:2px solid #825C3D;
}

.content_box .last {
	margin-left:100px;
	margin-right:0px;
}

.spacing {
	height:310px;
}

.short_spacing {
	height:200px;
}

.short_spacing img {
	margin:30px 7px 0px 0px;
	border-width:3px
}

.altered_spacing {
	visibility:hidden;
}

.marginless {
	margin:0px 0px 0px 0px;
}

.push_left {
	margin-left:15px;
}