body {
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #444;
}
a {
	color: #B52CB8;
	text-decoration: none;
}
h1 {
	font-size: 120%;
	color: #000;
	line-height: 22px;
}
h2 {
	font-size: 110%;
	line-height: 22px;
	font-weight: bold;
}
#container {
	width: 900px;
	margin: auto;
}
#header {
	width: 900px;
	height: 50px;
	margin: auto;
	background-image: url(../img/bg_header.gif);
	background-position-x: 50%;
	background-repeat: no-repeat;
}
#menu_top {
	margin-bottom: 60px;
	height: 19px;
	padding-top: 6px;
	border-bottom: solid 1px #b8b8b8;
	border-top: solid 1px #b8b8b8;
}
/*
.menu_top {
	float: left;
	padding: 0 16px 0 15px;
	text-align: center;
	font-size: 12px;
}

.menu_top a {
	display: block;
	padding-bottom: 3px;
	color: #000;
	text-decoration: none;
}
.menu_top a:hover {
	border-bottom: 2px solid #ca4192;
}
*/

#menu_top ul {
	margin: 0 0 0 -24px;
}
#menu_top ul li {
	float: left;
	padding: 0 14px 0 14px;
	text-align: center;
	font-size: 12px;
	list-style: none;
}
#menu_top ul li a {
	display: block;
	padding-bottom: 3px;
	color: #000;
	text-decoration: none;
}
#menu_top ul li a:hover {
	border-bottom: 2px solid #ca4192;
}

#left {
	width: 290px;
	float: left;
}
#menu_sub {
	width: 180px;
	margin: 40px 0 0 22px;
	font-family: Palatino;
}
#menu_sub ul {

}
#menu_sub ul li {
	list-style: none;
	padding: 6px 0 6px 0;
}
#menu_sub ul li a {
	color: #000;
	text-decoration: none;
}
#menu_sub ul li a:hover {
	border-bottom: 2px solid #ca4192;
}
#title {
	font-size: 150%;
	padding-bottom: 12px;
}

.menu_sub {
}
.menu_sub a {
}

#center {
	width: 450px;
	float: left;
}
#right {
	width: 160px;
	float: right;
}
#sponsors {
	height: 115px;
	text-align: center;
	border-top: solid 1px #b8b8b8;
}
#sponsors img {
	border: 0;
}
#sponsors div {
	width: 300px;
	text-align: center;
	float: left;
}
#lower_gradient {
	height: 230px;
	border-top: solid 1px #b8b8b8;
	background-image: url(../img/bg_gradient.gif);
	background-position: 50%;
	background-repeat: no-repeat;
}
#footer_grass_top {
	background-image: url(../img/bg_grass.gif);
	background-position: 50%;
	background-repeat: repeat-x;
	height: 54px;
	width: 100%;
}
#footer_grass_bottom {
	background-image: url(../img/bg_lower_grass.gif);
	background-position: 50%;
	background-repeat: repeat-x;
	height: 46px;
	width: 100%;
}
#footer {
	width: 900px;
	margin: auto;
	padding: 8px;
	font-size: 10px;
	color: #747474;
}
#tag_line {
	margin: 40px 0 95px 0;
	text-align: center;
	font-family: Times New Roman;
	font-style: italic;
	color: #444;
	font-size: 160%;
}
#girls_running {
	margin: auto;
	text-align: center;
}
#girls_running img {
	margin: auto;
}
#special_section {
	float: right;
}
#special_section a {
	color: #747474;
	text-decoration: none;
}
.callout_menu {
	width: 110px;
	margin-left: 36px;
	padding: 12px 0 12px 0;
	text-align: center;
	border-bottom: 1px solid #b8b8b8;
}
.callout_menu a {
	color: #B52CB8;
	text-decoration: none;
	font-family: Palatino;
	color: #444;
}
.clear {
	clear: both;
}
