
#head {
	margin: 0;
	padding: 1em;
	padding-left: 10px;
	background: #ccffff;
	border: 3px solid #996699;
	height: 35px;
}

#head h1 {
	margin: 0;
	padding: 0;
	background: #ccffff;
	text-align: center;
}

#left {
	position: absolute;
	left: 15px;
	top: 90px;
	width: 150px;
}

#center {
	margin: 0 170px;
}

#right {
	position: absolute;
	right: 10px;
	top: 55px;
	width: 140px;
	background: #ccffff;
	border: 2px solid #996699;
	padding: 1px;
	font-size: 80%;
	line-height: 1.3em;
}

.zerotop {
	margin-top: 0;
}

#footer {
	margin: 0;
	padding: .5em;
	background: #ccffff;
	border: 3px solid #996699;
	text-align: center;
}


ul#nav li.last {
	border-bottom: 2px solid #990099;
}

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #ccffff;
	width: 90%;
	border-right: 2px solid #990099;
	border-left: 2px solid #990099;
}

ul#nav li {
	border-top: 2px solid #990099;
}

ul#nav li a:link, ul#nav li a:visited {
	text-decoration: none;
	display: block;
	padding: 5px 5%;
	width: 90%;
	font: bold 11px/1.5 arial, helvetica, sans-serif;
}

ul#nav li a:hover {
	background-color: #339999;
	color: #ffc;
}

ul#nav a:link {
	color: #5c2e2e;
}

ul#nav a:visited {
	color: #990099;
}
