#top {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#side {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	display: block;
	float: left;
	height: 500px;
	width: 175px;
	padding-right: 5px;
	padding-left: 5px;
}
#parent {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: none;
	width: 765px;
	margin-left: 200px;
	height: 498px;
	text-align: center;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-weight: bolder;
	text-align: left;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.top {
	text-align: right;
	display: block;
	text-decoration: none;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
}
