body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	background-color: #333333;
}

a:link, a:visited { color: #2a9ac2; text-decoration: none; } 
a:active, a:hover { color: #2a9ac2; text-decoration: none }

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #3399FF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f4a806;
	text-decoration: underline;
}

#container {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	height: auto;
}
#title {
	height: 57px;
	font-size: 24px;
	font-weight: bold;
	color: #1589ee;
	line-height: 1.6em;
	padding-top: 20px;
	padding-left: 30px;
	background-color: #FFFFFF;
}
#title span {
	color:#898989;
	background-color: #FFFFFF;
}

#header {
	float: left;
	margin: 0px;
	height: 193px;
	padding: 60px 40px 0px 60px;
	text-align: justify;
	width: 411px;
	color: #fff;
	background-color: #FFFFFF;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
#slogan {
	width: 280px;
	height: 22px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	padding-left: 40px;
	margin-bottom: 10px;
	background: url(images/slogan.png) no-repeat;
}
#header_img {
	float: right;
	width: 389px;
	height: 253px;
	background: url(images/header_photo.jpg) no-repeat;
}
#menu {
	float: left;
	height: 102px;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(images/link_bg.jpg);
	background-repeat: no-repeat;
}
#middle {
	background-color: #FFFFFF;
	height: 600px;
	width: 900px;
}

.menulink{
	float: left;
	width: 775px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.menulink ul {
	margin: 0px;
	padding-left: 25px;
	padding-top: 10px;
	list-style: none;
}

.menulink li{
	display: inline;
}

.menulink li a{
	float: left;
	padding: 8px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 98px;
	background: url(images/menu_bg.jpg) no-repeat;
	border-left: solid 1px #FFFFFF;
}

.menulink li a:hover,.menulink li .current{
	background: url(images/menu_hover.jpg) no-repeat;
}
#content_left {
	float: left;
	width: 456px;
	padding-left: 50px;
	padding-right: 10px;
	text-align: justify;
	padding-bottom: 20px;
}

#content_right {
	float: left;
	width: 300px;
	padding-left: 30px;
	padding-bottom: 10px;
}
#right_bot {
	color: #fff;
	text-align: justify;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #1BA9FF;
}
#footer {
	float: left;
	width: 900px;
	height: 92px;
	margin: 0px auto;
	color: #FFFFFF;
	background: url(images/footer_bg.jpg) repeat-x;
}
#footer_left {
	margin-top: 40px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer_left a {
	color: #fff;
	font-weight: bold;
}
.postdate {
	width: 132px;
	height: 19px;
	padding-left: 3px;
	font-weight: bold;
	background: url(images/post_bg.jpg) no-repeat;
}#footer_right a {
	color: #fff;
	font-weight: bold;
}

