body {
	background: black;
	color: white;
	font: 95% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#centered {
	position: absolute;
	left: 50%;
	margin-left: -640px;
	width: 1280px;
}

#wrapper {
	width: 1280px;
	background: black url(../img/background.jpg) top center no-repeat;
	height: 1100px;
}

body#business #wrapper, body#charities #wrapper, body#sponsors #wrapper {
	background: black url(../img/background2.jpg) top center no-repeat;
}

body#store #wrapper {
	background: black url(../img/background3.jpg) top center no-repeat;
}

#top {
	height: 380px;
}

#left {
	width: 264px;
	float: left;
	text-align: right;
}

#right {
	float: left;
}

#content {
	width: 756px;
	float: left;
	text-align: center;
}

body#business #content {
	width: 710px;
	margin: -10px 0px 0px 23px;	
}

body#charities #content {
	width: 771px;
	margin-left: -11px;
}

body#sponsors #content {
	width: 759px;
	margin-left: -3px;
}

body#friends #content, body#store #content {
	text-align: center;
	margin-top: -20px;
}

#bottom {
	clear: both;
	text-align: center;
	font-size: 0.7em;
	padding-bottom: 10px;
}

body#friends #content td {
	background: #ccc;
	font-size: 0.8em;
	color: black;
	padding: 2px;
}
