body {
	text-align: center;
	background:#111111;
	color: #EEEEEE;
}

#frame {
	width: 778px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
#mainbody {
	background:#333333;
	min-height: 100px;
	text-align:left;
}
#mainbody #title {
	background:url(../images/title_line.gif);
	background-repeat:repeat-x;
}

#footer {
	background:#000000;
	text-align:left;
	padding-top: 14px;
	height:40px;
}
#nav a, #nav_bot a {
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 14px;
}
#nav a:hover, #nav_bot a:hover {
	color: #84130F;
	background-color: #A8B2B1;
}
#nav {
	color: #FFFFFF;
	position:absolute;
	right: 5px;
	top: 65px;
	width: 600px;
	font-size: 12pt;
}
#nav_bot {
	color: #FFFFFF;
}

#footer {
	vertical-align: middle;
}
#footer a {
	text-decoration:none;
}

#content {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content p {
	padding-left: 10px;
	padding-right: 10px;
}

#content a {
	color: #FFFFFF;
	font-weight:bold;
}
.subheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CECECE;
	font-size: 14px;
}
