/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	padding: 0;
	background: #cec7c3;
	font: normal small Futura, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #9E6813;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #6F4503;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

ul
{
margin-left: 1.5em;
}

li
{
line-height: 1.5em;
font: normal small Futura, Arial, Helvetica, sans-serif;
}

ul.links
{
list-style: none;
margin-left: 0em;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

/* Header */

#header {
	width: 750px;
	height: 208px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background: #FFF url(images/header.jpg) repeat-x;
}

#header h1 {
	text-align: center;
	font-size: 3em;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
}

#header a {
	text-decoration: none;
	color: #9E6813;
}

/* Menu */

#menu {
	width: 750px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;

}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 187px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: #000000;
	color: #FFFFFF;
}

/* Container */

#container {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#content .title {
	padding: 5px 10px;
	background: #FAC12C;
	font-size: 1em;
}

#content .story {
	padding: 20px;
	border: 2px solid #FAC12C;
}

/* Footer */

#footer {
	width: 710px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #4E4E4E;
	border: 1px solid #FFFFFF;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}