body {
	background-repeat: repeat-y;
	background-color: #9DBEDD;
	background-image: url(../img/sky.jpg);
}
#footer {
	background-repeat: no-repeat;
	height: 216px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
	background-image: url(../img/footer.png);
	background-position: center;
	left: 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 2px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
a {
	color: #554F71;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#logoNavColumn {
	width: 250px;
	position: fixed;
	left: 100px;
	top: 10px;
	z-index: 20;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#splashContent h1 a {
	color: #603;
	text-decoration: underline;
}
.navItem {
	margin-left: 30px;
	width: 210px;
}
#contentIndex {
	width: 390px;
	margin-top: 50px;
	margin-left: 340px;
	margin-bottom: 250px;
}
#contentPage {
	margin-top: 20px;
	margin-left: 375px;
	width: 60%;
	margin-bottom: 220px;
}
#splash {
	background-image: url(../img/kula-splash.png);
	background-repeat: no-repeat;
	height: 444px;
	width: auto;
	position: absolute;
	left: 700px;
	top: 0px;
	z-index: 9;
}
#upness {
	margin-bottom: 0px;
	margin-left: 20px;
}
#splashimg {
	background-image: url(../img/GorgeWarrior.png);
	background-repeat: no-repeat;
	height: 274px;
	width: 192px;
	position: absolute;
	left: 740px;
	top: 0px;
	z-index: 10;
}
#splashContent {
	margin-left: 250px;
	z-index: 11;
	min-width: 300px;
}
#splashContent h1 {
	font-size: 18px;
	color: #603;
}
#splashContent p {
	font-size: 12px;
	color: #603;
}
.floatRightBox200 {
	margin: 5px;
	padding: 3px;
	width: 250px;
	border: thin solid #CCC;
	float: right;
	background-image: url(../img/translucent.png);
}
.italicsColor {
	font-style: italic;
	color: #546C96;
}

