body {
	background: #000 url('images/bg.jpg');
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
}

.wrapper {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
    height:auto;
}

.innerwrapper {
	border: 1px solid #555;
}

.banner {
	height: 120px;
	background: #939296 url('images/banner.jpg');
}

.banner a img {
	border: 0px;
}

.navbar {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background: #98D16D;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}

.navbar a {
	font-weight: normal;
	text-decoration: none;
	color: #444;
}

.navbar a:hover {
	text-decoration: underline;
	color: #222;
}

.content {
	background: #C4C4C4;
	padding: 10px 100px 10px 100px;
}

.footer {
	text-align: center;
	color: #fff;
	margin: 10px;
}

/*table.roster {
    border: 1px solid #000;
	width: 100%;
}

table.roster th {
	background: #668E59;
	padding: 3px;
	text-align: center;
}

table.roster td {
	background: #fff;
	text-align: left;
	border-top: 1px solid #000;
}*/

.sponsorlogos td {
	width: 320px;
	text-align: center;
}

.sponsorlogos img {
	width: 300px;
	text-size: 12px;
}

.photos a img {
	width: 600px;
	margin-bottom: 10px;
}


#roster td, #roster th {
    border-bottom: 1px solid black;
}
#roster td {
    height: 95px;
    padding-bottom: 2px;
}
#roster th {
    background-color: #181818;
    color: white;
}

/*Image Gallery CSS*/


