* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #B08E5D;
}

a {
	color: #0B3A9D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #996600;
}

.title {
	border-bottom: 2px solid #CFCFCF;
	color: #862D14;
	font-weight: bold;
	border-bottom-color: #862D14;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	padding: 20px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


#header {
	width: 760px;
	height: 300px;
	margin: 0 auto;
	background-color: #2D5BB3;
	background-image: url(images/Gordy_Running.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

#logo {
	float: left;
	width: 240px;
	height: 160px;
	text-align: center;
}

#logo h1 {
	padding-top: 80px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	float: right;
	width: 500px;
	height: auto;
	background-color: #FFFFD4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu ul {
	height: auto;
	list-style: none;
	display: inline;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 8px 8px 8px 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
	color: #996600;
	background-color: #D3E41D;
}

#menu .active a {
	background: #FFA800;
}

#menu a b {
	text-decoration: none;
}

#page {
	width: 760px;
	margin: 0 auto;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #FFF;
}

/* Content */

#content {
	float: right;
	width: 480px;
	padding: 20px;
	background-color: #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #E16629;
	border-top-color: #862D14;
	background-color: #FFFFFF;
}

#footer p {
	text-align: center;
	font-size: 77%;
}
.sidebar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #333;
}
