body {
	background: white url(/elements/background.png) no-repeat;
	color: black;
	font: normal 12px/20px "Verdana";
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #99CC00;
	text-decoration: none;
}
p {
	margin: 0 0 1em 0;
}
h1 {
	font-size: 100%;
	margin: 0 0 0 0;
}
#menu a:hover,
#contact a:hover,
#content a:hover,
#menu .active a {
	color: white;
	background: #99CC00;
}
#logo {
	left: 220px;
	position: absolute;
	top: 89px;
}
#menu {
	font-weight: bold;
	left: 12px;
	position: absolute;
	top: 201px;
	width: 200px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	margin-top: 36px;
}
#content {
	left: 220px;
	min-height: 300px;
	position: absolute;
	top: 201px;
}
#content.onecol {
	width: 500px
}
#content.twocols {
	width: 500px
}
#content .col {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#images {
	left: 748px;
	position: absolute;
	top: 201px;
}
.files {
	list-style: none;
	margin: 0 0 3em 0;
	padding: 0;
}
.files li {
	margin-left: 1.2em;
	text-indent: -1.2em;
}
.image {
	background: #99CC00;
	cursor: pointer;
	padding: 12px;
	position: absolute;
}

