body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: black;
}

#container {
	margin: 0px;
	padding: 0px;
}

#mainTable {
	height: 100%;
	width: 755px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	background-position: left;
	background-repeat: repeat-y;
	background: url(imgs/mainBack.jpg);
}

#navigation {
	width: 120px;
	margin: 0px;
	padding: 2px 2px 0px 1px;
	background-color: #000000;
	vertical-align:top;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
}

#contentTable {
	margin: 0px auto;
	padding: 0px;
	width: 740px;
}

#headLogo {
	margin: 0px;
	padding: 0px;
}

#mainBackground {
	background: url(imgs/mainBack.jpg);
	background-position: right;
	background-repeat: repeat-y;
	margin: 0px;
	padding:3px;
}

img {
	margin: 0px;
	padding: 0px;
}

#mainContent {
	margin: 0px;
	padding: 0px;
	width: 635px;
	min-height: 400px;
	background: url(imgs/mainBack.gif) #336699;
	background-position: bottom;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
}

#innerTable {
	margin: 10px auto;
	width: 95%;
	height: 90%;
	}

#innerHead {
	height: 90%;
	background: url(imgs/top.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

#innerMain {
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 15px 0px;
	position: relative;
	top: 15px;
	height: 95%;
	background: url(imgs/mainBottom.gif) #FFFFFF;
	background-position: bottom;
	background-repeat: no-repeat;
	}

#innerMain p {
	font-family: arial;
	font-size: small;
	text-align: left;
	padding: 15px;
}

#innerFoot {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	height: 15px;
	background: url(imgs/bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	}


#footer {
	height: 120px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background: url(imgs/footer.jpg);
	background-repeat: no-repeat;
	font-family: verdana, arial;
	font-size: 8pt;
}

.menu { 
  	margin: 0px;
  	padding: 0px;
  	list-style: none;
}

.menu a {
  	display: block;
  	width: 120px;
  	height: 22px;
	color: #FFFFFF;
	text-decoration: none;
  	text-align: center;
  	font-family: verdana, arial;
  	font-size: 8pt;
  	padding: 3px 0px 0px 0px;
	background: url(imgs/navBackUp.gif);
  	background-repeat: no-repeat;
  	border: none;
}

a:active, a:hover {
	background: url(imgs/navBackDown.gif);
  	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}

#innerMain a:hover {
	background: none;
	color: blue;
	text-decoration: underline;
}


#current {
	background: url(imgs/navCurrent.gif);
  	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 5px;
	color: #999999;
}
