@charset "UTF-8";
/* CSS Document */

*									{ margin: 0; padding: 0; }

#page-wrap {
	margin-left:auto;
	margin-right:auto;
	width:609px;
	height:630px;
	position:relative;
	top:0px;
	overflow: hidden;
}


#header {position:absolute;

}

#maincontent {
	position:absolute;
	top: 94px;
}

#scroll {
	overflow: scroll;
	position:absolute;
	top: 95px;
	left: 5px;
	bottom: -385px;	
	width: 600px;	
			
}

#footer {
	position:absolute;
	top: 467px;
}

#nav {
	position:absolute;
	z-index:10;
	width: 432px;
	left: 194px;
	top: 67px;
}

#nav li {display:inline; float:left; padding:5px; }

#nav li a {font-weight: bold; color: black;}

#nav li a:hover {color:#009;}

#nav li a:visited {color:#009;}


#footer_nav {
	position:absolute;
	width: 151px;
	left: 240px;
	top: 94px;
}
#footer_nav li {
	padding:5px;
	z-index:10;
	list-style:none;
	line-height:10px;
	text-align:center;
}
.style1 {font-size: 9px}
.style2 {font-size: 12px}
.style3 {font-size: 14px}
.style4 {font-size: 12px}
