@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4a4a4a;
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
	color: #333;
}
#top_bar {
	background-image: url(../images/top_bar.gif);
	background-repeat: repeat-x;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9e9e9e;
	background-attachment: scroll;
	background-color: #FFF;
	background-position: 0px bottom;
}
#top_area {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}





#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	height: auto;
	background-color: #FFF;
}
#header {
	height: 475px;
}
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 84px;
	width: 334px;
	float: left;
	margin-left: 20px;

}
#logo a {
	height: 84px;
	width: 334px;
	display: block;
	text-indent: -21000px;
}
#menu {
	height: 13px;
	float: right;
	margin-top: 70px;
	width: 465px;
}
.menu_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#menu ul {
	height: 20px;
	/*width: 470px;*/
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu a {
	text-decoration: none;
	color: #8D8D8D;
	font-size: 11px;
	display: block;
	height: 13px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
#menu a:hover {
	color: #333;
}
#index_pic {
	height: 475px;
	background-image: url(../images/index_pic.jpg);
	background-repeat: no-repeat;
}
#index_pic a {
	height: 475px;
	width: 900px;
	text-indent: -21000px;
	display: block;
}
#footer {
	text-align: center;
	font-size: 11px;
	height: 18px;
	padding-top: 5px;
	color: #666;
	background-color: #D6D6D6;
}
