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

body, p, div, a, li, span, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

img {
	border: none;
}

a {
	color: #000;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

#skip {
	display: none;
}

a:hover {
	/*text-decoration: underline;*/
}

.hidden {
	display: none;
}

.pagenavi  {
	margin: 12px 0;
}

.pagenavi li {
	display: block;
	padding: 2px;
	margin: 2px;
	float: left;
}



/* ========================================================================== */
/*	Main Content													  		  */
/* ========================================================================== */
#mainContent {
	position:absolute;
	left:2px;
	top:2px;
	width:370px;
	height:395px;
	font-size:10px;
	color:#FFFFFF;
	background: #FE860C url(bottom.gif) no-repeat bottom; 
/*	background-color: #008383; */
}



#mainContent h1 {
    font-size:16px;
    font-weight:bold;
    color:#000000;
	margin-left: 2px;
	margin-top: 1px; 
	margin-bottom: 1px; 
}

#mainContent h2 {
    font-size:14px;
    font-weight:normal;
    color:#000000;
	margin-left: 2px;
	margin-top: 1px; 
	margin-bottom: 1px; 
}



#mainContent h3 {
    font-size:13px;
    margin-top:4px;
}


/* ========================================================================== */
/*	Content 														  		  */
/* ========================================================================== */

#contentBox {
	background-color: #F5BA1E;
	display:block;
	font-size: 10px;
	position:absolute;
	top:103px;
	left:10px;
	width:360px;
	height: 283px;
	overflow: auto;
}

#contentBox p {
	color: #000000;
    font-size:10px;
	margin-left: 2px;
	margin-right: 2px;
}

/* ========================================================================== */
/*	naviBox															  		  */
/* ========================================================================== */
#naviBox {
	position:absolute;
	left:10px;
	top:83px;
	width:360px;
	/*height:30px; */
}

#naviBox h1 {
    font-size:16px;
    font-weight:bold;
    color:#FFFFFF;
	margin-left: 2px;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

/* ========================================================================== */
/*	closeBox															  		  */
/* ========================================================================== */
#closeBox {
	position:absolute;
	left:270px;
	top:2px;
	width:20px;
	/*height:30px; */
}


