@import "base.css";


#container {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height: auto;
	background-color: #FFF;
}

#header {
	width: 800px;
	height: 3px;
	background-color: #ff9000;
}
#header img{
	float:left;
	margin: 0;
	padding: 0;
	border: 0;
}
#header .flash{
	float:right;
}
#header p{
	clear: both;
	text-indent: -9999px;
	font-size: 0px;
	height: 1%;
}

#contents {
	clear: both;
	width: 800px;
	height: auto;
	background-color: #FFF;
}

#menu {
	width: 0px;
	visibility: hidden;
}
#main {
	float: left;
	width: 700px;
	padding-top: 40px;
	line-height: 170%;
	height: auto;
	min-height: 300px;
	background-color: #fff;
	text-align: left;
	}
#main .mark {
	margin: 50px 20px 0px 20px;
}
#main .banner {
	margin: 0px 0px 10px 20px;
}
#main .pic {
	margin: 0px 0px 0px 30px;
}
#main .mes {
	position: relative;
	line-height: 180%;
	width: 290px;
	left: 110px;
	top: -130px;
	padding: 10px 0 10px 10px;
}
#main hr {
	margin: 10px 0px 0px 0px;
}
#main dt {
	margin: 15px 0px 0px 20px;
}
#main dd {
	margin: 5px 0px 0px 50px;
}

#footer {
	font-size: 12px;
	clear: both;
	width: 770px;
	padding: 5px 15px 5px 15px;
	height:auto;
	color: #333;
	background-color: #fff;
	visibility: hidden;	
}
#footer p {
	font-size: 12px;

}
