﻿body {
	background-image:url('images/background.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#380000
}
.style1 {
	border-collapse: collapse;
	border-width: 0px;
	/*background-color: #FF0D0E;*/
	padding:0px, 0px, 0px, 0px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.style2 {
	text-align: center;
	font-size: xx-large;
}
.style3 {
	text-align: center;
	}
.style4 {
	padding-top:0px;
	padding-bottom:0px;
	height:20px;
}
.maincol {
	border-collapse: collapse;
	border-width: 0px;
	background-color: #FF0D0E;
	padding:0px, 0px, 0px, 0px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: xx-large;
}
.maincolfull {
	border-collapse: collapse;
	border-width: 0px;
	background-color: #FF0D0E;
	padding:0px, 0px, 0px, 0px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: xx-large;
}

.sponsorcol {
	background-color: #C0C0C0;
	width:200px;
	vertical-align:top;
	text-align:center;
}
.footercontact {
	text-align:center;
}
.footer {
	background-image:url('images/footer.jpg')
}

