html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
}
ins {
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
	background: #000 url('../images/bg-body.gif') center center;
	font: 62.5% Segoe UI, Arial, Helvetica, sans-serif;
	color: #fff;
}

#container {
	margin: 76px auto 0 auto;
	padding-bottom: 20px;
	width: 829px;
	background: url('../images/bg-main.gif') top left repeat-y;
	font-size: 1.3em;
}

.clear{ clear: both; }
img.float-left{ float: left; margin: 0 10px 10px 0; }
img.float-right{ float: right; margin: 0 0 10px 10px; }

#header {
	margin: 0;
	position: relative;
	padding: 0 18px;
}
h1 {
	width: 659px;
	height: 135px;
	overflow: hidden;
	text-indent: -1000px;
	background: -18px 0 url(../images/logo.gif) no-repeat;
}
#header #contact {
	float: right;
	text-align: right;
	font-size: 0.9em;
	margin-top: -40px;
}
#header #newsletter {
	padding-top: 32px;	
}
a {
	color: #fa0668;
}

#main {
	padding: 0 18px;
}
#welcome, #donations, #run, #video {
	border:1px solid #484848;
	float: left;
	width: 490px;
	margin: 10px 0 0 0;	
}
#donations, #video {
	width: 281px;
	margin: 10px 0 0 10px;
}
.content {
	padding: 0 15px 15px 15px;
}

#welcome p, #donations p, #run p, #video p, #donations h3 {
	padding-top: 1em;	
}
#welcome h2 {
	background:#5A5858 url(../images/heading-welcome.gif) no-repeat scroll 0 3px;
	height:30px;
	overflow: hidden;
	text-indent: -1000px;
}

#run h2 {
	background:#5A5858 url(../images/resources-banner.gif) no-repeat scroll 0 0px;
	height:30px;
	overflow: hidden;
	text-indent: -1000px;
}

#donations h2 {
	background:#5A5858 url(../images/heading-donations.gif) no-repeat scroll 0 3px;
	height:30px;
	overflow: hidden;
	text-indent: -1000px;
}
/*#run h2 {
	background-color:#5A5858;
	height:30px;
	line-height: 27px;
	padding: 0 0 0 15px;
}*/
#footer {
	background-color: #5B5959;
	padding: 5px 15px;
	margin: 10px 0
}


