﻿

/*     TAGS & COLORS     */



a {
	color:#735c00;
	text-decoration:none;
}

a:hover {
	color:#e68e00;
}

h1, h2 {
	color:#a18736;
}

h6 {
	font-size:8px;
	color:#857c2d;
}



/*     ELEMENTS     */



#nav a:hover {
	color:#e6a936;
	background-color:#17171a;
}

#logo_bg {
	background:transparent url(../img/brown/logo_bg.jpg) no-repeat right top;
	width:289px;
	height:114px;
	position:absolute;
	margin-left:641px;
	top:0;
}

#header {
	background:#a18736 url(../img/brown/header_bg.jpg) repeat-x center top;
	height:210px;
	padding-bottom:40px;
}

#mainheader {
	background:transparent url(../img/brown/header.jpg) no-repeat left bottom;
	width:1000px;
	height:250px;
}

#footer {
	background:#987a1a url(../img/brown/footer_bg.jpg) repeat-x center top;
	height:100%;
	padding-bottom:15px;
}

#mainfooter {
	background:transparent url(../img/brown/footer_main.jpg) no-repeat left top;
	width:565px;
	height:290px;
	margin:0 0 0 42px;
}



/*     CONTACT FORM     */



.form input:hover, textarea:hover {
	border-color:#ba9334;
	background:#fff;
}

#button:hover {
	background:#fffbf2;
}