@charset "utf-8";

/* CSS Document */
#header {
	width:999px;	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	overflow:visible;
	visibility: visible;
	z-index:500;

}
#main {
	width:999px;
	overflow: visible;
	position: relative;
	visibility: visible;
	margin: 0 auto;
}

#footer {
	width:999px;
	overflow: visible;
	position: relative;
	visibility: visible;
	margin:0 auto;
	z-index:100;
}
#main #sidebar{
	float:left;
	overflow: hidden;
	position: relative;
	visibility: visible;
	width:247px;
	padding-left:10px;
}
#main #containe{
	float:left;
	width:726px;
	overflow: hidden;
	position: relative;
	visibility: visible;

	}


#zmain{
	width:999px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: visible;
	position: relative;
	visibility: visible;

}


/*===========clear=====*/
#clearfloat {
    clear:both;
    height:1px;
    overflow:hidden;
    margin-top:-1px;
}

