@charset "utf-8";
/* Homequest Builder | Home | CSS Document */

/* Classes */
.noshow {
	display: none;
}

.rght_sct {
	margin-bottom: 18px;
}

.rght_hdr {
	font: 18px Arial, Helvetica, sans-serif;
	color: #aeb564;
	margin: 0;
}

.rght_cpy {
	font: 12px Arial, Helvetica, sans-serif;
	color: #e4e4e4;
}

/* Body */
body {
	margin: 0;
	padding: 0;
	background: #a88c59 url(../images/gif/bg.gif) repeat;
}

/* Lists */
ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

li {
	display: inline;
	margin-right: 18px;
}

/* Heading Tags */
h1 {

}
h2 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #22391b;
	margin: 0px 0px 5px 0px;
}
h3 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #35371c;
	margin: 0px 0px 10px 0px;
}

/* Paragraph Tags */
p {
	font: 14px Arial, Helvetica, sans-serif;
	color: #35371c;
	margin: 0px 0px 8px 0px;
}


/* Anchors */
a {
	font: 18px "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #b2bb1d;
}

/* Header */
#hdr_as {
	height: 120px;
	margin: 0;
	background: url(../images/jpg/hdr_bg.jpg) top left repeat-x;
}

#hdr {
	height: 75px;
	width: 952px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	text-align: right;
	background: url(../images/jpg/header.jpg) top no-repeat;
}

/* Flash */
#flsh {
	height: 340px;
	max-height: 340px !important;
	width: 950px;
	max-width: 950px !important;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background: #a88c59;
}

#flsh object, embed {
	margin: 0;
}

/* Navigation */
#nav_as {
	height: 58px;
	margin-top: 0px;
	background: #784f25;
}

#nav {
	height: 40px;
	width: 952px;
	margin: 0 auto;
	padding-top: 18px;
	background: url(../images/jpg/nav_bg.jpg) top left no-repeat;
}

#nav ul {
	margin: 0;
}

/* Main Content */
#cntnr {
	height: 251px;
	width: 952px;
	margin: 0 auto;
}

#lft {
	float: left;
	height: 201px;
	width: 626px;
	padding: 25px 20px;
	background: url(../images/jpg/lft_bg.jpg) top left no-repeat;
}

#rght {
	float: right;
	height: 201px;
	width: 246px;
	padding: 25px 20px;
	background: url(../images/jpg/rght_bg.jpg) top left no-repeat;
}

/* Footer */
#ftr {
	width: 952px;
	margin: 10px auto;
}

#ftr img {
	margin: 0 7px 0 0;
}

a img {
	border: none;
}

/* End of Document */
