body { 
	background: #00bff3;
	color: black; 
	padding:0px;
	margin:0px;
	}
	


a {
	color:#04377c;
	text-decoration: underline;
}

a:visited {
	color: #372803;
	text-decoration: underline;
}

a:hover, active {
	text-decoration: none;
}

a.activePastLink {
	color: black;
	text-decoration: none;
}

.contentArea {
	background-color: white;
	min-width: 500;

}

.bracketCell {
	background-color: #00bff3;
}

.blackCell {
	background-color: black;
	height:1px;
}

.nextCell {
	background-color: white;
}
.pastCell {
	background-color: white;
}

.infoCell {
	background-color: #c2c2c2;
	border-left: 1px solid black;
	color: black;
}

.pastLink {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	width: 100px;

	position: relative;
	left: -2px;
}

.activePastLink {
	background-color: white;
	width: 100px;

	position: relative;
	left: -2px;

	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
}

.comingText {
	padding: 10px;
	margin-bottom: 20px;
}


.header {
	position: relative;
	width: 100%;
	text-align: center;
	
	background-image:url('http://www.birthdaymarathon.com/images/sub-header_bg.gif');
	background-repeat:repeat-x;
}

.footer {
	position: relative;
	width: 100%;
	text-align: center;
	vertical-align:text-top;
	
	background-image:url('http://www.birthdaymarathon.com/images/sub-footer_bg.gif');
	background-repeat:repeat-x;
}
.subContent {
	position: relative;
	width: 100%;
	background-color: white;
	padding: 10px;
}

.subText {
	padding: 10px;
}

.dateinfo {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.description {
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.lineup {
	padding-left: 5px;
	padding-bottom: 10px;
}

.images {
	padding-left: 5px;
	padding-bottom: 10px;
}

.paging {
	text-align: center;
}

.previousMarathons {
	margin-top: 50px;
	width: 100%;
	background: #363636;
	color: white;
	padding: 20 60 20 60;
}

div.previousMarathons a{
	font-size: 20px;
	color:white;
}
