/* body styles
   -------------- */
   
body { 
	font: 12px Arial, sans-serif; 
	background: #5d0907 url(../images/body_bg.gif) top repeat-x; 
	color: #000000;
	margin: 0px;
}

/* logo, header
   ---------- */

#logo {
	width: 960px;
	height: 110px;
	margin: auto;
	background: #3a0404;
	border: 1px solid #907651;
	border-top: 0px;
	border-bottom: 0px;
}

	#logo img {
		border: 0px;
		padding-top: 6px;
		float: left;
		padding-left: 16px;
	}
	
	#contact {
		text-align: left;
		color: #f3dea5;
		margin-top: 10px;
		margin-right: 47px;
		float: right;
	}
	
	#contact a {
		color: #c1aa64;
	}

	#contact a:hover {
		color: #f3dea5;
		text-decoration: none;
	}
	
/* nav
   ---------- */	

#nav {
	width: 960px;
	height: 32px;
	margin: auto;
	border: 1px solid #907651;
	border-top: 0px;
	border-bottom: 0px;
	background: #e1d4aa url(../images/nav_bg.gif) top repeat-x;
	padding-top: 12px;
}

/* wrap
   ---------- */

#wrap {
	width: 960px;
	margin: auto;
	border: 1px solid #907651;
	border-top: 0px;
	background-color: #ede4c7;
}

/* footer
   ---------- */

#footer {
	width: 960px;
	height: 30px;
	margin: auto;
	border: 1px solid #907651;
	border-top: 0px;
	background: #370403 url(../images/footer_bg.jpg) top repeat-x;
	text-align: center;
	padding-top: 39px;
	color: #f3dea5;
}

h1 { 
	margin-top: 0px;
	padding-top: 7px;
}

h1 .indent {
	margin-left: 20px;
}

/* right side
   ---------- */
		
#right {
	float: right;
	width: 440px;
	padding: 0px 20px 0px 15px
}
		

/* left side
   --------- */

#left {
	float: left;
	width: 440px;
	padding: 0px 15px 0px 20px
}

#hometable {
	width: 702px;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

#hometable td {
	width: 120px;
}

#hometable img {
	border: 1px solid black;
}

.clearboth {
	clear: both;
	font-size: 1px;	
}

a {
	color: #7a0d0b;
}

a:hover {
	color: #69503D;
	text-decoration: none;
}