body {
	margin: 20px;
	padding: 0;
	background: #000 url(images/bgFire.jpg) repeat-x fixed bottom;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000;
}
html {height:100%;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 490px;
	height: 110px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	background: #FFEE8F url(images/fireBG.jpg) repeat-x;
	border: 5px solid #FFFFFF;
	border-bottom: none;
}

#header h1 {
	text-align: center;
	font-size: 2.5em;
	color: #fff;
	visibility: hidden;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	visibility: hidden;
}

#header a {
	text-decoration: none;
	color: #fff;
}

/* Menu */

#menu {
	width: 490px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 5px 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: 98px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	background: url(images/menuBG2.jpg) repeat-x;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
	background: #000 url(images/menuBG.jpg) repeat-x;
}

/* dropdown menu */

#dropmenudiv{
position:absolute;
border:1px solid #fff;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff;
padding: 1px 0;
text-decoration: none;
color: #fff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000;
}

/* Splash */

#splash {
	width: 490px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */

#content {
	width: 490px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#content .title {
	padding: 10px 20px;
	background: #000;
	font-size: 1em;
}

#content .story {
	padding: 20px;
	border: 2px solid #000;
}

/* Footer */

#footer {
	width: 450px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}

