* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	line-height: 1.5;
}
#wrapper {
	width: 932px;
	position: absolute;
	left: 50%;
	margin-left: -466px;
}
#top {
	height: 57px;
	padding-left: 378px;
	background-image: url(images/index_top.jpg);
}
#top_menu {
	display: block;
	padding-top: 25px;
}
a.menu_link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.menu_link:hover {
	color: #009933;
	text-decoration: underline;
}
a.version {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.version:hover {
	color: #FFFF00;
}
#banner {
	height: 321px;
	background-image: url(images/index_banner.jpg);
	padding-left: 402px;
}
#banner_intro {
	width: 520px;
	display: block;
	padding-top: 190px;
	line-height: 20px;
}
#main {
	height: 190px;
	background-image: url(images/index_main.jpg);
}
#footer {
	background-image: url(images/index_footer.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 96px;
	clear: both;
	height: 125px;
}
address {
	padding-top: 44px;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
}