body
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

#container
{
	position: absolute;
	/* Make the left pos 50%, but then back-space the left margin */
	left: 50%;
	margin-left: -470px;
	width: 960px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

#banner
{
	float: left;
	height: 68px;
	width: 100%;
	background-color: #C0C0EE;
	color: white;
	text-align: center;
	font-size: 14pt;
	line-height: 80px;
}

#menu
{
	float: left;
	clear: left;
	width: 150px;
    height: 1050px;
	background-color: #EEEEEE;
    padding-top: 5px;
}

#content
{
	float: left;
	width: 750px;
	padding: 20px;
}

ul {
  list-style: none;
  margin: 20;
  padding: 10;
  border: none;
}

li a {
  display: block;
  padding: 5px;
}

li a:hover {
  border-left: 5px solid #94c9d4;
  padding-left: 5px;
  background-color: #e7f5f8;
  text-decoration: none;
}
