/* url(images/jpgs/body.jpg) repeat-x top center;	*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #666;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
	padding: 6px 0 6px 12px;
	color: #b1846c;
	font-variant: small-caps;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #205f32;
	font-size: 14px;
	padding-left: 12px;
}
img {
	border: none;
}
ul, ol, dl {
	list-style-type: none;
}
p {
	padding: 6px 14px 6px 12px;
}
/*******************************
			LAYOUT
*******************************/
#container {
	margin: 0 auto 0 auto;
	width: 926px;
	font: 12px/15px Verdana, Helvetica, sans-serif;
	background: #fff;
	color: #333;	
}
#header {
	background: url(images/jpgs/header.jpg) no-repeat top center;		
}
#content {
	background: url(images/jpgs/cnt.jpg) no-repeat top center;
}
#fullcont {
	width: 654px;
	padding-left: 10px;
	padding-top: 154px;
	float: left;
}

#fullcont ul, #fullcont ol {
	margin-left: 20px;
	padding-left: 20px;
	margin-right: 90px;
}

#fullcont ul {
	list-style-type: disc;
}

#fullcont ol {
	list-style-type: decimal;
}

#fullcont ol li {
	margin-bottom: 1em;
}

#left {
	padding-top: 48px;
	float: left;
	width: 255px;
}
#right {
	padding-top: 154px;
	float: left;
	width: 216px;
}
#mid {
	padding: 154px 0 0 6px;
	float: left;
	width: 448px;
}
#footer {
	background: url(images/jpgs/footer.jpg) no-repeat bottom center;
	text-align: center;
	padding: 9px;
	color: #fff;
}
/*******************************
			NAV
*******************************/
#nav {
	background: url(images/jpgs/nav.jpg) no-repeat bottom center;
	text-align: right;
	padding: 8px 6px;
	margin-top: 9px;
}
#nav ul {

}
#nav li {
	display: inline;
}
#nav a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 6px 8px;
}
#nav a:hover {
	color: #4ee9f5;
}
.sep {
	background: url(images/jpgs/nav_sep.jpg) no-repeat center left;
}
/*******************************
			BOX
*******************************/
.box {
	width: 216px;
	float: left;
	background: url(images/jpgs/box_btm.jpg) no-repeat bottom center;
	padding-bottom: 18px;	
}
.box h3 {
	background: url(images/jpgs/box_top.jpg) no-repeat top center;
	padding: 12px 0 6px 12px;	
}
.box_cnt {
	background: url(images/jpgs/box_cnt.jpg) repeat-y top center;
	font-size: 10px;
	padding: 0 14px;
}
/*******************************
			CLASSES
*******************************/
.clear {
	clear: both;
}
span.clear {
	clear: both;
	display: block;
}
.copy {
	font-size: 10px;
	padding: 28px 0;
}
.more_link {
	text-align: right;

}
.more_link a {
	color: #205f32;
	font-size: 11px;
	font-weight: bold;
	padding-right: 12px;	
}
.pad_b_36 {
	padding: 24px 36px 28px 4px;
}
