@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/startrek_01.png);
	background-repeat: no-repeat;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	margin-left: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
}
.oneColFixCtrHdr #mainContent {
	width: 700px;
	margin-left: 220px;

}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

table, th, td {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	border-collapse: collapse;
	font-size: small;
	color: #000000;
}
tr.altRow td {
	background-color: #FFFFFF;
}
th, td {
	padding: 3px;
}
.rightAlign {
	text-align: right;
}
th {
	color: #FFFFFF;
	background-color: #6e7970;
	text-align: center;
}
.oneColFixCtrHdr #container #mainNav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.oneColFixCtrHdr #container #mainNav {
	padding-bottom: 200px;
}


#title {
	margin-left: 175px;
	margin-top: 25px;
}
#mainNav {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 50px;
}
.oneColFixCtrHdr #container #spacer {
	padding-top: 60px;
}
.oneColFixCtrHdr #container #mainContent #wrapTbl {
	margin-top: 40px;
}
.oneColFixCtrHdr #container #ads {
	float: right;
}

