body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #0d0613;
	background-image: url(assets/BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: 600px;
	width: 850px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #f6e0ac;
}
#header {
	background-image: url(assets/name.png);
	background-position: left top;
	height: 80px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	font-size: 100%;
	color: #FFCC66;
	text-align: right;
}


.front {background-image: url(assets/front.jpg);}
.about {background-image: url(assets/about.jpg);}
.gallery {background-image: url(assets/gallery.jpg);}
.links {background-image: url(assets/links.jpg);}
.rates {background-image: url(assets/rates.jpg);}
.services {background-image: url(assets/services.jpg);}
.contact {background-image: url(assets/contact.jpg);}

#nav {
	float: left;
	width: 620px;
	height: 60px;
	font-size: 18px;
	color: #FFCC66;
	padding-top: 5px;
	text-align: left;
	padding-left: 20px;
}
#nav a {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
}
#nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery {
	float: left;
	margin-top: 10px;
	height: 620px;
	width: 850px;
}
#gallery img {
	margin: 10px;
	float: left;
	height: 80px;
	width: 80px;
}
#contactinfo {
	font-size: 80%;
	color: #FFFF66;
	text-align: left;
	float: right;
	width: 500px;
	margin-top: 20px;
	margin-right: 20px;
}
#contactinfo li {
	clear: right;
	float: right;
	width: 350px;
	color: #FBB318;
	margin-top: 20px;
}
#essentialinfo {
	font-size: 84%;
	color: #FFFF66;
	text-align: left;
	width: 450px;
	margin-top: 20px;
	margin-right: 20px;
	float: right;
}
table {
	color: #FBB318;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 90%;
	width: 90%;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF66;
	padding: 3px;
	margin:0px;
}
th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF66;
	padding: 3px;
	margin:0px;
}
#faqsinfo {
	font-size: 80%;
	color: #FFCC66;
	float: right;
	height: 250px;
	width: 560px;
	margin-top: 20px;
	margin-right: 5px;
	overflow: auto;
	padding-right: 15px;
	text-align: left;
}
.question{
	font-style: italic;
	color: #FFCC66;
}
#profileinfo {
	font-size: 90%;
	color: #c79f61;
	text-align: left;
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-right: 5px;
	height: 500px;
	padding-right: 15px;
	overflow: auto;
	padding-left: 20px;
}
#profileinfo a {
	font-style: italic;
	color: #FF6633;
	text-decoration: none;
}
#disc {
	font-size: 70%;
	color: #FFCC66;
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#linkholder {
	display: none;
}
#introinfo {
	font-size: 76%;
	color: #F7D98E;
	float: right;
	width: 580px;
	text-align: left;
	padding-right: 10px;
	overflow: auto;
	clear: right;
	margin-top: 10px;
	height: 260px;
}
#disc a {
	color: #FF00CC;
	text-decoration: none;
}
#profileinfo li {
	color: #FBB318;
	margin-top: 10px;
}
#contactinfo a {
	font-style: italic;
	color: #FF9933;
	text-decoration: none;
}
#header a {
	font-style: italic;
	color: #FF9933;
	text-decoration: none;
}
#wishlistinfo {
	font-size: 72%;
	color: #F7D98E;
	float: right;
	width: 600px;
	text-align: left;
	padding-right: 10px;
	overflow: auto;
	clear: right;
	margin-top: 10px;
	margin-right: 10px;
}
#wishlistinfo a {
	color: #FF9900;
	text-decoration: none;
}
#wrappergall {
	height: 690px;
	width: 850px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #f6e0ac;
	background: #411E54 url(assets/gallery.jpg) no-repeat left top;
}
.style1 {font-size: 12px}
.style2 {font-size: 130%}
a:link {
	color: #FFCC66;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
a:visited {
	color: #FFCC66;
	text-decoration: none;
}