body {
	text-align: center;
	background: #282827 url(../nav/bg.gif) repeat scroll center top;
}
a:link, a:visited {
	color: #4A3E8A;
}
a:hover, a:active {
	color: #C00;
}
#innerContainer {
	width: 760px;
	margin: 0 auto 10px;
	background-color: #FFF;
}
#headContent {
	width: 760px;
	height: 334px;
}
#logoContent, #strapContent, #navContent {
	position: absolute;
	z-index: 100;
}
#logoContent {
	padding: 10px;
}
#strapContent h1 {
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	position: absolute;
	text-align: right;
	top: 300px;
	width: 750px;
	color: #CCC;
}
#navContent {
	text-align: right;
}
#navContent ul {
	position: absolute;
	list-style: none;
	margin: 0em;
	top: 33px;
	width: 750px;
}
#navContent li {
	display: inline;
	font-size: 1.75em;
}
#navContent a {
	text-decoration: none;
	padding-right: 2em;
	padding: 0 0 0 10px;
}
#bodyContent {
	padding: 10px 10px 0;
}
#footerContent {
	background-color: #CCC;
}
#creditsContent {
	margin: 1em 0;
	font-size: 0.8em;
}
#creditsContent a {
	text-decoration: none;
}
#creditsContent a:link, #creditsContent a:visited {
	color: #C1C1C1;
}
#creditsContent a:hover, #creditsContent a:active {
	color: #8B8B8B;
}
