body {
	margin: 0;
	background: #2C6FAB left top url(img/bg.png);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px -5px;
	padding: 1px 5px;
	border-bottom: 1px solid;
	line-height: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
img {
	border: none;
}

.clear {
	clear: both;
}

#bg_top {
	padding: 15px 0;
	background: url(img/bg_top.png) left top repeat-x;
}
#header {
	width: 900px;
	height: 93px;
	margin: 0 auto;
	padding: 5px;
	background: url(img/header_bg.png) no-repeat;
}
#header .logo {
	margin: 20px 20px 0 20px;
	float: left;
}
#header #text {
	width: 640px;
	height: 39px;
	padding: 10px 10px 0 0;
	color: #FFFFFF;
	text-align: right;
	float: right;
}
#header #menu {
	width: 630px;
	height: 35px;
	padding: 0 0 0 20px;
	float: right;
}
#header #menu #bg {
	height: 35px;
	background: url(img/menu_bg.png) repeat-x;
	float: left;
	display: block;
}
#header #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header #menu ul li {
	float: left;
	display: inline;
}
#header #menu ul li a {
	margin-top: 5px;
	padding: 0 5px;
	color: #000000;
	text-decoration: none;
	line-height: 30px;
	float: left;
	display: block;
}
#header #menu ul li a:hover {
	text-decoration: underline;
}
#header #menu ul li a.current {
	background: #FFFFFF;
}
#header #menu ul li a.current:hover {
	text-decoration: none;
}
#content {
	width: 880px;
	margin: 0 auto;
	padding: 0 15px;
	background: url(img/body_bg.png) repeat-y;
	line-height: 18px;
}
#content #main {
	width: 610px;
	padding: 10px;
	float: left;
}
#content #side {
	width: 230px;
	padding: 10px;
	float: left;
}
#footer {
	width: 880px;
	margin: 0 auto;
	padding: 0 15px 15px 15px;
	background: url(img/footer_bg.png) no-repeat;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}