@charset "UTF-8";
/* CSS Document */

body {
	background-color: #993300;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header {
	color: #FFFF99;
	background-color: #990000;
	position: absolute;
	top: 0px;
	left: 50%;
	color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	width: 654px;
	height: 200px;
	margin-left: -400px;
	background-image: url(images/header.jpg);
	background-position: center top;
}
#content {
	background-color: #000000;
	width: 439px;
	top: 200px;
	position: absolute;
	left: 50%;
	color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 205px;
	margin-left: -400px;
	background-image: url(images/bgline.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content a {
	color: #990000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#content a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #993300;
	font-weight: bold;
}
#content a:active {
	color: #993300;
	font-weight: bold;
}
#content a:visited {
	color: #990000;
	font-weight: bold;
}
#content h1 {
	color: #990000;
}
#content h2 {
	color: #990000;
}
#content  #nav {
	background-color: #336666;
	position: absolute;
	width: 160px;
	top: 0px;
	left: 0px;
	padding: 10px;
}
#content #nav p {
	color: #FFFFFF;
}
#content #sub p {
	font-size: 10px;
}
#content #twitter_div {
	border: 2px none #660000;
	float: none;
	display: block;
}

