@charset "utf-8";
body {
	background-image: url(../images/sfc-bg-1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #E4E4E4;
}
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#content-container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	min-height: 550px;
}
#content-container-wide {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/content-wide-bg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	min-height: 550px;
}

#left-col {
	color: #FFFFFF;
	background-color: #000000;
	width: 180px;
	float: left;
	overflow: hidden;
}

#right-col {
	float: right;
	width: 260px;
	overflow: hidden;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#right-col a {
	color: #FFF;
	text-decoration: none;
}
#right-col a:hover {
	color: #F00;
}

#right-col img {
	text-align: center;
	display: block;
	border: 1px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#sponsors {
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sponsors img {
	padding-top: 5px;
	padding-bottom: 5px;
}


#home-content-container {
	padding: 0px;
	float: left;
	width: 769px;
	margin-left: 1px;
}
#page-title {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../images/page-titles-bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 10px;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
	float: none;
}
#news-area {
	float: left;
	width: 509px;
	overflow: hidden;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
}

#news-area a {
	color: #000000;
	text-decoration: underline;
}

#news-area h1 {
	font-size: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#news-inner {
	padding: 15px;
}

#scroller {
	display: inline;
	clear: none;
	float: left;
	overflow: hidden;
	padding: 0px;
}

#content-area-wide {
	float: left;
	width: 739px;
	overflow: hidden;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
}
#content-area-wide a {
	color: #000000;
	text-decoration: underline;
}
#content-area-wide h1 {
	font-size: 18px;
	font-weight: bold;
}



#footer {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 80px;
	color: #FFFFFF;
	background-color: #610208;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#footer  #address {
	float: left;
	width: 700px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
}
#footer #e7 {
	line-height: 80px;
	background-image: url(../images/e7_spin_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	float: right;
	height: 80px;
	width: 100px;
	padding-right: 30px;
	color: #FFFFFF;
}
#footer #e7 a {
	text-decoration: none;
}
#footer #e7 a:hover {
	color: #FF0000;
}



.clear-floats {
	clear: both;
	float: none;
}
#right-col-items {
	margin: 15px;
}
#slideshow {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 229px;
}

.right-col-titles {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #850100;
	background-image: url(../images/right-col-title-bg.jpg);
	background-repeat: repeat-y;
	height: 30px;
	margin-top: 15px;
	padding-left: 10px;
}
.right-col-titles a {
	color: #FFFFFF;
	text-decoration: none;
}
.right-col-titles a:hover {
	color: #FF0000;
}
