#container {
	font-weight: normal;
	margin: 10px;
	padding: 10px;
	position: absolute;
}
#header {
	position: relative;
	height: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	text-transform: uppercase;
	color: #660033;
	float: none;
}
#leftbar {
	width: 250px;
	position: static;
	float: left;
	clear: both;
	height: 1150px;
}
#content .lead {
	line-height: 130%;
}

#content {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2;
	font-weight: normal;
	text-align: left;
	float: none;
	width: 800px;
}

#header a:link {color:#660000;  text-decoration: none;}
#header a:hover {color:#000000; text-decoration: none;}
#header a:active {color:#660000; text-decoration: none;}
#header a:visited {color:#660000; text-decoration: none;}

#content a:link {color:#000000;  text-decoration: doted;}
#content a:hover {color:#000000; text-decoration: none;}
#content a:active {color:#000000; text-decoration: none;}
#content a:visited {color:#000000; text-decoration: none;}


#content .footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	padding-top: 25px;
	text-transform: uppercase;
}
#content li {
	list-style-position: inside;
	list-style-type: circle;
}
#content #join {
	background-color: #CCCCCC;
	float: right;
	height: auto;
	width: 90px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: normal;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 11px;
}

