/* ============= Layout ============== */

* {
margin: 0;
 padding: 0;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


p {
padding-top: 7px;
padding-bottom:7px;
text-indent: 20px;
}
	
p1 {
padding-top: 7px;
padding-bottom:7px;
}

body {
	background-color: #000000;
 font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
 text-align:center;
}
	
#container {
	margin: 0px auto;
	width: 800px;
	color: #fff;
	font-size: 1.2em;
}

#header {
	background-image: url(../images/cheader.jpg);
	height: 256px;
}

#linkbar {
	background-image: url(../images/nav_bar.jpg);
	height: 25px;
}

#content {
	background-image: url(../images/ccontainer.jpg);
	background-repeat: repeat-y;
	padding-left: 54px;
	padding-right: 80px;
text-align: left;
}

#rightNav {
	background-image: url(../images/right_nav.jpg);
	height: 374px;
	width: 269px;
	float: right;
	margin-right: -80px!important;
	margin-right: -40px;
}

#footer {
	background-image: url(../images/cfooter1.jpg);
 background-repeat: no-repeat;
	height: 53px;
	padding-top: 13px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	font-size: .9em;
}

/*=============== TYPE =================*/

h1 {
	padding-top: 30px;
	padding-right: 60px;
	text-align: right;
	font-size: 3.0em;
	font-style: italic;
	color: #FFFFFF;
}

h2 {
	padding-right: 60px;
	text-align: right;
	font-size: 1.5em;
	font-style: italic;
	color: #EAEECB;
}
	
	
h3 {
	padding-top: 7px;
	padding-bottom:7px;
	font-style: italic;
	color: #F0ECBD;
	font-size: 1.4em;
}

h4 {
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 10px;	
}

/*=============== A LINKS =================*/

a{
	color:#F0ECBD;
	font-weight:bold;
	text-decoration:none;
}

a:link {
 color: #E8B74D
}
a:visited {
 color: #604B28
}
a:hover {
 color: #ffffff
} 
a:active {
 color: #F0ECBD
}

/*=============== NAVIGATION =================*/

#navcontainer ul
{
	margin-left: 100px!important;
	margin-left: 50px;
	color: E8B74D;
	float: left;
	margin-top: 4px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
color: BD9F4C;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
color: #ffffff; /*E3E9F1*/
}

/* ============= RIGHT NAVIGATION ===========*/

.navcontainer {
	width: 200px;
	margin-left: 40px;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 168px;
border-bottom: 1px solid #BD9F4C;
}

.navcontainer a:link, .navlist a:visited
{
color: #BD9F4C;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #896920;
color: #fff;
}
