html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000066;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-size: 90%;
}
.miniTitle {
	font-style: italic;
	color: #FF99FF;
}
.smallSubTitle {
	font-size: .9em;
	color: #DDDDDD;
	font-family: Padaloma, Garamond, Arial, sans-serif;
}
/*This is needed when the background is white*/
.specialLink {
	color: #6600FF;
}
.basicBlackText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subTitle {
	font-size: 1.3em;
	color: #DDDDDD;
	font-family: Padaloma, Garamond, Arial, sans-serif;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.captionTitle {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#wrapper {
	width: 1150px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#wrapper #logo {
	width: 132px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #header {
	width: 738px;
	margin: 0px;
	padding: 0px;
	background-image: url(../newimages/backgrounds/titleBackground.gif);
	height: 100px;
	background-repeat: no-repeat;
	float: left;
}
#wrapper #header #title {
	margin: 0px 0px 0px 22px;
	padding: 0px;
}
#wrapper #header #topNav {
	margin-left: 20px;
	margin-top: 2px;
}
#wrapper #header #topNav div {
	float: left;
	height: 36px;
	width: 110px;
	margin-left: 7px;
}
#wrapper #nav {
	float: left;
	clear: left;
	width: 135px;
	height: 280px;
	background-image: url(../newimages/backgrounds/navBG.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#wrapper #nav ul {
	list-style-type: none;
	margin: 10px 0px 0px;
	padding: 0px;
}
#wrapper #nav li {
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
	margin-top: 8px;
}
#wrapper #nav a:hover {
	border-top: #FFFFFF;
	border-right: thick groove #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
}
#wrapper #spotlight {
	width: 485px;
	float: left;
	margin-top: 10px;
	border: medium outset #999999;
}
#wrapper #headlines {
	width: 380px;
	float: left;
	padding-top: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 450px;
	padding-left: 15px;
	display: inline;
	overflow: auto;
	margin-left: 10px;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/*This formatting is used on the contacts page.  As of 10/24/06, it is also used for photos*/
#wrapper #coaches {
	float: left;
	width: 900px;
	margin-top: 10px;
}
#wrapper #coaches ul {
	list-style-type: none;
	margin: 0px 0px 15px;
}
#wrapper #coaches li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-left: 0px;
	margin-bottom: 25px;
	padding-left: 5px;
}
#wrapper #coaches #marinaWrestling {
	clear: left;
}
#sponsors {
	width: 875px;
	background-color: #000000;
	margin-left: 10px;
	margin-top: 20px;
	height: 140px;
	clear: both;
	float: left;
}
#sponsors #topRow {
	height: 180px;
	background-color: #000000;
	width: 100%;
}
#sponsors #topLeftSponsor {
	float: left;
	width: 165px;
	margin-left: 5px;
	margin-top: 7px;
	height: 165px;
	background-image: url(../newimages/homeFooter/abcLogoBG.jpg);
	text-align: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 99;
	background-color: #CCCCCC;
	display: inline;
}
#sponsors #topRightSponsor {
	width: 175px;
	float: right;
	margin-top: 7px;
	height: 68px;
}
#sponsors #sponsorTitle {
	width: 370px;
	float: left;
	height: 20px;
	text-align: center;
	font-family: Padaloma, Garamond, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 60px;
}
#sponsors #sponsorCenter {
	float: left;
	width: 500px;
	margin-bottom: 10px;
}
#sponsor1 {
	background-color: #FFFFFF;
	height: 77px;
	width: 160px;
	float: left;
	margin-right: 0px;
	margin-left: 4px;
}
#sponsors #sponsor2 {
	background-color: #FFFFFF;
	height: 77px;
	width: 160px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}
#sponsors #sponsor3 {
	background-color: #FFFFFF;
	height: 77px;
	width: 160px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}
#sponsors #alphaSponsors {
	width: 100%;
	height: 70px;
	padding-top: 10px;
	border-top: thick solid #000066;
	background-color: #000000;
}
#sponsors #alphaSponsors div {
	width: 175px;
	height: 55px;
	background-color: #000000;
	float: left;
	margin-right: auto;
	margin-left: 10px;
	text-align: center;
	color: #000000;
}
/*The following formatting just sets up a big div for "full-page" content.  One should suffice*/
#wrapper #wrestlingLinks {
	float: left;
	width: 580px;
	margin-top: 10px;
}
#wrapper #schedule {
	float: left;
	width: 600px;
	margin-top: 15px;
}

#wrapper #coaches #orhsWrestling {
	float: left;
	width: 100%;
	padding-top: 15px;
}
#wrapper #content {
	float: left;
	width: 560px;
	margin-top: 10px;
}
.centeredSubTitle {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #99CCFF;
	border: medium outset #CC99FF;
}
#wrapper #wrestlingLinks div ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#wrapper #wrestlingLinks #column1 {

	float: left;
	width: 290px;
	margin-left: 10px;
	margin-top: 5px;
}
#wrapper #wrestlingLinks #column2 {

	float: left;
	width: 245px;
	margin-left: 10px;
	margin-top: 5px;
}
#wrapper #content #schedule {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.simpleSubTitle {

	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #99CCFF;
	border: medium outset #CC99FF;
}
#wrapper #contentModule {
	list-style-type: none;
	margin-top: 50px;
}
#wrapper #content #contentModule ul {
	list-style-type: none;
}
#wrapper #lowerContent {
	clear: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #lowerContent ul {
	list-style-type: none;
	margin: 0px;
}
#wrapper #lowerContent li {
	display: inline;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
.basicWhiteTex {

	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper #coaches #edhWrestlingClub table td{
	padding-right: 3px;
	padding-left: 3px;
}
.basicBlackTextSmall {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#sponsors #alphaSponsors a {
	color: #000000;
}
#wrapper #spotlight table {
	border: medium ridge #91BBE3;
}
.top_border {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.basicWhiteTextSmall {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
}
.border {
	border: thin solid #00FFCC;
	padding: 5px;
}
#sponsors #alphaSponsors #sponsorA {
	background-color: #000000;
}
#sponsors #alphaSponsors #sponsorB {
	background-color: #000000;
}
#sponsors #alphaSponsors #sponsorC {
	background-color: #000000;
}
#sponsors #alphaSponsors #sponsorC a {
	background-color: #000000;
}
#sponsors #alphaSponsors #sponsorD {
	background-color: #000000;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#wrapper #wrestlingClub {

	float: left;
	width: 720px;
	margin-top: 10px;
}
#wrapper #wrestlingClub #scrolling {
	overflow: auto;
	height: 550px;
	font-size: 75%;
}
#wrapper #content #edhTourney {
	width: 700px;
	float: left;
	margin-top: 10px;
	border: medium outset #999999;
}
#wrapper #coaches #webmeister {
	clear: left;
}
#wrapper #coaches #rollingHillsWrestling {
	clear: left;
	height: 450px;
}
#wrapper #coaches #coachPhoto {
	clear: left;
}
h3 {
	text-decoration: underline;
}
#wrapper #content li {
	margin-bottom: 5px;
	margin-top: 10px;
}
.left {
	float: left;
}
#edhTourney #captionRight {
	margin-left: 220px;
}
#clubSecretary {
	float: right;
	margin-right: 30px;
}
#wrapper #clubOfficers {
	width: 600px;
	float: left;
	margin-top: 10px;
	position: relative;	
}
#wrapper #coaches #edhWrestlingClub #clubOfficers #captionBelow {
	clear: left;
	padding-top: 20px;
	width: 40%;
	float: left;
}
#wrapper #coaches #edhWrestlingClub #clubOfficers #left {
	float: left;
	width: 177px;
}
#wrapper #coaches #edhWrestlingClub #clubOfficers #captionRightBelow {
	padding-top: 20px;
	position: relative;
}
#clubEmail      {
	float: right;
	display: inline;
	padding-left: 5px;
	font-size: 90%;
	margin-left: -13px;
	width: 274px;
	margin-right: 30px;
	border: thin solid #00ffcc;
}

#wrapper #content table {
	width: 700px;
}
#wrapper #content #contentModule li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 15px;
}
#wrapper #content #contentModule ul {
	display: inline;
	list-style-type: none;
}
#wrapper #content #contentModule {
	width: 700px;
	clear: left;
}
#wrapper #coaches #rollingHillsWrestling #smallCoaches {
	width: 350px;
	float: right;
	height: 325px;
	padding: 15px;
}
#wrapper #coaches #rollingHillsWrestling #smallCoaches li {
	padding-right: 5px;
	padding-left: 5px;
	width: 90px;
	margin-top: 10px;
	display: inline;
	margin-bottom: 10px;
	height: 125px;
}
#wrapper #coaches #rollingHillsWrestling #smallCoaches ul {
}
#wrapper #specialHeadline {
	float: left;
	clear: right;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 800px;
}
#wrapper #specialLinks {
	float: left;
	clear: left;
	margin-top: 10px;
	margin-left: 10px;
}
#wrapper #temporary {
	width: 600px;
	margin-top: 125px;
	margin-right: 100px;
	margin-left: 150px;
	padding-left: 25px;
}
#wrapper #temporary p {
	width: 350px;
	white-space: nowrap;
}
.borderNoBottom {
	padding: 5px;
	border: thin solid #00FFCC;
}
