#header {
	width:100%;
	background:#998;
}
#content {
	float:left;
	width:78%;
	min-height:300px;
	background:#ffe;
	margin:0px;
	padding:1%;
	border-right:1px #998 dotted;
}
#menu {
	position:fixed;
	right:1%;
	top: 4em;
	width:11.8em;
	height:23em;
	background:#ffe url('/images/single_cube.gif') no-repeat bottom;
	margin:0px;
	padding:1%;
}
#footer,
#blackfooter {
	text-align:center;
	margin-top:10px;
	border-top:2px #998 solid;
	padding:1%;
	color:#998;
	font-size:smaller;
}
#blackfooter {
	background:#000;
}
#image {
	width:100%;
	margin:0px;
	padding:3.5em 0 0 0;
	text-align:center;
	background:transparent;
}
