@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 160px;
	float: left;
	width: 770px;
	margin-right: 4px;
	text-align: left;
}
#header #firstlogo {
	float: left;
	margin-right: 25px;
	margin-left: 10px;
	margin-top: 10px;
}
#footer {
	width: 1024px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #000;
	background-color: #FF6;
}


#rightside {
	float: right;
	width: 250px;
	height: auto;
	text-align: center;
	color: #FF3;
}
#rightside h1 {
	text-transform: uppercase;
	color: #FF3;
}

#rightside #sponsorimage {
	margin-left: 45px;
	text-align: center;
}
#rightside #sponsortext {
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3;
	overflow: auto;
	font-style: normal;
	width: 240px;	
}

#rightside #sponsortext a:link {
	color: #FF3;
	background: transparent;
	text-decoration: none;
}
#rightside #sponsortext a:visited {
	color: #FF3;
	background: transparent;
	text-decoration: none;
}
#rightside #sponsortext a:hover {
	color: #F90;
	background: transparent;
	text-decoration: none;
}
#rightside #sponsortext a:focus {
	color: #FF3;
	background: transparent;
	text-decoration: none;
}
#rightside #sponsortext a:active {
	color: #FF3;
	background: transparent;
	text-decoration: none;
}

#maincontent {
	width: 770px;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #F90;
	float: left;
	height: auto;
	overflow: visible;
	padding-bottom: 15px;
}
#maincontent #contentimage {
	float: right;
	height: auto;
	width: 325px;
	margin-right: 5px;
	margin-left: 10px;
}
#maincontent #contenttext {
	width: 410px;
	margin-left: 5px;
	float: left;
	text-align: left;
}
#maincontent #contentmembers {
	float: left;
	width: 250px;
	margin-left: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #F00;
}
#maincontent #contentnews {
	float: right;
	width: 500px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}
#maincontent #sponsorimage {
	float: right;
	width: 415px;
	margin-right: 5px;
	margin-top: 10px;
}
#maincontent #sponsortext1 {
	width: 330px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
#maincontent #sponsortext2 {
	width: 750px;
	float: left;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 5px;
}
#maincontent #contentphotobucket {
	width: 640px;
	margin-left: 50px;
}
#maincontent #contentcontainer {
	margin-top: 5px;
	width: 760px;
	margin-right: 5px;
	margin-left: 5px;
	height: auto;
	float: left;
}

