body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #777777;
}
a {
	color: #61A210;
	text-decoration: none;
	border-bottom: 1px dotted #61A210;
	padding-bottom: 1px;
}
a:visited {
	color: #538B0E;
}
div#top {
	position: absolute;
	width: 750px;
	height: 100px;
	background: #6EB812;
	background-image: url(img/topbg.gif);
	left: 0px;
	top: 0px;
}
div#level2 {
	position: absolute;
	width: 750px;
	height: 15px;
	background: #82DA16;
	left: 0px;
	top: 100px;
}
div#level21 {
	position: absolute;
	width: 100px;
	height: 15px;
	background: #C2F386;
	left: 30px;
	top: 100px;
}
div#level3 {
	position: absolute;
	width: 750px;
	height: 18px;
	background: #61A210;
	left: 0px;
	top: 100px;
}
div#level31 {
	position: absolute;
	width: 100px;
	height: 18px;
	background: #79CC14;
	left: 30px;
	top: 100px;
}
div#menu {
	position: absolute;
	width: 100px;
	left: 30px;
	top: 118px;
	background: #ffffff;
	border-bottom: 3px solid #79CC14;
	text-align: right
}
div#bar {
	position: absolute;
	width: 100px;
	height: 100%;
	background: #f5f5f5;
	left: 30px;
	top: 118px;
}
div#content {
	position: absolute;
	width: 600px;
	xheight: 80%;
	left: 150px;
	top: 128px;
}
div#title {
	font-size: 2em;
	margin-bottom: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #61A210;
}
div#copyright {
	width: 600px;
	left: 0px;
	border-top: 1px dotted #c0c0c0;
	margin-top: 30px;
	padding-top: 0.3em;
	padding-bottom: 5px;
}

div.screenshot {
}
div.screenshot dt {
	font-weight: bold;
	background: #F5F5F5;
	padding: 3px;
}
div.screenshot dd {
	padding-top: 5px;
}

div#menu a {
	display: list-item;
	list-style: none;
	text-decoration: none;
	color: #777777;
	padding: 3px 5px 5px 3px;
	border-left: 15px solid #ffffff;
	border-right: 8px solid #ffffff;
	border-bottom: 0px;
}
div#menu a:hover {
	background: #c0c0c0;
	border-left: 15px solid #d0d0d0;
	border-right: 8px solid #d0d0d0;
	color: #ffffff;
}
div#content ul {
	padding-left: 2em;
	margin-left: 0px;
}
div#content li {
	padding-bottom: 0.5em;
	list-style-image: url(img/bullet.gif);
}
div#content dd {
	margin-bottom: 1em;
}
div#content dt {
	margin-bottom: 0.3em;
}

