body {
	background: #615427;
	min-height: 100%;
	padding-left: 20%;
	padding-right: 20%;
}

a {
	padding: 6px 0 8px;
	text-decoration: none;
	color: #ff6600;
}

#wrapper, #wrapper p {
	color: #000;
	font-family: 'Ovo', Verdana, Arial;
}

#top-nav,#footer,#content{
	background: #443b1c;
	color: #fff;
	min-width: 900px;
}

#top-nav {
	height: 240px;
}

#top-nav-inner {
	padding: 24px 0 16px;
}

#logo {
	padding-top: 64pt;
	margin-left: 48pt;
}

#nav {
	padding: 24px 0 24px;
	vertical-align: middle;
	text-align: right;	
}

#nav ul {
	list-style: square outside none;
}

#nav li {
	display: inline;
	margin-left: 30px;
}

#nav a {
	color: #CBC4C2;
	padding: 16px;
	font-size: 12pt;
	text-transform: uppercase;
	border-radius: 4px;
}

#nav a:hover {
	background: #ceb71b;
	color: #443b1c;
}


#content {
	background: #443b1c;
}


#footer {
	min-height: 24pt;
	border-radius: 0px 0px 20px 20px;
	/* position: absolute; 
	bottom: 0px;
	right: 0px;
	left: 0px;
	*/
}

#footer-inner {
	font-size: 8pt;
	color: #CBC4C2;
	padding: 8pt 16pt 8pt 16pt;
}

.right {
	text-align: right !important;
}

p {
	font-family: Verdana;
	margin-top: 16px;
	margin-bottom: 8px;
}

#introduction p{
	line-height: 1.2;
	text-align: justify;
	padding-left: 12pt;
	padding-right: 12pt;
	font-size: 14pt;
	font-size: 19px;
	font-family: 'Ovo', sans-serif;
	margin-left: 12px;
	color: #CBC4C2;
}

#splash {
	height: 64pt;
}

#splash div {
	font-size: 48pt;
	width: 100%;
	text-align: center;
	font-family: 'Bree Serif', serif;
	text-transform: uppercase;
}

#splash .odd {
	color: #d5c42e;
}

#splash .even {
	color: #d46f27;
}
