@import url('//fonts.googleapis.com/css?family=Loved+by+the+King');

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #F1EEEA url(images/bg-tile.jpg) top center repeat;
	font: 16px/1.5 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #333333;
}
#page-base {
	background: url(images/page-base.gif) bottom center no-repeat;
	width: 100%;
	height: 100%;
}
#page-base td:first-child {
	vertical-align: top;
}
#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;
}

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

#header {
	margin: auto;
	width: 980px;
	background: url(images/header-bg.jpg) top center no-repeat;
}
#header td {
	padding: 100px 0 20px;
	height: 100px;
	text-align: center;
}
#header a {	
	display: block;
	font: 50px/1.0 'Loved by the King', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
#header a img {
	max-width: 900px;
	height: auto;
	border: none;
}
#header p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999999;
}



/* ============================================== centred drop nav ============================================== */

#nav {
	margin: auto;
	padding: 0;
	width: 890px;
	list-style: none;
	text-align: center;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 0;
	position: relative;
	background: none;
}
#nav li a {
	display: block;
	font: 30px/40px 'Loved by the King', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	padding: 0px 19px 0px;
}

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

	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;
	font: 13px/1.2 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 7px 5px 10px 10px;
}
#nav li div a:hover {
	text-decoration: underline;
}
#nav li:hover div, li.over div {
	display: block;
}



/* ============================================== general content ============================================== */

#content {
	clear: both;
	margin: auto;
	width: 860px;
	min-height: 430px;
	padding: 40px 20px 5px 20px;
	background: url(images/nav-bg.gif) top center no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	line-height: 1.2;
}

h1 {
	margin: 14px 0 14px;
	font: 34px/1.0 'Loved by the King', Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 16px;
}
p {
	margin: 14px 0;
}
a {
	color: #000000;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 36px;
	background: url(images/bullet.gif) 20px 11px no-repeat;
}
hr {
	margin: 40px 0;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
}
small {
	font: normal 11px/1.2 Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #999999;
}
small a {
	color: #999999;
}
#content img {
	max-width: 860px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #333333;
	width: 300px;
}
.button {
	width: auto;
	font-weight: bold;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 160px;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}



/* ============================================== footer ============================================== */

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


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

