@charset "UTF-8";
#navbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: capitalize;
	color: #3399CC;
	height: 365px;
	width: 200px;
	background-image: url(../images/navboxscribble.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	left: 41px;
	top: 155px;
}
ul {
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
li {
	margin-top: 7px;
	margin-bottom: 7px;
	list-style-type: none;
}
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #003366;
}
a:visited {
	text-decoration: none;
	color: #3399CC;
}
