body{
	margin:0;
	padding:0;
	background-color: #E8EBEE;
}


#allBox{
	margin:10px auto 20px auto;
	padding:0;
	width:830px;
}

#header{
	margin:0;
	padding: 5px 0 0 0;
	width:830px;
	background-image: url(img/back-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

.headerIn{
	margin: 0px;
	padding:10px 0px;
	text-align:center;}

#centerBox{
	width:830px;
	margin:0;
	padding:0;
	background-image: url(img/back-center.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}

#main{
	width:680px;
	margin:0;
	padding:0px 0px 30px 0px;
	float:right;
	background-image: url(img/back-center.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#mainIn{
	margin: 0px 0px 0px 50px;
	padding:30px 0px 0px 0px;
	
}

#navi{
	margin:0;
	padding:0px;
	width:150px;
	float:left;
	background-image: url(img/back-center.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#naviIn{
	margin: 0px 0px 0px 30px;
	padding: 30px 0px 0px 0px ;
}

#footerBox{
	clear:both;
	width:830px;
	background-image: url(img/back-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}

#footerBoxIn{
	margin: 0px 30px;
	padding: 10px 5px 20px 20px;
	color:#000000;
	text-align:center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}

#footerBoxIn a:link,
#footerBoxIn a:visited {
	text-decoration: none;
	color: #0033CC;
}

#footerBoxIn a:active,
#footerBoxIn a:hover {
	text-decoration: none;
	color: #00FFFF;
}
#footerBoxIn p{
	font-size:11px;
	line-height:13px;
	margin: 0px;
	padding:0px;}


#footerBoxIn p.footer-copy{
	font-size:10px;
	line-height:12px;
	margin: 5px 0px 0px 0px;
	padding:0px;}
	
.clear{clear:both;}


p.gotoup{
	font-size: 11px;
	line-height:100%;
	font-weight: normal;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding:0px 40px 0px 0px;}
	
p.gotoup a:link,
p.gotoup a:visited {
	text-decoration: none;
	color: #0033CC;
}
p.gotoup a:active,
p.gotoup a:hover {
	text-decoration: none;
	color: #00FFFF;
}

