body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/back-ground.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #F2F2F2;
	font-size: 36px;
	letter-spacing: -2px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	line-height: 30px;
}
h2 {
	color: #d5a543;
	font-size: 16px;
	letter-spacing: -1px;
}
strong {
	color: #d5a543;
}
#wrapper {
	width: 720px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	margin: 0px;
}
#header {
	height: 120px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: left;
	padding-left: 20px;
}
#headerwrapper {
	float: left;
	width: 100%;
	border-bottom-width: 25px;
	border-bottom-style: solid;
	border-bottom-color: #965b23;
	margin: 0px;
	padding: 0px;
}
#menu {
	float: left;
	width: 720px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}

#content {
	margin: 0px;
	padding: 10px;
	width: 700px;
	font-size: 12px;
	color: #CCCCCC;
	float: left;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
}
#content a {
	color: #d5a543;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#crossfade {
	float: right;
	height: 230px;
	width: 350px;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 7px solid #F5F5F5;
}
#contact {
	float: right;
	width: auto;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
}
#footer {
	font-size: 12px;
	color: #999999;
	width: 720px;
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #999999;
	text-decoration: none;
	float: right;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#footer02 {
	font-size: 12px;
	color: #999999;
	width: 720px;
	float: left;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
#footer02 a {
	color: #999999;
	text-decoration: none;
	float: right;
}
#footer02 a:hover {
	color: #FFCC00;
	text-decoration: none;
}

/*----- MENU ----- */

#menu ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	background-color: #71441C;
	height: 22px;
}
#menu ul li a:hover {
	color: #d5a543;
}
#menu .active a {	
	color: #F7B319;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
#menu img {
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu ul li {
        float: left;
        position: relative;
        width: auto;
    }
	
	#menu li ul {
	position: absolute;
	top: 0;
	display: none;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	}
#menu li ul {
	position: absolute;
	top: 0;
	display: none;
	float: left;
	}
