* {
		margin: 0;
		padding:  0;
		}

html {
		font-size: 100%;
		}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	background-color: #000;
		}

#wrapper {
	width: 950px;
	margin: 0 auto;
		}

/* ---------- navigation ---------- */

#masthead {
	height: 98px;
	width: 950px;
	z-index: 2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5c1100;
	background-color: #000;
		}

#logo {
	height: 98px;
	width: 290px;
	text-align: left;
	float: left;
	position: relative;
	border: 0px;
}
#tagline {
	text-align: right;
	top: 0px;
	right: 950px;
	height: 76px;
}


#navContainer {
	height: 24px;
	width: 656px;
	left: 140px;
	top: 76px;
	float: right;
	z-index: auto;
		}

#navigation ul {
		list-style-type: none;
		}

#navigation li {
	float: left;
	width: 82px;
	height: 24px;
	position: relative;
	}
	
#navigation a:link, #navigation a:visited {
	text-transform: uppercase;
	color: #ba9c5e;
	text-decoration: none;
	display: block;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}

#navigation a:hover {
	display: block;
	background-color: #5c1100;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5c1100;
}

#navigation a:active {
	background-color: #BB4B07;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ba9c5e;
}
		
#navigation li ul {
	position: absolute;
	left: -10000px;
	width: 82px;
	height: 24;
}
#navigation li li {
	width: 82px;
	height: 24px;
	}

#navigation li li a:link, #navigation li li a:visited {
	text-transform: none;
	padding-top: 3px;
	font-size: 11px;
	height: 20px;
	background-color: #5c1100;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #410c01;
	border-bottom-color: #410c01;
	width: 81px;
	}

#navigation li li a:hover {
	padding-top: 3px;
	background-color: #410c01;
	font-size: 11px;
	height: 20px;
	border-bottom: 1px solid #410c01;
}
#navigation li li a:active {
	padding-top: 3px;
	background-color: #bb4b07;
	font-size: 11px;
	height: 20px;
	border-bottom: 1px solid #410c01;
}

#navigation li:hover ul {
	display: block;
	left: 0px;
	top: 24px;
}



/* ---------- footer ---------- */
	
#footer {
	color:#FFF;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ba9c5e;
	z-index: 2;
}
#footer p {
	margin-top: 7px;
	margin-bottom: 10px;
}


#footer a:link{
	text-decoration: none;
	color: #bb4b07;
}
				
/* ---------- main structure ---------- */
#mainWrapper {
	width: 950px;
	top: 100px;
}
