/* CSS Document */



body {
	background-color: #cfd3bd;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: .75em;
	}
	
#horizon {
	text-align: center;
	}

#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin: auto;	
	}

a {
	color: #d4c386;	
	text-decoration: underline;	
	}

a:hover {
	color: #354270;
	}

.clear {
		clear: both;
		font-size: 1px; 
	}

h1 {
	font-size: 20px;
	padding-top: 20px;
	margin-top: 0px;
	}

	
/* Header .................................................................... */

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 330px;
	width: 800px;
	position: absolute;
	left: 0px;	
	top: 0px;
	z-index: 1;
	}


/* Content ................................................................... */

#content {
	position: absolute;
	background-color: #ffffff;
	background-repeat: repeat-y;
	width: 800px;
	margin-bottom: 35px;
	top: 330px;
	height: auto;
	background-image: url(images/content_back.gif);
	}


/* Body Text ................................................................... */

#body_text {
	position: relative;
	float: left;
	left: 40px;
	top: 15px;
	width: 500px;
	height: 100%;
	padding-bottom: 50px;
	text-align: justify;
	color: #fff;
	line-height: 1.5em;
	}


#body_text h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #fff;	
	}


#body_text ul {
	padding-left: 15px;
	}



/* Left Column / Nav ......................................................... */

#nav {
	float:left;
	width: 175px;
	padding-top: 20px;
	padding-left: 25px;
	line-height: 2.5em;
	font-size: 13px;
	font-weight: bold;
	}

#nav ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

#nav li {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

#nav li a, #nav li a:visited {
	text-decoration: none;
	display: block;
	color:#fff;
	}
	
#nav li a {
	border-left: solid 5px #778246;		
	background-color: #778246;
	}	

#nav li a:hover {
	background-color: #626523;
	border-left: solid 5px #6a4103;
	}

#nav a {
	padding-left: 5px;
	}



/* Footer .................................................................... */


#footer {
	position: relative;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 10px;
	width: 800px;
	margin-top: 0px;
	clear: both;
	font-size: 10px;
	text-align: center;
	color: #fff;
	}

#footer a {
	color: #d4c386;
	text-decoration: none;	
	}
	
#footer a:hover {
	color: #b89b35;
	}	
	
