body {
	background-color: #D2D7E8;
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	color:#222222;
}
/*
@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
body {margin-top:-65px; }
}

@-moz-document url-prefix( ){
body {margin-top:-65px; }
}*/

#main {
	width:830px;
	margin:0 auto;
	background-image: url("../images/body_back.jpg");
	background-repeat:repeat-y;
	background-color:#ffffff;
	text-align:left;
}

#header{
	width:830px;
	height:96px;
	background-image: url("../images/header.jpg");
	background-repeat:no-repeat;
	/*padding: 65px 0px 5px 450px;*/
}

#header ul{
	margin:0;
	padding: 65px 0px 5px 450px;
	height:26px;
	list-style-type: none;
}


#header ul li {
	float: left;
	width: 100px;
	margin-right: 0px;
	padding: 0 3px;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	text-align: center;
	font-size:12px;
}

#header ul li a {
	text-decoration:none;
	color:#999999;
}

#header ul li a:hover {
	color:#999999;
}

#sidemenu{
	width:150px;
	margin:0;
	padding:0;
	float:left;
}

#sidemenu ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

#page{
	width:650px;
	margin:0 10px 0 0;
	float: right;
}

#page dl{
	width:632px;
	background-image: url("../images/index_menuback.jpg");
	background-repeat:y-repeat;
	font-size:12px;
}

#page dt{
	float:left;
	width:190px;
	padding:10x 0 10px 20px;
	clear:both;
	font-weight:bold;
}

#page dd{
	width:450px;
	margin-left:100px;
	padding:10px 5px 10px 10px;
}

#page p{
	line-height:1.5;
}

#page .set1{
	margin-left:10px;
}

#page .set1_answer{
	margin-left:10px;
	background-image: url("../images/answer_back.jpg");
	background-repeat:no-repeat;
	background-position:170px top;
}

#page .set1_message{
	margin-left:10px;
	background-image: url("../images/message_back.jpg");
	background-repeat:no-repeat;
	background-position:170px top;
}

#page .set1_report{
	margin-left:10px;
	background-image: url("../images/report_back.jpg");
	background-repeat:no-repeat;
	background-position:0px 30px;
}

#page ol{
	line-height:1.5;
}

#page ol.size14{
	margin-left:250px;
	font-size:14px;
	line-height:1.5;
}

#page ul{
	line-height:1.5;
}

#page ul.photo{
	marign:-15px;
	width:560px;
}

#page ul.photo2{
	marign:-20px;
	width:570px;
}

#page li.photo_r2{
	float:left;
	margin:4px;
}

#page li.photo_r{
	float:right;
	margin:5px;
}

#page img.images{
	margin-right:40px;
}

#page .inner{
	font-size:12px;
	margin-left:20px;
}

#footer{
	width:830px;
	height:28px;
	_height:36px;
	padding-top:8px;
	_padding-top:13px;
	background-image: url("../images/footer.jpg");
	background-repeat:no-repeat;
	clear: both;
}

#footer p{
	text-align:center;
	font-size:12px;
	color:#ffffff;
	margin:6px 0;
	
}

.size14{
	font-size:14px;
}

.report{
	float: left;
	width: 240px;
	padding-top: 40px;
	clear: both;
}
.report img{
	display: block;
	margin:0 auto;
	text-align:center;
}

.report_right{
	float:right;
	width:400px;
}
