@charset "UTF-8";
/* CSS Document */


/** { border: 1px black solid;}*/


/* STRUCTURE CODE */
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #8c6238;
}

#container {
	
	width:822px;
	margin:auto;
	background-color: #A8A8A8;
}

#head1 {
	background-color: #C43737;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	width: 792px;
	height: 40px;
}

#head2 {
	background-color: #C43737;
	background-image:url(images/header.jpg);
	background-position: left;
	background-repeat:no-repeat;
	height: 115px;
	width: 625px;
	padding-top: 35px;
	padding-right: 15px;
	

}

.nav li {
	float: left;
	
	margin-bottom: -6px;
}
.nav ul {
	
}


#left {
		width: 265px;
		float:left;
		padding: 10px;
		
}

#right {
	width: 516px;
	float: right;
	background-color: #E8E8E8;
	padding: 10px;
	border-left: 1px solid black;
}

#full {
	margin-top: 20px;
	padding: 20px;
	background-color: #E8E8E8;
}

#footer {
	background-image:url(images/navBG.jpg);
	background-repeat:repeat-x;
	height: 45px;
	clear:both;
}



/* END STURCTURE CODE */

 /* TEXT STYLINGS */
 	h1{
		font-size: 24px;
		font-family: "Times New Roman", Times, serif;
		color: #333;
		margin-bottom: 7px;
		
	}
	
	h2{
		font-size: 18px; 
		font-family: "Times New Roman", Times, serif;
		color:#666;
		margin-bottom: 4px;
	}
	 
	.headtxt {
		color: #FE9A2E;
		text-decoration:none;
	}
	.headtxt:hover {
		color:#CCC;
	}
	
	
	a:link {
		text-decoration:none;
	}
	a:hover {
		text-decoration:none;
	}
	a:visited {
		text-decoration:none;
	}
	a:active {
		text-decoration:none;
	}
	
		
 /* END TEXT STYLINGS */
 
 
 /* OTHER STYLINGS */
 
 .floatR {

	 float:right;
 }
 

 /* END OTHER STYLINGS*/
