body {
	background-color: #000;
	font-family: sans-serif;
}
#bannerTop {
	background-color: #ffaccc;
	width: 970px;
	height: 10px;
}
#bannerRight {
	background-color: #ffaccc;
	width: 200px;
	height: 600px;
	float: left;
	display: none;
}
#contentBox {
	background-color: white;
	width: 970px;
	float: left;
}
#logo {
	background-color: white;
}

#navi {
	background-color: #bbbbbb;
	text-align: center;
	padding: 5px;
}
#navi a {
	font-size: 11pt;
	font-weight: bold;
	color: white;
	padding: 5px;
	text-decoration: none;
}
#navi a:hover {
	background-color: #555555;
}
#content {
	padding: 10px;
}