body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	background-color: #000;
	margin:0;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.main-container {
	width: 1000px;
	margin: auto;
	background-image: url(../images/site_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#main {
	width:900px;
	margin:auto;
	position: relative;
}
#main-inner {
	/*margin:0 21px 16px 21px;*/
	padding:0 17px 27px 27px;
	min-height:200px;
	background-color: #000;
}
#main-inner-left {
	width: 625px;
	display:block;
	float:left;
	line-height:18px;
}
#main-inner-right {
	width: 200px;
	display:block;
	float:right;
	border-left:1px solid #C8C8C8;
	text-align:right;
	padding-top:10px;
}
#main-inner-right p {
	color:#CED877;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right:7px;
}
#logo {
	width:900px;
	height:199px;
	background-color: #A2A1A6;
	background-image: url(../images/bg-logo-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom:1px solid #C8C8C8;
}
#mainphoto {
	height:250px;
	background-color: #000;
	border-bottom:1px solid #C8C8C8;
}
h1, h2, h3, h4, h5, h6 { margin: 15px 0; }
p, ul, ol { margin: 15px 0; }

div#navbar {
	width: 900px;
	display:block;
	float:right;
	text-align:center;
	padding-top:171px;
	position: absolute;
}
div#navbar ul {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F6F6F;
	white-space: nowrap;
	font-weight: bold;
	position: absolute;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 654px;
	left: 248px;
	top: 171px;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	color: #000;
	display:block;
	float:left;
	width:100px;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	line-height:22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 9px;
}
div#navbar li a:link {
	color: #5288B3:
}
div#navbar li a:visited {
	color: #000;
}
div#navbar li a:hover {
	color: #333;
	text-decoration:underline;
}
.clear {
	clear:both;
}
#footer {
	clear:both;
	font-size: 10px;
	color:#000;
	text-align:center;
	padding:0px;
	line-height:60px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 59px;
}
#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#666;
	text-decoration:underline;
}
.highlight {
	color:#55AEAC;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.highlight a, .highlight a:visited {
	color:#F27C78;
	text-decoration:none;
	text-indent:20px;
}
.highlight a:hover {
	color:#55AEAC;
	text-decoration:underline;
	text-indent:20px;
}
a, a:visited {
	color:#164365;
	text-decoration:underline;
}
a:hover {
	color:#6F6F6F;
	text-decoration:none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #55AEAC;
	font-weight:bold;
}
