* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
body {
	margin: 0;
	background-color: transparent;
	color: #000000;
}
p {
	margin: 0 0 1em 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #000000;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.editbar {
	background-color: #e7e7e7;
	margin: 0.5em 5px 0.5em 5px;
	padding: 2px 1em;
	border-top: 1px solid black;
	word-spacing: 0.5em;
	width: 270px;
}
.right {
	text-align: right;
}
.col {
	float: left;
	width: 50%;
}
.clear {
	clear: both;
}
#container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 331px;
	left: 10px;
	border-top: 90px solid;
	border-bottom: 22px solid;
	*height: 100%;
	overflow: auto;
}
#nav {
	position: absolute;
	top: 18px;
	left: 10px;
}

