@charset "UTF-8";
/* CSS Document */

body {
	background-color:#e6a87f;
	font-family:Arial, Helvetica, sans-serif;
	margin:0,10px;
	padding:0;
}

img {
	border:none;
}

.TopRow { 
	background: url(images/top-row.png) no-repeat bottom; 
}

.BottomRow {
	background: url(images/bottom-row.png) no-repeat top; 
}

.ContentRow{
	background: url(images/body_back.png) repeat-y top;	
	margin-top:0;
	padding-left:40px;
	padding-right:20px;
}

.ContentRow p{
	margin:0;	
}

img.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

p.centered{
	margin-left:auto;
	margin-right:auto;
	width:300px;
}

#RaceDateTime{
	width:980px;
	padding-left:5px;
	padding-right:0px;
	font-size:large;
	font-weight:bold;
}

#RaceDateTime p{

	margin-left:auto;
	margin-right:auto;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#Content, #Sponsors, #broughtby, #photos{
	width:980px;
	margin-bottom:30px;
}

#broughtby{
	text-align:right;
	font-style:italic;
}

#photos img{
	border:thin solid #e6a87f;
	margin:1px;
}

#Sponsors, #photos{
	color:#e6a87f;
	font-weight:bold;
}
