/* ##################### BODY: Font & Background Color ##################### */
body {
	font-family: "Helvetica", Arial, sans-serif;
    background-color:#504c45;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, dl, dt {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Helvetica", Arial, sans-serif;
}

/* ##################### LAYOUT ##################### */

#content, #pano, #header, #footer {
	margin: 0;
    padding: 0;
}

#header-sub, #pano-sub, #content-sub, #footer-sub {
	margin: 0 auto;
    width:960px;
    padding: 0;
}

#header-sub {
    text-align: left;
	position: relative;
    padding: 0;
}

#header h1 span {
	display: none;
}

#content-sub {
	padding: 0 0 20px 0;
}


/* ##################### LINK STYLES ##################### */

a:link.wcp-btn-rec {
	font-size: 12px;
    color:#8f8980;
    background-color:#4a4640;
   	text-decoration: none;
	border:0px;
}
a:visited.wcp-btn-rec {
	font-size: 12px;
    color:#8f8980;
    background-color:#4a4640;
   	text-decoration: none;
	border:0px;
}
a:active.wcp-btn-rec {
	font-size: 12px;
    color:#8f8980;
    background-color:#4a4640;
   	text-decoration: none;
	border:0px;
}
a:hover.wcp-btn-rec {
	font-size: 12px;
    color:#8f8980;
    background-color:#4a4640;
	text-decoration: underline;
	border:0px;
}


/* ####################################################### IMAGE REPLACEMENT ####################################################### */
.alt {
	display: none;
	visibility: hidden;
}

.replace a, .replace {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.replace a span, .replace span {
	text-indent: -9999px;
	display: block;
	height: 0;
	width: 0;
}

/* ####################################################### CLEARING: www.positioniseverything.net/easyclearing.html ####################################################### */
.clearthis:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearthis { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearthis { height: 1%; }
.clearthis { display: block; }

/* End hide from IE-mac */