/* CSS Document */
html,body{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#53BEF0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	text-decoration:none;
}
a img{
	border:0px;
}

#completewrap{
	width:1024px;
	background-color:#53BEF0;
	padding-bottom:40px;
	margin:0px auto;
	/*border:1px solid #f00;*/
}

#menu{
	display:none;
}
#submenu{
	display:none;
}
#submenu .perfore{
	position:absolute;
	bottom:0px;
	left:20px;
	background:url(/layout/submenu_perfore.gif) bottom repeat-x;
	width:940px;
	height:1px;
}
#paging{
	float:right;
}
#content{
	margin-left:31px;
	width:980px;
	background-color:#ffffff;
}
#related{
	height:201px;
	width:980px;
	background-color:#E1F3FC;
	margin-left:31px;
}
#footer{
	height:29px;
	width:980px;
	background-color:#000000;
	margin-left:31px;
}
#footer .copyright{
	margin-left:21px;
}
