body {
	background-color: #fffdeb;
}
#main_content {
	width: 900px;
	background-color: #FFFDEB;
	border: 1px solid #bde0c8;
	overflow: auto;
}
#top {
	width: 900px;
	height: 75px;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f7fae7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bde0c8;
	margin-bottom: 10px;
	text-align: right;
}
.main_menu {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #894D22;
	padding-top: 35px;
	padding-right: 10px;
}
.main_menu a:link, .main_menu a:active, .main_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #894D22;
}
#logo {
	width: 900px;
	height: 160px;
	text-align: left;
}
#content {
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bde0c8;
	background-color: #f7fae7;
	text-align: left;
	padding-bottom: 10px;
}
#main_text {
	width: 400px;
	padding-left: 25px;
	padding-top: 15px;
}
#thumbs {
	width: 413px;
	padding-top: 200px;
	padding-right: 37px;
	float: right;
	overflow: auto;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #90552A;
	text-decoration: none;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #90552A;
	font-size: 12px;
	text-decoration: none;
	list-style-image: url(images/bullet.jpg);
}
.main_text a {
	font-family: Arial, Helvetica, sans-serif;
	color: #90552A;
	font-size: 12px;
	text-decoration: none;
}
#image_right {
	width: 396px;
	height: 342px;
	position: absolute;
	float: right;
	background-image: url(images/imagefloat.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 16px;
}
#image_right_over {
	width: 450px;
	height: 157px;
	float: right;
}
#footer {
	width: 900px;
	height: 140px;
	background-image: url(images/bottombg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: right;
}
.footer_images {
	border: solid 2px #BDE0C8;
}
.thumbs_left {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: solid 2px #BDE0C8;
}
.thumbs_right{
	margin-bottom: 10px;
	border: solid 2px #BDE0C8;
}