html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #F1EEEA url(images/bg-tile.jpg) top center repeat;
	font: 14px/22px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #333333;
}
#page-base {
	background: url(images/page-base.gif) bottom center no-repeat;
	height: 100%;
}
#page-bg-bot {
	background: url(images/page-bot.gif) bottom center no-repeat;
}
#page-bg-top {
	background: url(images/page-top.gif) top center no-repeat;
}


#page-bg {
	background: url(images/page-bg.png) top center repeat-y;
	min-height: 500px;
}


#header {
	background: url(images/header-bg.jpg) top center no-repeat;
	padding: 110px 0 10px;
	min-height: 100px;
	text-align: center;
}
#header h1 {
	margin: 10px 0;
	font-size: 50px;
}
#header h2 {
	margin: 20px 0;
}



#content {
	clear: both;
	margin: auto;
	width: 860px;
	min-height: 430px;
	padding: 50px 20px 20px 20px;
	background: url(images/nav-bg.gif) top center no-repeat;
}
h1 {
	margin: 12px 0;
	padding: 0;
	font-family: 'Loved by the King';
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	margin: 30px 0 -5px;
	padding: 0;
	font: 12px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999999;
}
p {
	margin: 12px 0;
}
a {
	color: #333333;
}


#footer {
	clear: both;
	margin: auto;
	width: 800px;
	padding: 10px 0 20px;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
}


#credit {
	position: relative;
	margin-top: -22px;
	background: url(images/footer-bg.png) top center no-repeat;
	height: 116px;
}
#credit div {
	margin: auto;
	width: 920px;
	text-align: right;
	padding-top: 40px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
#credit div a {
	color: #666666;
	border-bottom-color: #666666;
}
#credit div a:hover {
	color: #000000;
}




/* =========================== drop down nav =========================== */

#nav {
	margin: auto;
	padding: 0;
	width: 890px;
	list-style: none;
	height: 40px;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 0;
	position: relative;
}
#nav li a {
	color: #000;
	display: block;
	font-family: 'Loved by the King';
	font-size: 30px;
	line-height: 40px;
	padding: 0px 19px 0px;
	text-decoration: none;
	border: none;
}

#nav li div {
	background-color: #FFFFFF;
	display: none;
	width: 160px;
	border: 1px dotted #000000;
	border-top: none;

	position: absolute;
	left: 10px;
	top: 100%;
	z-index: 100;
}
#nav li div a,#nav li:hover div a {
	background: none;
	border-top: 1px dotted #000000;
	color: #000000;
	font: 12px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding: 7px 5px 10px 10px;
	text-transform: none;
}
#nav li div a:hover {
	text-decoration: underline;
}
#nav li:hover div,li.over div {
	display: block;
}


