@charset "utf-8";

/* CSS Document */
#header {
	width:930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	visibility: visible;
	background-image: url(../images/nindex_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main {
	width:930px;
	overflow: visible;
	position: relative;
	visibility: visible;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	background-image: url(../images/nindex_23.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#right{
	overflow: hidden;
	position: relative;
	visibility: visible;
	width: 181px;
	float:left;
}
#footer {
	height:87px;
	width:930px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main #sidebar{
	float:left;
	width:150px;
	overflow: hidden;
	position: relative;
	visibility: visible;
}
#main #containe{
	padding-left:7px;
	padding-right:9px;
	float:left;
	width:583px;
	overflow: hidden;
	position: relative;
	visibility: visible;

}
#zmain{
	width:1004px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	visibility: visible;
}
#clearfloat {
    clear:both;
    height:1px;
    overflow:hidden;
    margin-top:-1px;
}
