#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 100px;
	margin-left: 137px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;	
	color: #00F;
	text-decoration: none;
	background-color: #FC0;
	padding: 2px 2px 2px 3px;
	width: 13em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #FE0;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #090;
}

/*highlight "you are here" buttons*/
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}



#logo {
	background: url(/Season45/Images/Season45Title.JPG) no-repeat 140px;
	height: 100px;
		
}

#banner {
	position: relative;
	margin-left: 120px;
	height: 120px;
}



#main {
	margin-left: 120px;
	margin-right: 120px;
        background-color: white;
	margin-top: 20px;
}


body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-image: url(/Season45/Images/BackgroundDSW.JPG);

	background-attachment: fixed; 
margin-left: 25px;
}


table.title {
margin-top: 10px;
margin-bottom: 20px;
margin-left: 15px; 
width: 375px;
font-family: "trebuchet ms", palatino, seriff;
color: #030;
background-color: #CFC;
}

table.past {
background-color: #ffe6e6;
margin-top: 15px;
margin-bottom: 15px;
margin-left: 15px; 
font-family: "trebuchet ms", palatino, seriff;
color: #900;
border: 1px solid #203A6D;
}

table.past a:hover img {
border: 4px solid #F40;
}

html, body, h1, h2, h3, h4, h5, h6, p, li, pre, code, address, variable, form, fieldset, 

blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: 

collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { 

border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; 

}
q:before, q:after { content:''; }

p {
margin-top: 25px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
}

/* Winning percentage table */
.overall table {
border: solid 2px #000;
color: #030;
font-family: "trebuchet ms", palatino, seriff;
font-size: 15px;
}


.overall a {
text-decoration: none;
color: #030;
}


.overall a:hover {
color: #0000FF;
font-weight: bold;
}


table.overall table.div td {
padding-right: 5px;
padding-left: 5px;
}



