@charset "utf-8";
/* CSS Document */

h1 {
	color: #CC5A11;
}
h2 {
	color: #CC5A11;
	font-size:18px;
}
h3 {
	color: #060;
	font-weight:normal;
}

p {
	color: #060;
	font-weight:bold;
}





a:link {
	color: #CC5A11;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3B9848;
}
a:active {
	text-decoration: underline;
	color: #33983C;
}
a:hover {
	text-decoration: none;
	color: #2EA146;
}




.nav a:link {
	color: #060;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #060;
}
.nav a:active {
	text-decoration: none;
	color: #060;
}
.nav a:hover {
	text-decoration: underline;
	color: #090;
}




.btn {
	width:217px;
	height:31px;
	background-image:url(../img/layout/btn-orange.jpg);
	background-repeat:no-repeat;
	margin-bottom:3px;
}
.btn:hover {
	width:217px;
	height:31px;
	background-image:url(../img/layout/btn-green-leaf.jpg);
	background-repeat:no-repeat;
	margin-bottom:3px;
}
.btn_spacing {
	padding-top:8px;
	padding-left:14px;
	font-size:14px;
}
#navigation {
	position: absolute;
	padding-left:12px;
}
#header_bg #header_logo {
	width:911px;
	height:93px;
	background-image:url(../img/layout/top-logo-runners.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:auto;
	margin-right:auto;
}
#header_bg {
	text-align:center;
	background-image:url(../img/layout/top-bg.jpg);
	background-repeat:repeat-x;
}
