
body {

	margin: 0px;
	padding: 0px;
	font-family: verdana,arial,helvetica;
}



#content {

	width:950px;
	margin-left: auto;
	margin-right:auto;
	padding: 20px;
	font-size: 13px;

}

#headerBar {
	padding-left: 90px;
	padding-top: 15px;
	background: #2a1500;
	width: 100%;
}
#topMenu {
	position: absolute;
	top: 141px;
	font-size: 11px;
	left: 450px;
	color: #c2ff01;
	font-weight: bold;
	background: #000;
	padding: 8px;
	text-transform: uppercase; 
	font-family: verdana;

}
#topMenu a:visited,a:link,a:active {

	color: #c2ff01;
	text-decoration: none;

}
body a:link,a:active {
	color: #5ea700;
}
body a:visited { color: #5ea700; }
body a:hover {
	color:#0f0;
	text-decoration:underline;
}
#topMenu a:hover {

	color: #fff;

}
#centerSection {
	display:none;
	width:979px;
	height:284px;
	background:url('/images/middle_bg.jpg');
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	
}
#blurbs {
	width:979px;
	margin-left: auto;
	margin-right: auto;	
}
#blurbs td {

	font-size: 11px;
	vertical-align:top;
	text-align: justify; 
	text-justify: newspaper
	width: 33%;
	
}
#blurbs b{

	font-size: 15px;
	text-align: left;
	color: #5ea700;

}
#blurbs a {
	font-size: 15px;
	text-align: left;
	color: #5ea700;

}
#bottom-menu {

	background:url('/images/footer.png');
	height:72px;
	width:979px;
	margin-left:auto;
	margin-right:auto;
	

}
#bottom-menu-links {
	position:relative;
	left: 400px;
	font-weight: bold;
	padding: 8px;
	text-transform: uppercase; 
	font-family: verdana;
	font-size: 10px;
	color: #2a1500;
	top:20px;

}
#bottom-menu-links a:link, a:active,a:visited {

	color: #2a1500;
	text-decoration: none;

}
#bottom-menu-links a:hover {

	color: #fff;

}
#content-title {

	font-family: Maiandra GD;
	color: #fff;
	font-size: 34px;
	background:url('/images/titlebg.jpg');
	height:60px;
	width:957px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 12px;
	
}
#sidebar {
	float: right;
}


