html body {
	background-color: #EBEAD2;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	font-family: Georgia, Times, serif;
	height: 100%;
}
#container {
	width: 814px;
}
h1 {
	width: 814px;
	height: 175px;
	background: url(topbg.jpg);
	text-indent: -9000px;
	margin: 0;
}
h2, h3 {
	margin-left: 140px;
	width: 430px;
	margin-bottom: -9px;
}
h3 {
	font-size: 14px;
}
#menu {
	float: left;
	width: 124px;
	margin-top: 35px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", verdana, sans-serif;
}
#menu a {
	display: block;
	width: 107px;
	height: 33px;
	text-align: right;
	padding-right: 17px;
	color: #444;
	line-height: 33px;
	letter-spacing: -1px;
}
#menu a:hover {
	background-image: url(menubg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #222;
	border-width: 0;
}
p, li {
	color: #222;
	margin-left: 140px;
	margin-right: 240px;
	line-height: 190%;
	font-size: 12px;
	list-style-image: url(bullet.jpg);
}
.right1 {
	position: absolute;
	left: 583px;
	top: 42px;
}
.right2 {
	position: absolute;
	left: 583px;
	top: 368px;
}
#log {
	position: absolute;
	left: 595px;
	top: 540px;
	font-size: 11px;
	width: 195px;
	text-align: center;
}

a {
	text-decoration: none;
	color: #900;
}
a:hover {
	color: #600;
	border-bottom: 1px solid #ccc;
}
