body {
	color: #f3efe1;
	font-size: 16px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/webbg.jpg) repeat-x #000;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #8c8b87;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	display: inline;
	color: #f3efe1;
	margin-bottom: 15px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: none;
}

#fullWide {
	width: 100%;
	float: left;
	display: inline;
}

#widthSetter {
	width: 960px;
}

#insideBGHolder {
	width: 100%;
	background: url(images/trainfridaybanner.jpg) no-repeat;
	float: left;
	display: inline;
}

#navHolder {
	width: 100%;
	margin-top: 203px;
	float: left;
	display: inline;
}

#navHolder ul {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: 65px;
	list-style: none;
	float: left;
	display: inline;
}

#navHolder ul li {
	float: left;
	display: inline;
	padding: 14px 25px;
}

#navHolder ul li a {
	color: #5b594d;
	text-decoration: none;
}

#leftColumn {
	width: 540px;
	margin-top: 40px;
	margin-left: 65px;
	line-height: 21px;
	float: left;
	display: inline;
}

#rightColumn {
	width: 250px;
	margin-left: 80px;
	float: left;
	display: inline;
}

	#rightColumnTop {
		width: 100%;
		height: 52px;
		background: url(images/rightcolumn_top.jpg) no-repeat;
		float: left;
		display: inline;
	}
	
	#rightColumnRepeat {
		width: 100%;
		background: url(images/rightcolumn_repeat.jpg) repeat-y;
		float: left;
		display: inline;
	}
	
		#rightColumnContent {
			width: 230px;
			color: #323232;
			font-size: 12px;
			padding: 10px;
			float: left;
			display: inline;
		}
		 
		#rightColumnContent a {
			color: #7c7c7c;
		}
		
		#rightColumnContent ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
	#rightColumnBottom {
		width: 100%;
		height: 28px;
		background: url(images/rightcolumn_bottom.jpg) no-repeat;
		float: left;
		display: inline;
	}
	
#eventDate {
	line-height: 28px;
}
	
#footerHolder {
	width: 100%;
	min-height: 150px;
	background: url(images/blackwood.jpg) repeat-x;
	margin-top: 25px;
	float: left;
	display: inline;
}

#footerContent {
	width: 790px;
	font-size: 12px;
	padding: 20px;
	color: #FFF;
}

#twitterButton {
	width: 380px;
	margin-top: 335px;
	float: right;
	display: inline;
	margin-bottom: 25px;
}

#feed {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#feed li {
	border-bottom: 1px solid #999;
	padding: 10px;
}

#description {
	width: 415px;
	margin-top: 270px;
	float: left;
	display: inline;
	color: #fcf9ec;
	font-size: 14px;
	margin-bottom: 25px;
}

