@import url("public.css");
@import url("header.css");
@import url("footer.css");
@import url("MainBody.css");


#main_left{
	padding: 0 5px;
	width: 202px;
	height: 100%;
	float:left;
	font-size:14px;
}
#main_right {
	background-color: #0b0b0b;
	margin-left: 6px;
	width:785px;
	float:left;
	padding-bottom:35px;
	padding-top:10px;
	text-align:center;
}

#main_left div {
	line-height:170%;
	
}

.fixed {
	CLEAR: both
}
.clear {
	CLEAR: both
}
#scope, #client, #structrue{
	color: #1CBFC4;
}
#scope a, #client a, #structrue a{
	color: #1CBFC4;
	text-decoration:none;
}

#scope a:hover, #client a:hover, #structrue a:hover{
	color: #FF8800;
	text-decoration:underline;
}

#code{
	margin-top:15px;
	color: #FF8800;
	font-weight: bold;
}
#info{
	margin-top:50px;
	padding-top:10px;
	border-top:#555555 solid 1px;
}
.warp-line{
	width:1px;
	background-color:#666666;
	margin-left:7px;
	margin-right:2px;
}

