/* CSS Document */

body {
	background-color: #EFEFEF;
	background-image:url(images/gif/bg1.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}
#main {
	width: 900px;
	background-repeat:no-repeat;
	background-color:#FFF;
}
#content {
	width: 900px;
	background-repeat:no-repeat;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding-top: 20px;
	padding-bottom: 1px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	line-height: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C00;
	line-height: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999;
	line-height: 10px;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 10px;
}
.border-1 {
	border: 1px dashed #C00;
	padding: 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 10px;
}
#footer a {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333;
text-decoration: none;
}
ul {
	text-align: center;
	margin-left: -30px;
}
li {
	display: inline-block;
	padding-left: 0px;
	padding-right: 10px;
	background-color:#FFF;
}
ol {
	text-align: center;
}
a:hover {
	color: #C00;
}
.choose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	line-height: 10px;
}