﻿body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #444444;
	background: #000000;
}
a:link, a:visited { color: #83bb0a; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #83bb0a; text-decoration: none; font-weight: bold; }
h1 {
	margin: 0px 0px 10px 0px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
h2 {
	margin:0px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
	color:#fff;
	height: 26px;
	width: 366px;
	padding-top: 3px;
	padding-left: 25px;
	background: url(images/h2.jpg) no-repeat;
}
h3 {
	margin: 0px 0px 0px 0px;
	padding-top: 15px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 16px;
	width: 227px;
	height: 52px;
	color: #000000;
	background: url(images/box.jpg) no-repeat;
}
#container {
	margin: auto;
	width: 800px;
}
#header {
	margin: auto;
	width: 800px;
	height: 171px;
	color: #fff;
	background: url(images/header.png) no-repeat;
}
#header_upper {
	float: left;
	padding-left: 180px ;
	padding-top: 50px;
	width: 500px;
	height: 40px;
	line-height: normal;
	font-size: 24px;
	font-weight: bold;
}
#header_lower {
	float: left;
	padding-left: 180px ;
	width: 300px;
	height: 50px;
	
}
#header_lower span {
	font-weight: bold;
}
.menu {
	margin: auto;
	width: 800px;
	height: 49px;
	background: url(images/menu.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
.menu ul {
	margin: 0px;
	list-style: none;
	padding-left: 100px;
}
.menu li {
	display: inline;
}
.menu li a{
	float: left;
	padding: 10px 0px;
	width: 98px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.menu li a:hover, .menu li .current{
	color: #000;
	background: url(images/hover.jpg) no-repeat;
}
#content {
	float: left;
	width: 800px;
	background: url(images/pg_bg.jpg) repeat-y;
}
#top {
	width: 800px;
	height: 32px;
}
#left {
	margin: 0px;
	float: left;
	margin-left: 55px;
	width: 380px;
	text-align: justify;
}
#left img {
	float: left;
	margin-bottom: 10px;
}
#right {
	float: right;
	width: 230px;
	margin-right: 55px;
	text-align: justify;
}
#right p {
	padding-left: 15px;
	margin-top: 5px;
}
#footer {
	float: left;
	width: 800px;
	height: 32px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 40px;
	background: url(images/footer.jpg) no-repeat;
}