body {
	background-color: #837874;
	margin:0px;
	padding:0px;
}
a:link {

	color:#6E3D2A;
	
}

#background_fade {

	width: 100%;
	background-image: url('../img/background_fade.jpg');
	background-repeat:repeat-x;
	border-bottom:1px solid #874F3A;
}

#background_image {
	width:999px;
	height:	731px;
	margin:0px;
	background-image: url('../img/background1.jpg');
	background-repeat: no-repeat;
	
}

#top_logo {

	position:relative;
	top:20px;
	left:500px;
	width:449px;

}

#content_outer {
	background-image: url('../img/content_back.png');
	background-repeat: no-repeat;
	width:854px;
	height:574px;
	padding:0;
	position:relative;
	top:30px;
	left:100px;
	
	
}
#top_nav  {
	width:490px;
	height:31px;
	float:right;
	padding:0;
	margin:0;
}
#top_nav ul{
	position:relative;
	left: 5px;
	margin:0px;
	padding:0;
	padding-top:3px;
	padding-left:20px;
	/*margin-top:5px;*/
	list-style:none;
	list-style-type:none;
	background-image:url('../img/nav_end.jpg');
	background-repeat: no-repeat;
	height:30px;
	width:490px;
	
}

#top_nav ul li{
	
	background-color: #874F3A;
	display: inline;
	
	padding-top: 3px;
	
			
	padding-left:8px;
	padding-right:8px;
	padding-bottom: 5px;
	
	margin:0px;
	
	border-top:1px solid #874F3A;
	border-bottom:1px solid #874F3A;
	
	
	
	}
	
#top_nav ul li.home_button{
	background-color:#47903D;
	
	
}
#top_nav li a:link,
#top_nav li a:active,
#top_nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#top_nav li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#content_table {

	width:760px;
	position:relative;
	top:150px;
	left:70px;
	padding:0px

}
#content_table td {
	padding-left:50px;
	padding-right:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
	width:320px; 	
	vertical-align: top;
}
#content_table td.text_col {
text-align: justify;
}

#footer {
	background-image: url('../img/footer_fade.jpg');
	background-repeat:repeat-x;

}
#footer_inner{
	width:940px;
	padding-top:10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;

}
#footer_inner a:link,
#footer_inner a:active,
#footer_inner a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_inner a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#comp_list {
position: relative;
/*left: 70px;
*/width:675px;
	height:380px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right:45px;
	border-bottom:1px solid #C19377;
	border-top:1px solid #C19377;
}
#contact input{

width:350px;
position:relative;
left:35px;

}
#contact input.submit_button{

width:80px;
position:relative;
left:375px;
}
#contact textarea{
	width:350px;
	position:relative;
	left:13px;
	vertical-align: top;	
	height:100px;
}
