/*
jmb*/

body { margin: 20px; padding: 0; background: #737173; font: small Arial, Helvetica, sans-serif; color: #ebebeb; border-color: #ebebeb; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: black;
}

h1, h2, h3 { color: black; }

h4, h5, h6 { color: black; }

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

a { color: #858585; font-weight: bold; text-decoration: none; }

a:hover { font-weight: bold; text-decoration: none; }

img {
	border: none;
}

/* Header */

#logo { width: 780px; height: 135px; margin: 0 auto; padding: 0; background: #ebebeb; border-color: #ffffff #ebebeb #ebebeb; border-style: solid solid none; border-width: 0 5px medium; }

#logo h1 {
	text-align: center;
	font-size: 3em;
}

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

#logo a {
	text-decoration: none;
	color: black;
}

/* Menu */

#menu { width: 780px; height: 36px; margin: 0 auto; padding: 0; background: #4d4b4a; border-color: #ebebeb; border-style: solid; border-width: 1px 5px;;
}

#menu h2 {
	display: none;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 156px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#menu a:hover, #menu .active a {
	background: #000000;
	color: #fff;
}

/* Splash */

#image { width: 780px; margin: 0 auto; background: #ffffff; border-left: 5px solid #ebebeb; border-right: 5px solid #ebebeb; border-top-color: #ebebeb; border-bottom-color: #ebebeb; }

/* Content */

#body { color: black; background: #ebebeb; width: 780px; margin: 0 auto; border: solid 5px #ebebeb; }

#body .title { color: black; padding: 10px 20px; font-size: 1em; background-image: none; background-repeat: repeat-x; background-attachment: scroll; background-position: left bottom; }

#body .story { background-color: #fff; padding: 20px; border: solid 2px #d82740; }

/* bot*/

#bot { width: 760px; margin: 0 auto; padding: 10px; background: #4e4e4e; border-left: 5px solid #ebebeb; border-bottom: 5px solid #ebebeb; border-right: 5px solid #ebebeb; border-top-style: none; border-top-width: medium; }

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

#bot a {
	color: #CCCCCC;
}