@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#EC1C2B;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:19px;
	color:#FFF;
	font-weight:bold;
}
/* Wrapper */
#wrapper {
	width:1024px;
	height:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:23px;
	margin-bottom:10px;
	overflow:visible;
	background-image:url(../images/splash.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
}
#flashholder {
	width:800px;
	height:136px;
	margin-right:auto;
	margin-left:auto;
}
#headlineholder {
	width:800px;
	height:88px;
	margin-right:auto;
	margin-left:auto;
	padding-top:20px
}
#contentholder {
	width:800px;
	height:auto;
	overflow:visible;
	margin-right:auto;
	margin-left:auto;
}
#texthold {
	width:400px;
	height:auto;
	float:left;
	vertical-align:text-top;
	padding-bottom:10px;
}
#detailhold {
	width:354px;
	height:auto;
	float:right;
	vertical-align:text-top;
	padding-bottom:10px;
	text-align:right;
}
#eventhold {
	width:300px;
	height:auto;
	vertical-align:text-top;
	padding-bottom:50px;
	text-align:left;
	float: left;
}
#footer {
	width:1024px;
	height:131px;
	float:left;
	font-family:Arial, sans-serif;
	font-size:10px;
	background-color:#EC1C2B;
}
#footer A:link {
	font-family:Arial, sans-serif;
	font-size:10px;
	text-decoration: none;
	color:#999;
}
#footer A:visited {
	font-family:Arial, sans-serif;
	font-size:10px;
	text-decoration: none; 
	color:#999;
}
#footer A:active {
	font-family:Arial, sans-serif;
	font-size:10px;
	text-decoration: none;
	color:#FFF;
}
#footer A:hover {
	font-family:Arial, sans-serif;
	font-size:10px;
	text-decoration: none; 
	color: #FFF;
}
#footerscaled {
	width:800px;
	height:131px;
	margin-right:auto;
	margin-left:auto;
	font-family:Arial, sans-serif;
	font-size:10px;
	color: #999;
}
#footerscaled A:link {
	font-family:Arial, sans-serif;
	font-size:10px;
	text-decoration: none;
	color:#999;
}
#footerscaled A:visited {
	font-family:Arial, sans-serif;
	font-size:10px;
	text-decoration: none; 
	color:#999;
}
#footerscaled A:active {
	font-family:Arial, sans-serif;
	font-size:10px;
	text-decoration: none;
	color:#FFF;
}
#footerscaled A:hover {
	font-family:Arial, sans-serif;
	font-size:10px;
	text-decoration: none; 
	color: #FFF;
}