@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: #fff;
}
.firstnav {
	padding-left: 35px;
	margin-left: 35px;
}
#header {
	float: left;
	margin: 0px;
	padding: 0px;
}
#navbar {
	width: 997px;
	background-image: url(../img/newweb_nav_02.jpg);
	height: 72px;
	padding-left: 27px;
	background-position: 0px 0px;
	padding-top: 5px;
	background-color: #000;
	background-repeat: no-repeat;
}
ul {
	padding: 0px;
	margin: 0px;
	float: left;
}
#navbar ul li {
	list-style-type: none;
	display: inline;
	font-family: Trajan, "Trajan Pro", Times, "Times New Roman";
	font-size: 13px;
	font-variant: small-caps;
	padding-left: 5px;
}
#navbar a {
	color: #FFF;
	text-decoration: none;
}

#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	color:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#mainContent {
	float: left;
	background-image: url(../img/maincol_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 360px;
	padding-right: 90px;
	font-size: 12px;
	color: #000;
	padding-bottom: 10px;
}
#mainContent_inner {
	float: left;
	background-image: url(../img/maincol_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 90px;
	padding-right: 90px;
	font-size: 12px;
	color: #000;
	padding-bottom: 10px;
	width: 800px;
}
h1 {
	color: #B3314E;
}
a {
	color: #B3314E;
}
#ScrollDIV {
	width: 800px;
}
#SelectDIV {
	width: 50px;
	color: #A82E49;
	float: right;
	margin-right: 30px;
}
#bottomsection {
	float: left;
	width: 1024px;
	height: 230px;
}
#cousypics {
	color: #FFF;
	height: 384px;
	width: 316px;
	position: absolute;
	float: left;
	margin-left: -330px;
}
#navbar a:hover  {
	color: #B3314E;
	text-decoration: none;
}
#SelectDIV a {
	float: right;
	width: 90px;
	color: #A82E49;
}
.odd {
	color: #CCC;
}
.ulfix {
	margin-left: 30px;
}

.division { display:block; clear:both; }

#player { margin:10px; float:left; }
#player img { padding:2px; border:1px #666 solid;  width:150px; height:200px; }
#player .name {font:15px Verdana, Geneva, sans-serif; font-weight:bold; color:#000; text-align:center; }
#player .school { font: 11px Verdana, Geneva, sans-serif; font-weight:bold; text-align:center; height:30px; }
