body {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
div.nav {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 0px;
	background: #AA9FAA;
	padding-top: 30px;
	padding-left: 0px;
	height: 100%;
}
body>div.nav
{
	position: fixed;
}

div.content {
	margin-left: 210px;
	padding: 0px;

}
div.content p {
	color: #333333;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
div.content a {
	color: #6666CC;
}
div.content a:hover {
	color: #CCCCCC;
	background: #AA9FAA;
	text-decoration: none;
}
.nav p {
	font: 100%/1 Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	display: block;
	padding-top: 0px;
	margin: 0px;
	padding-left: 10px;
}
div.nav a {
	color: #FFFFFF;
	background: #9faa9f;
	width: 150px;
	display: block;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 1px;
	padding-left: 20px;
	text-decoration: none;
	height: 18px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}
div.nav a:hover {

	color: #333333;
	background: #999999;
	width: 150px;
	display: block;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 1px;
	padding-left: 20px;
	text-decoration: none;
	height: 18px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
} 

