body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	
	background-color: #FFEFD5; 
	background-image: url('/images/background_top_fade_01.png');
	/*
	background-color: #99CCFF;
	background-image: url('/images/background_top_fade_04.png');
	*/
	background-repeat: repeat-x;
}		

#content-top
{
	width: 740px;
	height: 134px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	background-image: url('/images/background_06.png');
	background-repeat: no-repeat;
	background-position: top left; 
}	

#main
{
	width: 100%;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	background-color: #ffffff;	
	/*	
	background-image: url('/images/test_02.png'); 
	background-repeat: no-repeat;
	background-position: top center;     			
	*/
}

#container
{
	width: 740px;
	margin: 0;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;      
	/* 
	background-image: url('/images/background_content_02.png');
	background-repeat: repeat;
	background-position: top left;  
	*/
}

#gutter-container
{
	float: right;
	width: 150px;
	/*color: #000066;*/
	/*background-color: red;*/
	/*border: 1px solid #000066; */
}		

#content
{
	float: left;
	width: 580px;
}

#footer	
{
	clear: both;
	width: 740px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
/*
	background-image: url('/images/background_bottom_02.png'); 
	background-repeat: no-repeat;
	background-position: top left;     
*/
}

#navigation-top
{
	position: relative;
	top: 117px;
	/*top: 136px;*/
	text-align: left;
}			

#navigation-footer
{
	position: relative;
	top: 14px;
	text-align: center;
	padding: 0px 55px 0px 55px;
}

#line-footer
{
	position: relative;
	top: -33px;	  
	width:100%;
	height: 2px;
	background-color: #000066;
	z-index: 1;
}  

.navigation a 
{
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	/*color: #ffffff;*/
	text-decoration: none;
}

.navigation a:visited
{
	text-decoration: none;
}		
				
.navigation a:hover
{
	color: #000000; /*color: red;*/
	text-decoration: underline;
}				

.titleBar
{
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	/*
	background-color: #FFEFD5;
	border: 1px solid #FF6600;
	*/
	background-color: #6495ED;
	border: 1px solid #000000; 
}

.contentSummary
{
	
}

.articleContent
{
	margin-top: 15px;
}

.articleContent p
{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	font-size: 11px;
}		

.contentList p
{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 5px 0px;
	font-size: 11px;		
	font-weight: bold;
}

.contentSummary h1
{
	font-size: 12px;
}

.contentSummary p
{
	position: relative;
	top: -12px;
	font-size: 11px;
	width: 540px;
}


.gutterListWithBorder
{
	border: 1px solid #000066;
	/*background-image: url('/images/background_top_fade_01.png');*/
	background-repeat: repeat-x;			
}

.upcomingRacesListItems
{
	font-family:Tahoma;
	font-size:9px;
	margin-top:3px;
	padding-left:4px;
	padding-right:4px;
	text-align:left;
}

.gutterImage
{
	border: 1px solid #000000;
	width: 148px; /* TODO: is this needed? */
}

.gutterSectionSpacer
{
	height: 4px;
}