@charset "utf-8";
/* CSS Document */
/*position*/

#wrapper {
	width: 604px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	position:relative;
	background-color: #9F0;
}

#header {
	position: absolute;
	width:600px;
	height: 45px;
	top: 0px;
	left: 2px;
	
}

#subheader {
	position: absolute;
	width: 600px;
	height: 25px;
	top: 50px;
	left: 2px;

	
}
#contents {
	position: absolute;
	width: 600px;
	height: 600px;
	top: 80px;
	left: 2px;
	
}
#nav {
	position: absolute;
	width: 600px;
	height: 35px;
	top: 682px;
	left: 0px;
}
#footer {
	position: absolute;
	width: 600px;
	height: 50px;
	top: 722px;
	left: 2px;
}
/* Style */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #060;
}

.footer a:link {
	text-decoration: none;
	color: #060;
	
}
.footer a:visited {
	text-decoration: none;
	color: #060;
}
.footer a:hover {
	text-decoration: none;
	color:#0C0
}
.footer a:active {
	text-decoration: none;
	color: #060;
}

.cellText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	text-align:center;
	line-height: 200%;
	font-weight: bold;
}

.cellText h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 2000%;
	vertical-align: middle;
}

.cellText a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.cellText a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.cellText a:hover {
	text-decoration: none;
	color: #0FF;
}
.cellText a:active {
	text-decoration: none;
	color: #FFFFFF;
}
