body {
background: url("site.gif") repeat-y;
}

.nav {
	position: absolute;
	background: #CDCEDE;
	border-right: 10px solid #85BCCE;
	width: 190px;
	margin: 0px;
	left:0px;
}

.nav ul {
	list-style: none;
	padding:0px;
	margin:0px;
}

.nav ul li {
	border-bottom: 1px dashed gray;
	font-size: small;
	padding: 4px;
	margin-bottom:0px;
}

.nav ul li ul {
	background:#CDCEDE;
	padding-left:8px;
	margin-right:0px;
}

.nav ul li ul li {
	border-top:1px dashed black;
	border-bottom:none;
}

.nav ul li:hover {
	background:yellow;
}

.nav ul li a {
	text-decoration:none;
	display:block;
}

.nav ul li a:hover {
	background: yellow;
}

.nav ul #highlit {
	background: #C7C702;
}

.content {
	position: absolute;
	left: 200px;
	background: #E6E6FA;
	padding: 20px;
	width:540px;
}

.content ul {
	border: 1px dashed black;
	background-color: #AED3DF;
}

.content p li {
	list-style: none;
}

.header {
	background-color:#E6E6E6;
	border-top: double black;
	border-bottom: 1px solid black;
	text-align:center;
	padding:0px;
}

.header h1 {
	margin:0px;
	padding-bottom:0px;
}

.header h2 {
	padding-top:0px;
	font-size:small;
}