html,body,div,p,table,td,form,img,h1,h2,h3,h4,h5,h6,input
{
	font-size: 11px;
	color: #494738;
	font-family:Verdana,Tahoma,Segoe,sans-serif;
}

body
{
	position: relative;
}
#logo
{
	clear:both;
	width: 252px;
	height: 55px;
	margin: 0 auto;
	padding-top: 170px;
}

#search
{
	clear:both;
	width: 430px;
	height: 34px;
	margin: 0 auto;
	margin-top: 35px;
	padding-left:20px;
}

#search_box
{
	float: left;
	width: 347px;
	height: 34px;
}
h1
{
	font-size: 10px;
	width: 400px;
	margin:5px auto;
	font-weight: normal;
	color: #888;
}
 .normal .left
{
	float: left;
	width: 10px;
	height: 34px;
	background-image: url(/images/search_normal_left.gif);
	background-repeat: no-repeat;
}
 .normal .right
{
	float: left;
	width: 10px;
	height: 34px;
	background-image: url(/images/search_normal_right.gif);
	background-repeat: no-repeat;
}
 .normal .center
{
	float: left;
	width: 325px;
	height: 34px;
	background-image: url(/images/search_normal_center.gif);
	background-repeat: repeat-x;
}
.normal .center input
{
	border: #fff 0px solid;
	margin-top: 7px;
	height: 18px;
	width: 325px;
	font-size: 14px;
	color: #4e8f02;
	font-weight: bold;
}
 .hover .left
{
	float: left;
	width: 10px;
	height: 34px;
	background-image: url(/images/search_hover_left.gif);
	background-repeat: no-repeat;
}
 .hover .right
{
	float: left;
	width: 10px;
	height: 34px;
	background-image: url(/images/search_hover_right.gif);
	background-repeat: no-repeat;
}
 .hover .center
{
	float: left;
	width: 325px;
	height: 34px;
	background-image: url(/images/search_hover_center.gif);
	background-repeat: repeat-x;
}
.hover .center input
{
	border: #fff 0px solid;
	margin-top: 7px;
	height: 18px;
	width: 325px;
	font-size: 14px;
	color: #4e8f02;
	font-weight: bold;
}

#search_button
{
	float: left;
	padding-left: 6px;
	padding-top: 4px;
}
#keywords
{
	width: 430px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	margin-top: 5px;
	padding-left:28px;
	overflow: hidden;
}
#keywords a
{
	display: inline-block;
	margin-right: 5px;	
}
#hint
{
	width: 420px;
	height: 20px;
	line-height: 15px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	padding-right: 2px;
}

#bottom
{
	border-top: #dee7c8 1px solid;
	border-bottom: #dee7c8 1px solid;
	background-color: #f1f5ee;
	padding: 15px;
	margin-top: 50px;
	text-align: center;
}