body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background-color: #f1f1f1;
	background-repeat: repeat-x;
	background-position: top;
	line-height: 16px;
	background-image: url(bg.gif);
}

#header {
	height: 91px;
	width: 950px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#navigator{
	width: 200px;
	float: left;
	font-size: 18px;
	height: 400px;
	color: #FFFFFF;
}
#search_bio{
	width: 216px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #6E84B6;
}
#search_bio select {
	width: 160px;
	margin-left: 20px;
	margin-top: 15px;
}

#right_banner{
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}


#right_contain{
	width: 715px;
	font-size: 12px;
	color: #666666;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#container {
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
}
#footer {
	height: 70px;
	width: 100%;
	background-color: #CECECE;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 10px;
	color: #FFFFCC;
	font-weight: normal;
	background-image: url(bg_footer.gif);
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #FF6600;
	width: 200px;
	padding: 8px;
	margin: 0px;
}



h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}
.float_left {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 3px;
}
.float_right {
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 3px;
}
a:link, a:visited, a:active {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}

