@charset "UTF-8";

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color:#333;
}
a:link {
	text-decoration: none;
	color:#d12d2c;
}
a:hover {
	text-decoration: none;
	color: #06C;
}
a:visited {
	text-decoration: none;
	color:#d12d2c;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #333;
}
p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color:#333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:30px;
	color:#d12d2c;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:22px;
	color: #d12d2c;
}
.title {
	font-size: 16px;
	line-height:26px;
	font-weight: bold;
}
.bio {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
	line-height: 19px;
	font-style:normal;
}
.event {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#d12d2c;
	font-size:18px;
	font-weight:bold;
}
	
#wrapper {
	height: auto;
	width: 792px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header {
	height: 96px;
	width: 792px;
}
#left_column {
	height: auto;
	width: 221px;
	top: 10px;
	position: relative;
	float: left;
	left: 10px;
}
#home_photo {
	float: left;
	height: 451px;
	width: 540px;
	position: relative;
	top: 10px;
	left: 20px;
	background-image: url(images/running.jpg);
	background-repeat: no-repeat;
}
#footer {
	height: auto;
	width: 792px;
	clear: both;
	margin: auto;
	padding-top: 10px;
	background-color:#333
}
#home_image_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	color: #FFF;
	height: auto;
	width: 490px;
	margin-top: 350px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer_nav {
	margin: auto;
	height: auto;
	width: 792px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
}
#footer_nav a {
	color:#FFF;
}
#footer_nav a:hover {
	color: #d12d2c;
}
#content_area {
	float: left;
	width: 500px;
	height:auto;
	position: relative;
	top: 10px;
	left: 40px;
}

