body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	background-color: #D9D8DE;
	margin:0;
	padding:18px;
	background-repeat: repeat;
	background-image: url(../images/bg.gif);
}
#main {
	width:900px;
	margin:auto;
}
#main-inner {
	/*margin:0 21px 16px 21px;*/
	padding:0 17px 27px 27px;
	min-height:200px;
	background-color: #FFF;
}
#main-inner-left {
	width: 625px;
	display:block;
	float:left;
	line-height:18px;
}
#main-inner-left2 {
	width: 625px;
	display:block;
	float:left;
	line-height:18px;
	text-align: center;
}
#main-inner-center {
	width: 625px;
	display:block;
	line-height:18px;
	text-align: center;
}
h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight:bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #a7c6fb;
	text-decoration: underline;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFC;
	text-decoration: underline;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #6EBD8D;
	text-decoration: underline;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #F2C5AC;
	text-decoration: underline;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}
h7 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#main-inner-right {
	width: 200px;
	display:block;
	float:right;
	border-left:1px solid #C8C8C8;
	text-align:right;
	padding-top:0px;
}
#main-inner-right p {
	color:#666;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right:6px;
}
#main-inner-right p img {
	border: 0px none #000;
}
#main-inner-right .highlight a {
}

#bottom {
	width: 900px;
	height: 34px;
	position: relative;
	background-image: url(../images/bg-main-bottom.png);
}
#logo {
	width:900px;
	height:150px;
	background-image: url(../images/bg-logo-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom:1px solid #C8C8C8;
}
#mainphoto {
	height:250px;
	background-color: #FFFFFF;
	border-bottom:1px solid #C8C8C8;
	position: relative;
	width: 900px;
	padding-top: 1px;
	padding-bottom: 2px;
	text-align: center;
}
p, ul, ol { margin: 15px 0; }

div#navbar {
	width: 590px;
	display:block;
	float:right;
	text-align:right;
	padding-top:128px;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F6F6F;
	white-space: nowrap;
	font-weight: bold;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	color: #FFF;
	display:block;
	float:left;
	width:80px;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	line-height:22px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 0;
}
div#navbar li a:link {
	color: #5288B3:
}
div#navbar li a:visited {
	color: #FFF;
}
div#navbar li a:hover {
	color: #FFF;
	text-decoration:underline;
}
.clear {
	clear:both;
}

#footer {
	clear:both;
	font-size: 10px;
	color:#999;
	text-align:center;
	padding:12px;
	line-height:18px;
}
#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
