/* *************** */
/* common elements */
/* *************** */
body {
	margin: 0px;
	background-color: #47413f;
}


/* *********** */
/* copy styles */
/* *********** */
h1 {
	margin: 0;
	padding: 0 0 15px 0;
	font: normal 14px georgia, times, times new roman, serif;
	color: #fff;
	line-height: 15px;
}
h2 {
	font: normal 12px georgia, times, times new roman, serif;
	color: #fff;
	line-height: 0px;
}
.copy {
	font: normal 12px georgia, times, times new roman, serif;
	color: #47413f;
	line-height: 140%;
}
.copy a:link {
	color: #fff;
	text-decoration: none;
}
.copy a:hover {
	color: #990000;
	text-decoration: underline;
}
.copy a:visited {
	color: #fff;
	text-decoration: none;
}
.copy a:active {
	color: #990000;
	text-decoration: underline;
}
.comnav {
	font: normal 10px arial, verdana, helvetica, sans-serif;
	color: 47413f;
	line-height: 140%;
}
.comnav a:link {
	color: #fff;
	text-decoration: none;
}
.comnav a:hover {
	color: #990000;
	text-decoration: underline;
}
.comnav a:visited {
	color: #fff;
	text-decoration: none;
}
.comnav a:active {
	color: #990000;
	text-decoration: underline;
}

/* ****************** */
/* outside containers */
/* ****************** */
#container_main {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
	top: 40px;
	left: 0px;
}
#container_outer {
	width: 900px;
	margin: auto;
	z-index: 100;
	position: relative;
}
#container_inner {
	width: 900px;
	margin: auto;
	z-index: 100;
	position: relative;
	top: 40px;
	left: 0px;
}
#footer_bar { }
#footer_outer { 
	width: 900px;
	background-color: #47413f;
	height: 24px;
}
#footer_left {
	float: auto;
	width: 352px;
	padding-top: 6px;
	text-align: left;
	height: 24px;
}
#footer_right {
	float: auto;
	text-align: center;
	width: 500px;
	font: normal 11px georgia, times, times new roman, serif;
	color: #a09a8b;
	line-height: 24px;
	padding-top: 6px;
	height: 24px;
}
	


/* *************** */
/* body containers */
/* *************** */
#body_outer {
	width: 900px;
}
#body_inner {
	text-align: left;
	width: 900px;
	background: #a09a8b url(../images/background-tile.png) repeat-y;
}
#body_left {
	float: left;
	width: 317px;
}
#body_left_padding { padding: 238px 0px 25px 52px; }
#body_left_content {
	width: 234px;
	text-align: center;
}
#body_right {
	float: left;
	width: 583px;
}
#body_right_padding { padding: 0px 0px 0px 0px; }
#body_right_padding_image { padding: 0px 0px 0px 0px;
	text-align: center;
}




/* ********** */
/* navigation */
/* ********** */
#nav {
	position: absolute;
	top: 0px;
	left: 110px;
	z-index: 110;
	text-align: left;
}
a.nav_on, a.nav_off {
	display: block;
	font: normal 10px arial, verdana, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	line-height: 19px;
	width: 112px;
	height: 19px;
	text-align: center;
	border-bottom: 1px solid #a09a8b;
}
a.nav_on, a.nav_off:hover { background-color: #605a4b; }
a.nav_off { background-color: #7f7969; }



/* ****************** */
/* stylistic elements */
/* ****************** */
.border { border: 1px solid black; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.clear_bkd {
	clear: both;
	background: #a09a8b url(../images/background-solid.png) repeat-y;
	width: 900px;
}
.center { text-align: center; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */