﻿html {
	background-color:#D3EBDB;
}

#Body {
	text-align:center;
}

#Site {
	width:740px;
	margin:0 auto;
	padding:0;
	text-align:left;
	overflow:hidden;
	position:relative;
}

#Layout {
	width:740px;
	overflow:hidden;
}

#Header {
	background-color:#FFFFFF;
	padding:25px 25px 0 25px;
}
#Logo {
	border:4px solid #00543D;
	width:683px;
}
#Logo p { margin:0; }

#RaceInfo { padding:10px 5px; }
#RaceInfo p { margin:0; }

#GeneralContent { background-color:#FFFFFF; text-align:left; }

#DefaultContent { padding:25px; }
.Home #DefaultContent { padding-top:0; padding-right:24px; }
#DefaultContent form { margin:0; }

#FooterContent { 
	width:740px; 
	background-color:#00543D; 
	margin:0 auto; 
	height:69px; 
	position:relative;
	margin-bottom:50px;
}
#Footer { float:left; padding:24px; }
#Footer p { margin:0; color:#FFFFFF; }
#ForteLogo {
	background-image:url(../images/GoRunLogo.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	width:264px;
	height:69px;
	position:absolute;
	right:0;
	top:0;
}
#ForteLogo h6 a { width:264px; height:69px; display:block; }
#ForteLogo h6 a span { display:none; }

.cfdebug { text-align:left; }
