body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #212121 url(images/back.jpg) repeat-x;
	margin: 0px;
	color: white;
}
a {
	color: #00A8FF;
}
a:visited {
	color: #CCCCCC;
}
.container{
	width: 800px;
	margin: auto;
}
#top{
	width: 100%;
	margin: 0px;
	background:#000000;
	padding: 12px 0px;
}
#menubar{
	width: 100%;
	margin: 0px;
	height: 38px;
	background:#000000 url(images/menu_back.gif) repeat-x;
}
#menubar a {
	color: white;
	display: block;
	padding: 9px 20px 7px 0px;
	float: left;
	text-decoration:none;
}
#menubar a:hover {
	font-weight: bold;
}
#main {
	background: #000000;
}
#flash {
	background:url(images/main_picture.jpg) no-repeat;
	width: 796px;
	height: 440px;
	margin: 0px 2px 10px 2px;
}
#left{
	width: 200px;
	margin: 5px;
	float: left;
}
#right{
	width: 550px;
	margin: 5px 10px 5px 25px;
	float: left;
}
.left_section_title{
	color: #FFBD10;
	font-weight: bold;
	background:#000000 url(images/menu_back.gif) repeat-x;
	border-bottom: solid 1px #00A8FF;
	padding: 10px 5px 10px 20px;
}
.left_section {
	padding: 10px 5px 10px 20px;
}
.right_section {
	padding: 10px 20px;
	background: url(images/section_back.gif) repeat-x top;
	margin-bottom: 20px;
}
.centered {
	text-align: center;
}
h1{
	font-size: 18px;
	margin-top: 5px;
}
h2{
	font-size: 16px;
}
.clear{
	height: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
}
.style2 {
	color: #FFCC00;
	font-family:\"Times New Roman\", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.bluebold{
	color: #00A8FF;
	font-weight: bold;
}
#footer{
	padding: 10px 0px;
	font-size: 12px;
	color: #999999;
	background: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
}
#footer .right{
	float: right;
	margin-right: 15px;
}
#footer .left{
	margin-left: 15px;
}
#footer a {
color: #CCCCCC;
}
#map {
width: 100%; 
height: 450px; 
float: left;
}