body {
	background-color: white;
	background-image: url("images/red_bar_background.gif");
}
p { color: black }
a: link { color: #0000ff }
a: visited { color: #800080 }
a: active { color: #ff0000 }

#heading {
	font-size: large;
	text-align: center;
}

#left_index {
	position: absolute;
	top: 24;
	left: 0;
	width: 100;
}

#main_content {
	margin-left: 110px;
}

#intro { height: 560px; }

#sponsors { text-align: center; }

#big_picture {
	margin: 8px;
	border: thin solid black;
	float: right;
}

#footer {
	margin-left: 110px;
	text-align: center;
}
