@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0;
	margin:0;
	background-color:#d8b06c;
}

h1, h2, h3, h4, p, a, ul, li{
	padding:0;
	margin:0;
	}

#wrapper{
	width:910px;
	margin: 0;
	padding:0;
	}
	
#header {
	height: 206px;
	width: 910px;
}

#header #nav {
	height: 206px;
	width: 195px;
	float:left;
	background-color: #1c140d;
	text-align:center;
}

#header #nav ul {
	padding: 42px 0px 0px 0px;
	width: 102px;
	margin: 0 auto;
	}

#header #nav ul li {
	list-style:none;
	list-style-type:none;
	width:102px;
	}

#header #nav ul li a {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	border-bottom: 1px dashed #cd8e55;
	display:block;
	}
	
#header #nav ul li a:hover {
	color:#cd8e55;	
	}



#header #headerimage1 {
	height: 206px;
	width: 425px;
	float:left;
	background-image:url(../images/headerimage1.jpg);
}

#header #headerimage2 {
	height: 206px;
	width: 290px;
	float:left;
	background-image:url(../images/headerimage2.jpg);
}

#content {
	width: 910px;
	background-image: url(../images/bg_content.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.clear{
	clear:both;
	}

#content #conleft {
	float: left;
	width: 520px;
	margin:52px 0px 0px 0px;
	padding: 0px 45px 0px 45px;
	text-align:left;
}

#content #conleft h1{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	line-height:22px;
	}
	
#content #conleft h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	padding-bottom: 17px;
	}
	
#content #conleft p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	padding: 10px 0px 10px 0px;
	}

#content #conright {
	float: right;
	width: 204px;
	margin:52px 0px 0px 0px;
	border-left: 1px solid #000000;
	padding: 0px 68px 0px 18px;
}

#content #conright p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	padding: 0px 0px 10px 0px;
	}

#footer {
	height: 100px;
	width: 910px;
	height:52px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	color: #996c2c;
	padding:0;
	margin:0;
}

#footer p{
	padding:0;
	margin:0;
	}

#footer a {
	color: #996c2c;
	text-decoration:none
}

#footer .footercopyright {
	width: 350px;
	float: left;
	text-align:left;
	padding:18px 0px 0px 60px;
}

#footer .footerdesign {
	float: right;
	width: 350px;
	text-align:right;
	padding:18px 70px 0px 0px;
}

/* FORM */

.button {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #330000;
	border: #FFFFFF solid 1px;
}
