	body {
		background: black;
		margin: 0;
		}
	.imageBox {
		width: 215px;
		background: #11363F;
	}
	.contentBox {
		width: 215px;
                height: 450px;
		background: #11363F;
	}
	.menuItem {
		background: #11363F;
		height: 1.5em;
		text-align: center;
	}
	A.menuItem {
		color: #708F18;
		font-family: Comic Sans MS, Verdana, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	#pageTitle {
		color: #B8B886;
		font-family: Comic Sans MS, Verdana, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
	}
	.content {
		color: #B8B886;
		font-family: Comic Sans MS, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		margin: .5em;
	}
		.content a:link {
		color:#FF9900;
	}
