body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#maincontainer {
	visibility: hidden;
}

div.index {
	width: 439px;
	height: 588px;
}

div.home {
	width: 800px;
	height: 600px;
}

div.content_home {
	padding: 15px 60px;
}

div.subpage {
	width: 801px;
	background-color: #999999;
}

div.subpage1 {
	width: 801px;
	background-color: #E5E5E5;
}

div.header {
	width: 801px;
	height: 114px;
	background-color: #FE6A00;
}

div.container_btn {
	width: 801px;
	height: 26px;
	background-color: #FFFFFF;
}

div.container_content_left {
	float: left;
	width: 490px;
	background-color: #FFFFFF;
	min-height: 313px;
	@height: 313px;
}

div.images {
	left: 0;
	position: absolute;
}

div.container_content_text {
	margin: 30px 0 10px 100px;
	padding-right: 27px;
}

div.container_content_text img {
	float: left;
}


div.container_content_text p {
	margin-left: 72px;
}

div.container_content_text ul {
	margin-left: 72px;
	list-style-type: decimal;
}

div.container_content_text ul li {
	margin-bottom: 1em;
}

div.container_content_right {
	float: right;
	width: 304px;
}

div.container_footer {
	clear: left;
	background-color: #CCCCCC;
	width: 801px;
	text-align: right;
}

form {
	margin-left: 72px;
}

form label {
	float: left;
	width: 100px;
}

form input {
	margin-bottom: 10px;
}

