body {
	background-color: #ccffff;
	font-size: 95%;
	font-family: "arial", "sans-serif";
}
#wrapper {
	width: 100%; 
	background-color: #ccffff;
}
#header {
#	background-color: #99cccc;
	font-size: 75%;
#	text-align: right;
}
#title {
	background-color: #99cccc;
	margin: 2px 0;
	padding: 2px 0;
	font-size: 180%;
	height: 6em;
	text-align: center;
	border: 2px groove #000000;
}
#title h1 {
	margin: 2px 0;
	padding: 2px 0;
	font-size: 150%;
	text-align: center;
}
#title h2 {
	margin: 2px 0;
	padding: 2px 0;
	font-size: 90%;
	text-align: center;
}
#title h3 {
	margin: 2px 0;
	padding: 2px 0;
	font-size: 80%;
	text-align: center;
}
#container {
	position: relative;
	margin: 5px 0;
	width: 100%;
	background-color: #ccffff;
}
#maincontent {
	margin-left: 205px;
	font-size: 100%;
        padding: 10px;
	background-color: #ccffff;
}
#pixgrid {
	clear: left;
#	text-align: center;
	color: #ffffff;
}
#pixgrid li {
	float: left;
	padding: 5px;
	margin: 5px;
	display: block;
}
#sidebar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
}
#nav {
        margin-left: 0;
        padding-left: 0;
	font-size: 133%;
	text-align: center;
	width: 180px;
	display: block;
	background-color: #0033ff;
	color: #ffffff;
	list-style: none;
}
#nav li {
	padding: 7px;
	border: 2px outset #000000;
}
#nav a {
	color: #ffffff;
	font-weight: bold;
}
#nav li a:hover{
	color: #ff0033;
	background: none;
}
#update {
        font-size: 65%
}
#footer {
	clear: both;
	background-color: #99cccc;
	height: 8.2em;
	border: 2px groove #000000;
        font-size: 85%
}
#footer li{
	float: left;
	padding: 1px;
	margin: 15px;
	display: block;
}
#fineprints {
	clear: both;
	color: #330000;
	height: 5.5em;
        font-size: 70%;
}


