body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#25180d;
	opacity: 0.99999; 
	-moz-opacity: 0.99999; 
	-khtml-opacity: 0.99999; 
	filter: alpha(opacity=99);
}

h1,h2,h3,h4,h5,h6,p,form,ol,ul {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	letter-spacing:0.05cm;
	color:#ddd4cd;
}
h1 {
	font-size:22px;
	margin-bottom:10px;
}
h1.pfTitle {
	margin-top:10px;
	margin-bottom:20px;
}
h2 {
	font-size:18px;
	margin-bottom:8px;
}
p {
	margin-bottom:18px;
}

a:link, a:visited {
	color:#ddd4cd;
	text-decoration:underline;
}
a:hover, a:active {
	color:#ddd4cd;
	text-decoration:none;
}

/** Layout **/
#wrapper {
	margin:0 auto;
	padding-top:60px;
	text-align:left;
	width:750px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#998c78;
	line-height:18px;
}
#content {
	background: url(../images/cb_sidesep.gif) no-repeat 607px 0;
	min-height:437px;
*height:437px;
	width:100%;
}
#contentBody {
	width:603px;
	float:left;
}
#contentRight {
	float:right;
	width:116px;
}
#masthead {
	margin-bottom:14px;
}

#footer {
	width:603px;
	font-size:10px;
	color:#998c78;
	text-transform:lowercase;
	padding-bottom:20px;
	margin-top:80px;
}
#footer a:link, #footer a:visited {
	color:#998c78;
}
#credits {
	float:right;
}
#copyright {
	float:left;
}

/** Main Nav **/
#mainNav a:link, #mainNav a:visited {
	text-decoration:none;
}
#mainNav a:hover, #mainNav a:active {
	text-decoration:none;
	color:#998c78;
}
#mainNav ul {
	margin-top:15px;
	list-style-type:none;
	text-transform:lowercase;
}
#mainNav ul li {
	font-weight:bold;
	padding-bottom:6px;
}
#mainNav ul li a {

}
#mainNav ul li ul {
	margin-left:15px;
	margin-top:6px;
	margin-bottom:10px;
}
#mainNav ul li ul li {
	font-weight:normal;
}

/** HP Slideshow **/
#slideshow {
	position:relative;
}
#slideshowDisplay img {
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
	cursor:hand;
}
#slideshowDetail {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}
#slideshowControls {
	position:absolute;
	top:387px;
	z-index:2;
	width:100%;
}
#slideshowToggles {
	padding-right:10px;
	float:right;
}
#slideshowToggles a {
	float:left;
	padding-left:6px;
}
#slideshowTitle {
	padding-left:10px;
	float:left;
	font-size:10px;
	color:#c2b59e;
}

/* Clearfixins */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
