#mainSite {
	width: 799px;
	text-align: left;
	position: relative;
}

#logo {
	width: 799px;
	height: 109px;
	background-image: url('img/logo.jpg');
}

#nav {
	width: 157px;
	height: 433px;
	background-image: url('img/nav_bg.jpg');
	position: absolute;
}

#navContent {
	text-align: right;
	padding-right: 25px;
}

#splitBigBox {
	width: 430px;
	height: 433px;
	background-image: url('img/split_big.jpg');
	position: absolute;
	left: 157px;
	overflow: auto;
	z-index: 10;
}

#content {
	padding: 5px;
	z-index: 10;
}

#splitSpacer {
	width: 9px;
	height: 433px;
	background-image: url('img/split.jpg');
	position: absolute;
	left: 587px;
	z-index: 0;
}

#splitSmallBox {
	width: 163px;
	height: 433px;
	background-image: url('img/split_small.jpg');
	position: absolute;
	right: 40px;
	z-index: 0;
}

#noSplitBigBox {
	width: 603px;
	height: 433px;
	background-image: url('img/big_box_bg.jpg');
	position: absolute;
	left: 157px;
	overflow: auto;
	z-index: 10;
}

#rightEdge {
	width: 40px;
	height: 433px;
	background-image: url('img/right_box_bg.jpg');
	position: absolute;
	left:759px;
	right: 0px;
}

#bottom {
	width: 799px;
	height: 58px;
	background-image: url('img/bottom.jpg');
	position: absolute;
	bottom: -491px;
}

#siteLinks {
	width: 100%;
	background: none;
	position: absolute;
	bottom: -600px;
	height: 100px;
	text-align: center;
}

#gallery {
	padding-left: 5px;
	padding-right: 0px;
	margin: 0px;
}

.galleryItem {
	position:relative;
	float: left;
	width: 95px;
	height: 120px;
	text-align: center;	
	font-size: 8pt;
}

.galleryItem:Hover {
	color: yellow;
}

#galleryControls {
	width: 100%;
}

#galleryControlsPrev {
	position: absolute;
	left: 10px;
	top: 375px;
}

#galleryControlsDesc {
	text-align: center;
	position: absolute;
	left: 225px;
	top: 375px;
}

#galleryControlsNext {
	right: 10px;
	top: 375px;
	position: absolute;
}

#loginStatus {

}

.navLink {
	display:inline;
	position: relative;
	left: 5px;
	padding-right: 30px;
	font-size: 14pt;
}

body {
	background: black;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #000066;
	color: white;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

p {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

p img {
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}


ul, li {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	position: relative;
	left:-10px;
}

a {
	text-decoration: none;
	color: #FFFF66;
}

a:Visited {
	text-decoration: none;
	color: #FFFF66;
}

a:Hover {
	text-decoration: underline;
	color: white;
}

a:Active {
	text-decoration: underline;
	color: white;
}


a.subPage {
	text-decoration: none;
	color: white;
}

a.subPage:Visited {
	text-decoration: none;
	color: white;
}

a.subPage:Hover {
	text-decoration: underline;
	color: white;
}

a.subPage:Active {
	text-decoration: underline;
	color: white;
}

img {
	border: none;
}

.mainBody {
	width:800px;
}

.bodyBg {
	background-color: #330066;
	padding: 10px;
}

.navBar {
	width: 170px;
	border-right: solid 1px white;
}

.heading {
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #FFCC00;
}

.navHeading {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: white;
	padding-bottom: 8px;
}

.navLink {
	font-weight: normal;
	font-size: 9pt;
}

.bodyPad {
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.galImage {
	cursor: pointer;
}

.bodyImg {
	padding: 10px;
}

.adminButton {
	width: 150px;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 3px;
}

.loggedIn {
	color: red;
}

.light {
	background-color:#828282;
}

.dark {
	background-color:#575757;
}

.background {
	background: #434343;
}

/* ***************************************************************

									OLD CSS
									
**************************************************************** */


p, ul{
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	color: white;
}

P.subPage {
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #FFFF00;
}

p.heading {
	padding-top:10px;
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #ffff66;
	font-style: italic;
	letter-spacing: 1pt;
}

h1 {
	width: 95%;
	font-family: Serif;
	font-size: 15pt;
	font-weight: bold;
	color: #ffff66;
	border-bottom: thin solid;
	letter-spacing: 1pt;
	margin-bottom: 0px;
	margin-top: 0px;
}

.quote {
	font-family: arial;
	font-style: italic;
	font-weight: bold;
	font-size:10pt;
	letter-spacing: 1pt;
	color: yellow;
	position: relative;
	left: 125px;
}

a  {
	text-decoration : none;
	color : #663399;
}

a:Visited  {
	text-decoration : none;
	color : #663399;
}

a:Active  {
	text-decoration : underline;
	color : #FFFF00;
}

a:Hover  {
	text-decoration : underline;
	color : #FFFF00;
}

a.nav  {
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
	text-align:right;
	margin-bottom: 5px;
	letter-spacing : 1pt;
	color : #9966CC;
	text-align: right;
}

a.nav:Visited  {
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
	text-align:right;
	margin-bottom: 5px;
	letter-spacing : 1pt;
	color : #9966CC;
	text-align: right;
}

a.nav:Hover  {
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
	text-align:right;
	margin-bottom: 5px;
	letter-spacing : 1pt;
	color : #663399;
	text-align: right;
}

a.nav:Active  {
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
	text-align:right;
	margin-bottom: 5px;
	letter-spacing : 1pt;
	color : #663399;
	text-align: right;
}

a.subPage {
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #FFFF00;
}

a.subPage:Visited {
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #FFFF00;
}

table {
	border: none;
}

img {
	border: none;
}

.scroll {
	overflow: auto;
	width: 100%;
	height: 100%;
	max-height: 433px;
}

.galImage {
	cursor: pointer;
	padding-bottom: 5px;
}

.new {
	font-size: 6pt;
	color: yellow;
}

.xolLogo {
	width: 50px;
	height: 50px;
	position: relative;
	left: 749px;
}



