html {
	height: 100%;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(graphics/bg.gif);
	background-repeat: repeat-x;
	background-color: #006699;
	height: 100%;
}

#site {
	width: 850px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
}

/* Header */
#header {
	background-color: transparent;
	height: 125px;
	width: 940px;
	margin: 0 auto;
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* Navigation Bar */
#navbar {
	width: 100%;
	padding: 3px 0px 0px 0px;
	background-color: #FFFFFF;
	border-bottom: 6px solid #336699;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
}

#navbar a {
	display: inline;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

ul.bar {
	list-style-type: none;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	font-size: 0px;
	background-color: #cccccc;
	border-bottom: 1px solid #FFFFFF;
}

li.button0 {
	display: inline;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	font-size: 14px;
	background-color: #cccccc;
	border-top: 3px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

li.button0:hover {
	background-color: #999999;
}

li.button1 {
	display: inline;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	font-size: 14px;
	background-color: #336699;
	border-top: 3px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #FFFFFF;
}

li.end {
	display: inline;
	padding: 5px;
	font-size: 14px;
	border-left: 1px solid #FFFFFF;
}

/* Menu Box */
#menu {
	width: 188px;
	margin-left: 650px;
	margin-bottom: 20px;
	padding: 0px 0px 0px 5px;
	background-color: #336699;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
}

#menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}

#menu li, #menu a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-right: 4px solid #FFFFFF;
}

#menu li.space {
	font-size: 4px;
	text-decoration: none;
	border-right: 8px solid #FFFFFF;
}

#menu li.sublist {
	font-size: 12px;
	margin-left: 10px;
	border-right: 0px;
}

#menu li.current {
	border-right: 8px solid #FFFFFF;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 5px;
}

#menu a {
	padding: 5px 0px 5px 5px;
}

#menu li:hover, #menu a:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #333333;
	border-right: 5px solid #990000;
}

#menu li.space:hover {
	background-color: #336699;
	border-right: 8px solid #FFFFFF;
}

#menu li.sublist:hover {
	background-color: #336699;
	border-right: 0px;
}

#menu li.current:hover {
	border-right: 10px solid #990000;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 5px;
}

/* Side Box */
#box {
	width: 175px;
	margin-left: 650px;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #f5f5f5;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#box .title {
	margin: -5px -10px 5px -10px;
	padding: 0px 5px 0px 0px;
	background-color: #FFFFFF;
	border-bottom: 4px solid #990000;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

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

#box a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

/* Side Links */
#links {
	height: auto;
	width: 220px;
	clear: left;
	float: right;
	margin-top: -15px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: text-bottom;
}

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

#links a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

/* Simulation Content Area */
#sims {
	width: 850px;
	margin: 0px;
	padding: 0px;
}

#flashcontent {
	width: 98%;
	height: 622px;
	margin-top: 8px;
}

/* Forum Content Area */
#forum {
	width: 830px;
	margin: 5px 5px 0px 5px;
	padding: 10px 5px 0px 5px;
	background-color: #FFFFFF;
}

/* Main Content Area */
#main {
	float: left;
	width: 620px;
	margin: 5px 5px 0px 5px;
	padding: 5px 5px 0px 5px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
}

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

#main a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#main img.lnk {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

#main img.lnk:hover {
	padding: 2px;
	border: 1px solid #990000;
}

#content-div {
	width: 615px;
	padding: 5px 5px 2px 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-bottom: 4px solid #990000;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

/* Main Content Area: Haunt Page */
#main h1 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

#main td.divider {
	border-top: 2px solid #990000;
}

#description {
	width: 85%;
	margin-top: 5px;
}

#hauntbox1 {
	background-color: #eeeeee;
	border: 1px solid #000000;
	padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#hauntbox2 {
	background-color: #ffffff;
	border: 0px;
	padding: 5px;
}

#main div.htitle {
	padding: 5px 0px 5px 0px;
	font-size: 18px;
	font-weight: bold;
}

/* Footer */
#footer {
	clear: both;
	width: 856px;
	height: 30px;
	background-image: url(graphics/bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 5px 50px 0px 0px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

#footer img {
	border: 0px;
}

#copyright {
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

#copyright a {
	color: #cccccc;
	text-decoration: underline;
}

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