@charset "utf-8";
/* CSS Document */
	body{ margin: 0px; font-family: Georgia, "Times New Roman", Times, serif; background: #BAAE89; color: #4F462B; }
	img{ border: 0px; }
	h1, h2, h3, h4{ display: inline; margin: 0px; padding: 0px; }
	p{ margin: 0px; padding: 0px; }
	a{ text-decoration: none; }
	.clearfix{ display: inline-block; }
	.clearfix:after{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
	html[xmlns] .clearfix{ display: block; }
	* html .clearfix{ height: 1%; }
	.gradient{ background: url(gradient.png) top repeat-x; position: absolute; width: 100%; height: 31px; display: block; }
	.main_container { width: 960px; margin: auto; }
/* Header */
	.header{ background: url(../images/header/bg.png) no-repeat; width: 960px; height: 160px; }
		.header big{ background: url(../images/header/logo.png) no-repeat; width: 632px; height: 32px; display: block; position: absolute; margin: 40px 0px 0px 20px; text-indent: -999em; }
		.header strong{ background: url(../images/header/under-construction.png) no-repeat; width: 240px; height: 16px; display: block; position: absolute; margin: 52px 0px 0px 700px; text-indent: -999em; }
		.header ul{ margin: 117px 0px 0px 0px; position: absolute; padding: 0px; width: 960px; list-style: none; }
			.header ul li{ width: 190px; float: left; margin: 0px 1px 0px 1px; }
				.header ul li a{ background: url(../images/header/links-bg.png) no-repeat; width: 190px; height: 37px; display: block; text-align: center; font-size: 12pt; color: #978651; padding-top: 2px; }
					.header ul li a:hover{ background: url(../images/header/links-bg-hover.png) no-repeat; }
/* Content */
	.content{ background: url(../images/content/bg.png) #FBFFFF top no-repeat; width: 960px; min-height: 450px; }
		.content hr{ display: none; }
	/* Content Area */
		.content #c_area{ width: 600px; margin: 30px 0px 20px 0px; padding: 0px 22px 0px 22px; border-right: 1px dotted #CCC; float: left; min-height: 400px; }
			.content #c_area h1{ width: auto; overflow: hidden; position: relative; font-size: 18pt; font-weight: normal; }
			.content #c_area p{ width: 600px; display: block; margin-top: 20px; }
				.content #c_area p img{ display: inline-block; margin-left: 5px; }
	/* Right Nav */
		.content #r_nav{ background: url(../images/content/right-nav/bg.png) top no-repeat; width: 286px; min-height: 429px; float: right; margin: 2px 15px 0px 0px; }
			.content #r_nav h3{ width: auto; font-size: 14.5pt; font-weight: normal; display: block; margin: 234px 0px 0px 20px; color: #C8BEA0; }
			.content #r_nav p{ color: #FFF; width: 278px; padding: 0px 4px 0px 4px; display: block; margin-top: 40px; }
				.content #r_nav p span{ width: 40px; display: inline-block; color: #C8BEA0; text-align: right; margin-right: 5px; line-height: 18pt; }
				.content #r_nav p a{ color: #FFF; }
					.content #r_nav p a:hover{ text-decoration: underline; }
/* Footer */
	.footer{ background: url(../images/footer/bg.png) no-repeat; width: 960px; height: 58px; }