body {
	background-color: #000;
	background-image: url(images/main/background.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	background-image: url(images/page-main/tempBG.png);
	padding: 0px;
	height: 452px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#innerWrapper {
	height: 360px;
	width: 600px;
	position: relative;
	left: 100px;
	top: 76px;
}
#innerWrapper #nav{
	height: 137px;
	width: 126px;
	position: absolute;
	top: 80px;
	z-index: 10;
}
#innerWrapper #body {
	background-color: #FFF;
	background-image: url(images/page-main/bigKoaBG.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	width: 600px;
	top: 120px;
	font-size: 10px;
	line-height: 13px;
	color: #000;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
}
#body .orangeBold {
	font-weight: bold;
	color: #F89420;
}
#body .headOrange {
	font-size: 14px;
	color: #F79320;
	font-weight: bold;
}
#body .orangeItal9px {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #C00;
}
#body .push8Right {
	margin-right: 8px;
}
#body .Gray {
	font-weight: bold;
	color: #CCC;
}
#body .9pxBody {
	font-size: 9px;
	line-height: 10px;
}
#innerWrapper #title {
	height: 30px;
	width: 474px;
	position: absolute;
	top: 80px;
	left: 126px;
}
#innerWrapper #nav {
}
a:link {
	font-weight: bold;
	color: #F79421;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #00C;
}
.pointer {
	cursor: pointer;
}

