#header {
	width: 100%; 
	border-bottom: 1px solid black;
}

#nav {
	float: left;
	width: 15%;
	height: 80%;
	border-right: 1px solid black;
	padding: 20px;
}

#nav ul {
	margin-left: 0px;
}

#nav ul li {
	font-size: 20px;
	font-family: Tahoma,sans-serif;
	font-variant: small-caps;
	color: #8B06C9;
	list-style: url(/images/dbullet.png);
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	margin-bottom: 25px;
}

#nav ul li a {
	text-decoration: none;
	color: #8B06C9;
}

#content {
	float: right;
	width: 80%;
	font-family: Tahoma,sans-serif;
	font-size: 14px;
}

#content a {
	color: #8B06C9;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	float: left;
	width: 100%;
	border-top: 1px solid black;
	font-size: 10px;
	font-family: Tahoma,sans-serif;
	text-align: center;
}
