@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
}
body .contents {
	position: relative;
	width: 880px;
	background: #FFF;
}
body img {
	border: none;
}
#wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	background-color: #000;
}
#container {
	position: relative;
	width: 880px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#header {
	margin-top: 0;
}
#headNav {
	position: relative;
	width: 100%;
	background-image: url(../images/headNavBckgrnd.gif);
	background-repeat: repeat;
	background-color: #900;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-style:normal;
	font-size: 16px;
	letter-spacing: .05em;
	text-decoration: none;
}
.navContainer {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#headNav a:link {
	color: #FFF;
	text-decoration: none;
}
#headNav a:visited {
	color: #FFF;
	text-decoration: none;
}
#headNav a:hover {
	color: #FF0;
	text-decoration: none;
}
#headNav a:active {
	color: #FFF;
	text-decoration: none;
}
td .mainLiinks {
	height: 45px;
	text-align: center;
}
td .mainLinksWide {
	height: 45px;
	text-align: center;
}
table {
	width: 100%;
	margin: 0;
	border: none;
}
