@charset "UTF-8";
/* CSS Document */
body{
	background:url(../images/layout/background.jpg) repeat-x #e2d0be;
	margin:0;
	margin-top:58px;
	margin-bottom:58px;
	font-family:"Lucida Grande", Verdana;
	font-size:13px;
}
h1{
	font-size:16px;
	color:#333;
}
h2{
	font-size:16px;
	color:#666;
}
img{
	border:0;
}
.thumbnailLarge{
	border:1px solid #999;
	padding:5px;
	padding-bottom:20px;
	float:left;
}
.thumbnail{
	border:1px solid #999;
	padding:3px;
	padding-bottom:10px;
	margin:3px;
	margin-top:0;
}
#container{
	width:827px;
	margin:auto;
}
#content{
	background:url(../images/layout/content-bg.jpg) repeat-y;
	padding:20px;
	padding-top:10px;
	line-height:1.7em;
}
#introText{
	float:left;
	width:500px;
	padding-left:50px;
	padding-top:10px;
}
#associations{
	float:right;
	width:200px;
}
#associations img{
	margin:20px;
}
#runner{
	text-align:center;
	margin-top:10px;
}
#runner a{
	color:#333;
	text-decoration:none;
}
#nav-container{
	float:right;
	background:url(../images/layout/header/nav/nav-bg.jpg) repeat-x;
	width:684px;
	height:98px;
	margin-top:62px;
}
#navSpacerRight{
	float:right;
}
#nav{
	text-align:right;
}