/*
Design by Paul McConnell
*/

body {
	margin: 20px;
	padding: 0;
	background: #bbdf86;
	font: normal small Arial, Helvetica, sans-serif;
	color: #134a23;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
font-size: 20px;
	text-transform: uppercase;
	color: #03673d;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #7ec31b;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#logo {
	width: 760px;
	height: 160px;
	margin: 0 auto;
	
	background: #FFFFFF url(images/bigbg.gif) repeat-x;
	border: 0px solid #FFFFFF;
	border-bottom: none;
}

#logo h1 {
	text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
}

#logo h2 {
	text-align: center;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 750px;
	height: 22px;
	margin: 0 auto;
	padding: 0;
	background: #8cc63e;
	border: 5px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 98px;
	height: 14px;
	padding: 4px 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;


}

#menu a:hover, #menu .active a {
	background: #03673d;
	color: #CCCCCC;
}

/* Splash */

#image {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */

#body {
	width: 750px;
	margin: 0 auto;
	background: #e5f0d5;
	border: 5px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;;
}

#body .title {
	padding: 10px 20px;
	background: #FFEE8E url(images/smallbg.gif) repeat-x left bottom;
	font-size: 1em;
}

#body .story {
	padding: 20px;
	border: 0px solid #FFFFFF;
}

/* bot*/

#bot {
	width: 730px;
	margin: 0 auto;
	padding: 10px 10px;
	background: #03673d;
	border: 5px solid #FFFFFF;
	border-top: none;
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#bot a {
	color: #FFFFFF;
}


/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#navbar a:hover {
		background: #458023;
		color: #FFF;
	}