#top {
	height: 102px;
	width: 1003px;
	padding-top: 6px;
	padding-bottom: 4px;
}
#logo {
	height: 45px;
	width: 350px;
	margin-top: 15px;
	margin-left: 16px;
	float: left;
	margin-bottom: 10px;
}
#logo img{
	float: left;
}
#logo h1{
	color: #b7b7b5;
	float: left;
	font-size: 22px;
	margin-top:15px;
	padding:0px;
}
#top_search {
	float: right;
	height: 61px;
	width: 310px;
	margin-bottom: 10px;
	background-image: url(../images/top_search.png);
}
.search_text {
	padding-top: 18px;
	padding-left: 90px;
}
#menu {
	height: 26px;
	width: 1003px;
	clear: both;
	background-image: url(../images/memu_bg.png);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D8DFCD;
}
#menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	height: 27px;
}
#menu ul li{
	text-align:center;
	width:120px;
	height: 23px;
	display:block;
	float:left;
	padding-top: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color:#abc7a2
}
#container #top #menu ul li a:link, #container #top #menu ul li a:visited{
	color:#7f7f7f;
	text-decoration:none;
}
#container #top #menu ul li a:hover{
	color:#000000;
	text-decoration:none;
}h2 {
	font-size: 18px;
	color: #000;
}
