html {
	overflow: -moz-scrollbars-vertical;
}
body {
	padding: 0;
	margin: 0;
	background: #584B43 url("/bg.gif") repeat;
}
#content {
	position: absolute;
	width: 750px;
	height: 630px;
	left: 100px;
	top: 120px;
	padding: 15px;
	color: #584b43;
	background: #fff;
	font: 11px verdana;
}
#entry {
	width: 550px;
	height: 630px;
}
h1, h2 {
	color: #EB5602;
	font: bold 18px Helvetica Neue;
}
#menu {
	position: absolute;
	width: 170px;
	height: 300px;
	left: 600px;
	top: 0;
	background: #fff;
	font: bold 14px Helvetica Neue;
}
#header {
	position: absolute;
	width: 750px;
	height: 32px;
	left: 100px;
	top: 40px;
	padding: 5px 15px 15px;
	z-index: 2;
	background: #fff;
}
ul, li {
	padding: 5px;
	list-style: none;
}
li {
	margin-bottom: 3px;
}
a:link {
	text-decoration: none;
	color: #EB5602;
}
a:visited {
	text-decoration: none;
	color: #EB5602;
}
a:focus {
	text-decoration: underline;
	color: #EB5602;
}
a:hover {
	text-decoration: none;
	color: #EB5602;
}
a:active {
	text-decoration: underline;
	color: #EB5602;
}