body {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	border: 2px solid #650F57;
	/*width: 400px;*/
	height: 300px;
}

#header {
	color: white;
	background-color: #650F57;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 3px;
}

#footer {
	text-align: center;
}

.right {
	float: right;
	padding-right: 3px;
}

.left {
	float: left;
	padding-left: 3px;
}

#nav {
	margin-top: -1px;
}

#author {
	padding-left: 3px;
	font-weight: bold;
	color: #650F57;
}

#content {
	overflow: auto;
	height: 229px;
	padding: 3px;
}

a {
	color: #8BB410;
	text-decoration: none;
}

a img {
	border: none;
}
