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

p{
	font-size:12px;
	line-height: 160%;
}

h2{
	font-size:10px;
	font-weight:bold;
}

h3{
	font-size:12px;
	font-weight:bold;
}

#mainContentsWrapper{
	width:847px;
	position:relative;
	background-color:#FFF;
}

#main{
	width:847px;
	margin-left:-423px;
}


#centerWrapper{
	position:absolute;
	background-color:#FFF;
	width:557px;
	left:145px;
}

#centerWrapper h2{
	margin-bottom:20px;	
	width: 100%;
	border-bottom-color:#b5b5b5;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#prev{
	position:absolute;
	left:0;
	top:190px;
}

#rewind{
	position:absolute;
	left:0;
	top:230px;
}

#next{
	position:absolute;
	left:815px;
	top:190px;
}

#nav{
	clear:both;
}