@charset "utf-8";
 body {
	text-align: center;
	margin: 0px;
	background-color: #94948d;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100%;
}
#container {
	background-color: #94948d;
	width: 900px;
	margin: auto;
	background-image: url(../images/mainBg.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
#mainContent {
	float: right;
	width: 686px;
	margin: auto;
	min-height: inherit;
}
#content {
	color: #FFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 5mm;
	font-size: 14px;
}
#content a:link {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}
#content a:hover {
	background-color:#94948d;
}
#content a:visited {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}
#content a:active {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}
#topBanner {
	clear: none;
	height: 51px;
	width: 686px;
	background-color: #94948d;
	float: right;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
}
#logo {
	float: left;
	height: 177px;
	width: 214px;
	background-color: #94948d;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
}
#logoImage {
	text-align: center;
	padding-top: 8px;
}
#nav {
	background-color: #94948d;
	float: left;
	width: 214px;
	clear: left;
	background-image: url(../images/navBg.png);
	background-repeat: repeat-y;
}
ul.menu {
	list-style:none;  /* removes bullets */
	margin:0;
	width:150px;
	text-align: left;

}
ul.menu li {
     padding:0 0 1px 0;    /* adds 1 pixel padding to bottom */
     margin:10;
}
ul.menu li a:link, ul.menu li a:visited {
	display:block;
	color:#000;
	text-decoration: none;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
ul.menu li a:hover {
	color:#FFF;
	background-image: url(../images/menuBack.png);
	background-repeat: repeat-x;
}
#leftBottom {
	clear: left;
	float: left;
	width: 214px;
}
#leftBottom2 {
	clear: left;
	float: left;
	width: 214px;
}
#bottom {
	width: 900px;
	height: 60px;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 5px;
}
#sponsor {
	padding: 0px;
	height: 200px;
	width: 150px;
}
#subMenu a {
	display: inline;
	color:#000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border: thin solid #CCC;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#subMenu a:hover {
	text-decoration:none;
	font-weight:bold;
	background-color:#000;
	color:#FFF;
	font-size:12px;
	border: thin solid #CCC;
}
.wrestlingTable {
	color: #666;
}
.tan {
	color: #d9c562;
}
.tan a img {
	color: #d9c562;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tan a {
	color: #d9c562;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content a:hover img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 137px;
	background-color: #5B5B5B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}
