body {
        font-family: arial, sans-serif;
	background-color: white;
	font-size: small;
}
#wrap {
	width: 700px;
}
#header {
}
#quicklinks {
	font-size: x-small;
	float: left;
}
#quicklinksright {
	font-size: x-small;
	text-align: right;
}
#left {
	float: left;
	width: 340px;
}
#right {
	float: right;
	width: 340px;
}
#footer {
	clear: both;
}
#leftfooter {
	float: left;
	width: 340px;
}
#rightfooter {
	float: right;
	width: 340px;
}

div {
	color: black
}
.center { text-align: center }
.left { float: left }
.right {float: right }

a:link {
	color: red
}
a:active {
	color: maroon
}
a:visited {
	color: maroon
}
hr {
	border: 0;
	height: 1px;
	color: black;
	background-color: black;
}
