/* CSS Document */
/*--------------------------[ Universal Elements ]--------------------------*/

body {
	background-color: #3C2E05;
	font-size: 12px;
	color: #232323;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-position: center center;
	}
h1 {
	color: #364910;
	background-color: inherit;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 7px;
	}
a {
	color: #232323;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	color: #364910;
	background-color: inherit;
	}
img, img a {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
	
/*--------------------------[ Main Container Elements ]--------------------------*/

#container {
	width: 773px;
	margin: 0 auto;
	}
#top {
	width: 773px;
	height: 61px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	}
#header {
	width: 773px;
	height: 128px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	
	
	}
	
	
/*--------------------------[ Navigation ]--------------------------*/

#nav_bar {
	width: 713px;
	height: 23px;
	background-image: url(images/nav_bar.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: right;
	padding: 7px 5px 0 0px;
	color: #DEDCC8;
	background-color: inherit;
	font-size: 11px;
	float: left;
	
	}
	#nav_bar ul {	
		display: inline;
		}
	#nav_bar li {	
		display: inline;
		}
	#nav_bar a {
		color: #DEDCC8;
		background-color: inherit;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		
		}
	#nav_bar a:hover {
		color: #D49F70;
		background-color: inherit;
		}
		
		
/*--------------------------[ Body ]--------------------------*/

#content {
	width: 773px;
	height: 100%;
	}
#left_side_content {
	width: 61px;
	height: 310px;
	background-image: url(images/side_body.gif);
	background-repeat: no-repeat;
	
	}
#main_content {
	
	background-image: url(images/content_bg.gif);
	width: 100%;
	height: 100%;
	
	margin-left: -4px;
	background-repeat: no-repeat;	
	
	
	}

#main_content2 {
	
	
	
	padding: 0 10px 0 10px;
	
	
	}
#main_content_interior {
	
	
	width: 100%;
	height: 100%;
	padding: 25px 30px 20px 73px;
	background-repeat: no-repeat;
	margin: 0 62px 0 0;
	
		}
	
/*____________________||| Inside Content Elements |||____________________*/

#left_side {
	float: left;
	width: auto;
	padding: 20px 10px 20px 75px;
	}
	
#right_side {
	
	margin-top: 20px;
	clear: both;
	float: left;
	width: 192px;
	
	}
	
/*____________________||| Links Box for Hompage |||____________________*/

#links_top {
	height: 24px;
	width: 192px;
	color: #DEDCC8;
	background-color: #42561D;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 6px;
	display: block;
	text-align: center;
	}
#links_box {
	border: 1px solid #42561D;
	width: auto;
	height: auto;
	padding: 10px;
	margin-bottom: 20px;
	}
	#links_box ul {
		margin: 0;
		padding: 0;
		}
	#links_box li {
		margin-left: 16px;
		list-style-image: url(images/bullet.gif);
		display: list-item;
		}
	#links_box a {
		text-decoration: none;
		font-weight: normal;
		color: #364910;
		background-color: inherit;
		}
	#links_box a:hover {
		text-decoration: underline;
		}
		
		
/*--------------------------[ Footer ]--------------------------*/

#footer {
	
	
	height: 106px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	padding: 20px 150px 0 100px;
	}
	
	
/*--------------------------[ Classes ]--------------------------*/

.light_color {
	color: #DEDCC8;
	background-color: inherit;
	}
	.light_color a {
		color: #DEDCC8;
		background-color: inherit;
		}
	.light_color a:hover {
		color: #D49F70;
		background-color: inherit;
		}
