/*

*/

body {
	margin: 20px;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #000;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
	font-weight: bold;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
}

a {
	color: #6F4503;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

img {
	border: none;
}

/* Header */

#logo {
	width: 780px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	border: 2px solid #000000;
	border-bottom: #000;
	;
	color: #FFF;
	background-color: #000;
	background-image: none;
	background-repeat: repeat-x;
	text-align: center;
	cursor: text;
}

#logo h1 {
	text-align: center;
	font-size: 3em;
}

#logo h2 {
	text-align: center;
	font-size: 1.4em;
}

#logo a {
	text-decoration: blink;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: #000;
}

/* Menu */

#menu {
	width: 780px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #DA8802;
	border: 2px solid #000000;
	border-top: 2px solid #000000;
	border-bottom: 0px solid #000000;
}

#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: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #FCEB8A;
}

#menu a:hover, #menu .active a {
	background: #9C5903;
	color: #FFFFFF;
}

/* Splash */

#image {
	width: 780px;
	margin: 0 auto;
	background: #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

/* Content */

#body {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 2px solid #000000;
}

#body .title {
	font-size: x-large;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #FFF;
}

#body .story {
	padding: 20px;
	border: 0px solid #8D5700;
	background-color: #000;
	background-image: none;
	color: #FFF;
}
#body h2 {
	text-align: center;
	font-size: x-large;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}

/* bot*/

#bot {
	width: 760px;
	margin: 0 auto;
	padding: 10px 10px;
	background: #4E4E4E;
	border: 2px solid #000000;
	border-top: none;
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #D4D4D4;
}

#bot a {
	color: #000000;
}
#body .story .story {
	font-weight: bold;
	color: #FFF;
	font-size: medium;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
