@import url("untitled.css");
@import url("untitled.css");
#manubar {
	position:fixed;
	left:30px;
	top:20px;
	width:150px;
	height:375px;
	z-index:1;
	overflow: visible;
}
#apDiv1 {
	position:absolute;
	left:269px;
	top:101px;
	width:700px;
	z-index:2;
	overflow: visible;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
