/* general css */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #990000;
	color: #707070;
	font-size: 12px;
}

#topbar_wrapper {
	width: 670px;
	height: 85px;
	align: center;
}

#topbar_wrapper #topbar {
	width: 670px;
	
}

#topbar_wrapper #leading {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}

#imagebar {
	background-color: #8B0000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 70px;
	margin-bottom: 2px;
}

#content_wrapper {
	width: 670px;
	align: center;
}

#menu {
	float: right;
	margin-bottom: 6px;
}

#bottommenu {
	width: 670px;
	text-align: center;
}

#footer {
	width: 670px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	color: #999494;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}

