body {
	overflow:hidden;
	margin:0;
	background-color:black;
	background-image:url(../graphic/bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
}
#header {
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	height:102px;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	background-image:url(../graphic/headSrm.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
#headerInner {
	width:1003px;
	height:102px;
	overflow:hidden;
}
#headerInnerTop {
	height:84px;
}
#logoClick {
	padding-top:8px;
	width:330px;
	height:70px;
	cursor:pointer;
}
#menu {
	height:36px;
	width:1003px;
	margin:0px;
	overflow:hidden;
}
#menuInner {
	padding-top:2px;
	width:1003px;
}
#contentOuter {
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
	margin:0px;
	padding:0px;
	width:100%;
}
#contentInner {
	text-align:left;
	width:1003px;
	padding:0px;
	margin:0px;
}
#bodyOuter {
	text-align:left;
	width:1003px;
	margin-top:102px;
	padding-left:0px;
	margin-left:0px;
}
#bodyInner {
	text-align:left;
	padding-bottom:10px;
	padding-left:0px;
	margin:0px;
	overflow:hidden;
	width:1003px;
}
#bodyLeft {
	width:180px;
	padding:0px;
	margin:0px;
}
#bodyCenterOuter {
	width:568px;
}
#bodyCenterInner {
	padding:9px;
}
#bodyRight {
	text-align:center;
	width:250px;
}
#adLabel {
	height:7px;
	width:250px;
	background-image:url('../graphic/ads.gif');
	background-position:right;
	background-repeat:no-repeat;
	margin:1px 0 3px 0;
}

