/*
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Century Gothic", Arial, Helvetica, sans-serif;
	color: #4B5E2D;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #4B5E2D;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #4B5E2D;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}

/* Header */

#header {
	width: 600px;
	height: 100px;
	margin: 0 auto;
	background: #FFFFFF url(images/heading.jpg) no-repeat;
	
	border-bottom: none;
}

#header h1 {
	text-align: right;
	font: normal small "Century Gothic", Arial, Helvetica, sans-serif;
	color: 4B5E2D;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
}

#header a {
	text-decoration: none;
	color: #4B5E2D;
}

/* Menu */

#menu {
	width: 600px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: #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: 150px;
	height: 30px;
	padding-top: 10px;
	text-align: left;
	text-decoration: none;
	color: #4B5E2D;
}

#menu a:hover, #menu .active a {
	background: #FFFFFF;
	color: #000000;
}
#menu2 {
	width: 600px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}

#menu2 h2 {
	display: none;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #4B5E2D;
}

#menu2 a:hover, #menu2 .active a {
	background: #FFFFFF;
	color: #000000;
}

/* Splash */

#splash {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */

#content {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#content .title {
	padding: 10px 5px;
	background: #FFFFFF;
	font-size: 1em;
}

#content .story {
	padding: 5px;
}

#content .gallery {
	width: 200px;
	background: #FFFFFF;
}

/* Footer */

#footer {
	width: 600px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#header2 {
	width: 600px;
	height: 100px;
	margin: 0 auto;
	padding: 35px 0 0;
	background: #FFFFFF url(images/heading2.jpg) no-repeat;
	
	border-bottom: none;
}
