#maincontainer {
	width: 470px;
	height: 320px;
	background: #ffffff;
	position: absolute;
	left: 5px;
	top 5px;
	margin: 0 auto;
}
#menu {
	width: 170px;
	height: 100%;
	background: #ffffff;
	position: absolute;
	top: 25px;
	left: 0px;
	text-align: left;
	}
#target {
	width: 340px;
	height: 100%;
	background: #ffffff;
	padding: 0px;
	position: absolute;
	top: 25px;
	left: 170px;
}
a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.aHref {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.permHover {
	font-weight: bold;
	color: #FF0000;
}