* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../img/default/bg/body.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%
}

h1 {
	display: none;
}

a {
	color: #9f864a;
	font-weight: bold;
}

a img {
	border: 0 none;
}

.clear {
	clear: both;
}

#shadow {
	background-image: url(../img/default/bg/shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#top {
	background-image: url(../img/default/bg/top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	min-height: 394px;
	margin: auto;
}

#headContainer {
	width: 953px;
	margin: auto;
}

#head {
	width: 953px;
	position: absolute;
	top: 0;
	margin: auto;
	height: 419px;
	background-image: url(../img/default/bg/head.jpg);
	background-repeat: no-repeat;
	background-position: 0 11px;
}

	#menu {
		font-family: Georgia, serif;
		font-size: 1.5em;
		color: #6b551f;
		text-transform: uppercase;
		position: relative;
		top: 377px;
		left: 30px;
		width: 873px;
	}

	#menu, #menu ul {
		list-style: none;
	}
	
	#menu a {
		display: block;
/*		width: 10em;*/
		color: #6b551f;
		text-decoration: none;
	}
	
	#menu a span {
		padding: 0 10px;
	}
	
	#menu li {
		float: left;
/*		width: 10em;*/
	}
	
	#menu li a {
		padding-bottom: 2px;
	}

	#menu, #menu li {
		list-style-type: none;
	}
	
	#menu li ul {
		position: absolute;
		left: -999em;
		background: #FFF;
		border: 1px solid #e3e3e3;
		border-bottom: 0 none;
	}
		
		#menu li ul li {
			float: none;
		}
		
		#menu li ul a {
			padding: 5px 10px;
			border-bottom: 1px solid #e3e3e3;
			width: 15em;
		}
		
		#menu li ul a:hover {
			background-color: #9e854b;
			color: #FFF;
		}
	
	#menu li:hover ul, #menu li.sfhover ul {
		left: auto;
	}

#container {
	width: 953px;
	margin: auto;
	position: relative;
	top: 419px;
}

.content {
	background-color: #FFF;
	font-family: Georgia, serif;
	font-size: 1.3em;
	width: 100%;
}

.footer {
	height: 180px;
	clear: both;
	font-weight: bold;
	color: #FFF;
	font-size: 1.1em;
	text-align: center;
	background-color: transparent;
	background-image: url(../img/default/bg/footer.jpg);
	background-repeat: no-repeat;
}

.footerContent {
	position: relative;
	top: 90px;
}

	.footer p {
		margin: 0 0 20px 0;
		padding: 0;
		letter-spacing: 1px;
	}
	
		.footer p.link, .footer a {
			color: #FFF;
			text-decoration: underline;
		}
