body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 200;
	color: #333;
	background-color: #FAFAFA;
	line-height: 13px;
	width: 700px
}
#header {
	color: #627E7D;
	padding: 11px;
	position: fixed;
	width: 200px;
}
#bar {
	position: fixed;
	width: 700;
	padding: 11px;
	left: 205px;
	top: 10px;
	color: #333;
}
#controlbar {
	padding: 11px;
	position: fixed;
	color: #333;
	width: 200px;
	top: 50px;
	line-height: 13px;
}
a:hover {
	color: #333;
	text-decoration: line-through;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: line-through;
}
#entry1 {
	position: absolute;
	width: 700px;
	left: 205px;
	top: 60px;
}
#entry2 {
	margin: 0px 0px 0px 20px;
	position: fixed;
	width: 200px;
	top: 200px;
	line-height: 13px;
	color: #333;
	left: 0px;
}