@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #110800;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sitewrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #FFCC99;
}
/* ------------------------------------------------- */
.block01 {
	margin-left: 10px;
}
.suitebox {
	float: left;
	width: 720px;
	padding-left: 10px;
	margin-top: 5px;
}
.suiteboxa {
	float: left;
	width: 300px;
}
.suiteboxb {
	float: right;
	width: 410px;
	padding-left: 10px;
}
#bnav {
	float: left;
	width: 1000px;
	text-align: center;
}
h1 {
	color: #FFF;
}
h2 {
	color: #FFC;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	color: #FC6;
}
h4 {
	font-style: italic;
	color: #FF6;
	margin-top: 5px;
}
#maincontent {
	float: left;
	width: 1000px;
}
.main-col01 {
	float: left;
	width: 740px;
	font-size: 14px;
	color: #f4e4bd;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.main-col02 {
	float: right;
	width: 244px;
	font-size: 14px;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #5c4c29;
	padding-left: 5px;
}
#navbar {
	float: left;
	width: 1000px;
}
.price {
	font-size: 24px;
	font-weight: bold;
	color: #18a40a;
	text-align: center;
}
#sitefooter {
	float: left;
	width: 1000px;
	font-size: 12px;
	color: #CCC;
}
#sitehead {
	float: left;
	width: 1000px;
	font-size: 14px;
}
.sh-photo {
	float: left;
	width: 368px;
	margin-right: 10px;
	font-style: italic;
	color: #CCC;
}
.thumb-box1 {
	text-align: center;
	float: left;
	width: 210px;
	height: 200px;
	font-size: 12px;
	color: #f4e0b6;
}
			 

/* -- LINKS --------------------------------------- */
a:link, a:visited, a:active {
	color: #FFC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a.nav:link, a.nav:visited, a.nav:active {
	background-color: #897b68;
	float: left;
	height: 20px;
	width: 130px;
	padding-left: 10px;
	border: 1px solid #000;
	text-decoration: none;
	color: #FFF;
}
a.nav:hover {
	color: #000;
	background-color: #CCC;
	text-decoration: none;
}
a.nav2:link, a.nav2:visited, a.nav2:active {
	color: #897b68;
	text-decoration: none;
}
a.nav2:hover {
	color: #FFF;
	text-decoration: underline;
}
