/* Start of CMSMS style sheet 'Open Athletics default' */
body {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: small;
}

a {
	color: #c00;
}

a:hover {
	background-color: #c00;
	color: White;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#primary-nav ul {
	margin:0;
	padding: 10px 0px 10px 20px;
background-color: #c00;
}

#primary-nav ul li {
	display: inline;
margin-right: 1px solid white;
font-size:1.2em;
background-color: #c00;

}

#primary-nav ul li a {
text-decoration: none;
color: white;
padding:10px;
}

#primary-nav ul li a:hover {
text-decoration: none;
background-color: #f03;
padding:10px;
}

#header {
	height:90px;
margin-left:-75px;

}

#left {
	width:200px;
	float: left;
	margin: 20px 0px 0px 0px;
padding:0px;
background: url(/uploads/images/miscellaneous/left-background.gif) repeat-x;
}

#left h2 {
margin:0px;
line-height:1em;
background-color: #c00;
color:white;
padding:5px;
font-weight:bold;
font-size:1.3em;
}

#right {
	width: 580px;
	float: left;
	margin: 0px 0px 10px 20px;
}

#footer {
	width: 800px;
	clear: both;
	border-top: 1px solid #c00;
	padding: 10px 0px;
}

#footer a {
	text-decoration: none;
}

.image {
text-align: right;
}

h1, h2 {
	color: #c00;
font-weight:bold;
}

h1 {
	font-size: 2em;
}

h2 {
font-size: 1.75em;
border-bottom: 1px solid #c00;
}
/* End of 'Open Athletics default' */


