@charset "utf-8";
/* -------- basic styling ------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#000;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color: #D3CC86;
}
#wrapper {
	position:relative;
	width:800px;
	margin: 0 auto;
	text-align:left;
	background-color:#000;
}
#clear {
	clear:both;
}
/*------ position container elements ------*/
#header {
	position:relative;
	height:125px;
	top: 5px;
}
#Body1 {
	background-repeat: no-repeat;
	height: 360px;
	width: 236px;
	float: left;
	font-size: 16px;
	line-height: 19px;
	margin: 0px;
	text-align: left;
	left: 25px;
	background-color: #000;
	background-image: url(images/Trees.jpg);
}
#Body1 #ext {
	height: 180px;
	width: 110px;
	top: 0px;
	position: relative;
	left: 5px;
	clear: both;
}


.thumb {
	padding: 5px;
}
#Body1 #Interior {
	height: 180px;
	width: 110px;
	position: relative;
	top: -180px;
	left: 120px;
}


#Body2 {
	height: 360px;
	width: 500px;
	float: left;
	background-image: url(images/Body2.jpg);
	background-repeat: no-repeat;

}
#Body1 img {
	text-align: center;
}

#Body1 p {
	height: 355px;
	width: 221px;
	padding-top: 15px;
	padding-left: 10px;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
#footer img {
	float: left;
}
#footer p {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


.next {
	position: absolute;
	top: 525px;
	right: 60px;
}
.back {
	position: absolute;
	right: 140px;
	top: 525px;
}
.mags {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.backar {
	padding-top: 5px;
	padding-left: 200px;
}
.nextar {
	padding-top: 4px;
	padding-left: 20px;
}
