/*Site-wide styles begin here*/

body {
	background: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	text-align: left;
}

a {
	color: white;
}

#main {
	width: 900px;
	margin: auto;
}

.current {
	height: 250px;
}

.navimage {
	height: 150px;
}

.left {
	width: 430px;
	float: left;
	margin-right: 10px;
}

.right {
	width: 430px;
	float: right;
	margin-left: 10px;
}

table {
	margin: auto;
	border-collapse: collapse;
}

td {
	width: 176px;
	border: 3px solid #ffffff;
}