/*general settings*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
	font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3f1600;
	background-color: #3f1600;
}

p {
	padding-bottom: 8px;
	line-height: 19px;
}

#container {
	margin: 0 auto;
	width: 819px;
	height: 672px
	padding: 0;
}

#homePage {
	width: 819px;
	height: 672px
	margin: 10px;
	background-color: #fff;
}

#header {
	margin: 0 auto;
	width: 746px;
	height: 20px;
	background: #fff url("images/header-bg.jpg") no-repeat 0 10px;
	padding: 123px 0 0 53px;
}

#menu {
	color: #42210b;
	font-size: 12px;
}

#menu a:link, #menu a:visited {
	color: #42210b;
	font-size: 12px;
	padding-right: 10px;
	border: 0;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #b44e29;
	font-size: 12px;
	padding-right: 10px;
	border: 0;
	text-decoration: none;
}

#stripe, #stripe2 {
	clear: both;
	margin: 0 auto;
	width: 799px;
	height: 4px;
	background-color: #7f4400;
}

#clear, #clear3 {
	clear: both;
	margin: 0 auto;
	width: 799px;
	height: 16px;
}

#clear1, #clear2 {
	clear: both;
	margin: 0 auto;
	width: 799px;
	height: 16px;
	background-color: #c7b299;
}

#photos {
	clear: both;
	margin: 0 auto;
	width: 799px;
	height: 268px;
	background: #fff url("images/photos.jpg") no-repeat;
}

#tour {
	clear: both;
	margin-left: 10px;
	float: left;
	width: 168px;
	height: 111px;
	background: #fff url("images/tour-bg.jpg") no-repeat;
	padding: 72px 10px 0 10px;
}

#tour p {
	line-height: 12px;
	color: #c7b299;
	font-size: 11px;
}

#tour a:link, #tour a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#tour a:hover, #tour a:active {
	color: #7f4400;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #7f4400;
}

#tourSpacer {
	clear: none;
	float: left;
	width: 0;
	height: 0;
}

#content {
	margin-right: 10px;
	float: left;
	width: 503px;
	height: 183px;
	background-color: #c7b299;
	padding: 0 54px;
}

#content2 {
	margin-left: 10px;
	float: left;
	width: 703px;
	background: #c7b299 url("images/bg-interior.jpg") repeat-y;
	padding: 44px 42px 10px 54px;
}

#content-text {
	float: left;
	width: 290px;
	color: #fff;
	font-size: 11px;
}

#content-text p {
	padding-bottom: 8px;
	line-height: 15px;
}

#content-photo {
	float: right;
	
}

#footer {
	clear: both;
	margin: 10px auto;
	width: 799px;
	height: 26px;
	text-align: right;
}

#footer a {
	border: 0;
}

#footer img {
	height: 16px;
	margin-right: 15px;
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

a:hover, a:active {
	text-decoration: none;
	color: #c7b299;
	border-bottom: 1px dotted #c7b299;
}