	body {
		font: 12px sans-serif;
		padding: 0px;
		margin: 0px;
		background-color: #CCC;
	}
	#containAll {
		width: 770px;
		margin: 0 auto;
		border: 1px solid #000;
		border-top: 0px;
	}
	#footer {
		width: 770px;
		margin: 5px auto;
		text-align: center;
		font-size: 10px;
		color: #777;
	}
	a {
		color: #777;
		text-decoration: none;
	}
	a:hover {
		color: #4CB51B;
	}
	#header {
		height: 200px;
		background-color: #9000FF;
		background-image: url(../image/background.gif); /* TODO: How can we fix this image? */
		padding: 0px;
		text-align: right;
	}
	#header img.rotating {
		height: 150px;
		width: 150px;
		border: 3px solid #666;
	}
	#main {
		border-top: 2px solid #000;
		background-color: #FFF;
		padding: 5px;
	}
	#navigation {
		background: #BBB url(../image/stripe.png); /* TODO: Softer image? Better background color. */
		height: 20px;
		border-top: 2px solid #000;
		padding: 7px 5px 2px 5px;
		font-weight: bold;
	}
	#navigation a {
		text-decoration: none;
		background: #FFF;
		border: 1px solid #777;
		padding: 3px;
		color: #777;
	}
	#navigation a:hover, #navigation a.on {
		text-decoration: none;
		background: #4CB51B;
		border: 1px solid #FFF;
		color: #FFF;
	}
	div.rightBox {
		float: right;
		width: 240px;
		border: 1px solid #000;
		padding-left: 5px;
		padding-right: 5px;
	}

