@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #512912;
	background-color: #876B3B;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
#top-space {
	height: 200px;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

/* NAVIGATION BUTTONS */
.cssnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:  url(../images/button.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 250px;
	height: 30px;
	color: #FFF;
			}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 14px;
	width: 250px;
	height: 30px;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
			}

.cssnav a:hover{
	color: #ffb301;	
	}

.cssnav img {width: 250px; height: 30px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
	position: absolute;
	top: 7px;
	margin: 0px;
	cursor: pointer;
	width: 250px;
	height: 14px;
	text-align: left;
	left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-weight: normal;
			}
/* END OF NAVIGATION */

/* CONTENT */
#header {
	background-image: url(../images/header-top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 70px;
	height: 84px;
	padding-left: 40px;
}

#header img{
	padding-top: 3px;
}
#content {
	background-color: #C4AA6F;
	background-image: url(../images/header-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#content img {
	border: 3px solid #512912;
	text-align: center;
}


#content a {
	font-weight: bold;
	text-decoration: none;
	color: #512912

}
	
#content a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}	

/* END OF CONETENT */



/* FOOTER */
#footer {
	background-image: url(../images/footer.jpg);
	height: 97px;
	color: #FFF;
}
#footer .footer-text-right {
	text-align: right;
	vertical-align: bottom;
	float: right;
	padding-top: 60px;
	padding-right: 25px;
}
#footer .footer-text-left {
	text-align: left;
	vertical-align: bottom;
	float: left;
	padding-top: 50px;
	padding-left: 25px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #ffb301;	

}
/* END OF FOOTER */

