body {
    font-family: Helvetica;
	background-image: url('body.gif');
	width: 800px;
	margin: 0;
	padding: 0;
}

#head {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100px;
	width: 200px;
	background: transparent;
}

#bar {
	position: absolute;
	top: 42px;
	width: 100%;
	height: 45px;
	background: rgba(54, 54, 54, 0.2);
}

#navfirst
{
	margin-left: 0px;
	width: 120px;
	text-align: right;
}

.nav {
	float: left;
	margin: 7px 0 0 7px;
	height: 31px;
	background: rgba(40, 40, 40, 0.1);
}

#content {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 110px;
	left: 54px;
	width: 600px;
	background: rgba(54, 54, 54, 0.2);
}

#dragbar {
    position: absolute;
    padding: 0;
    margin: 0;
    background-image: url('tag.png');
    width: 16px;
    height: 16px;
    top: 110px;
}

.text {
	margin: 5px 5px 0 5px;
	background: rgba(255, 255, 255, 0.9);
}

p, ul, ol, #footer, h5, table {
	font-family: Arial, Sans;
	font-size: 14px;
	line-height: 1.6;
}

#footer {
	margin-top: 20px;
	text-align: center;
	font-size: 11px;
}

td {
	vertical-align: top;
}

p {
	padding: 3px;
	margin: 0;
}

a {	
	color: #007923; 
	text-decoration: none;
}
a img {
	border: 0px;
}
pre {
	margin: 0;
	padding: 3px;
	line-height: 1.5;
	font-size: 14px;
}

ul {
	margin: 0;
}

h1 {
	float: right;
	line-height: 0.73;
	font-size: 60px;
	text-transform: lowercase;
	padding: 0;
	margin: 0;
	color: rgba(54, 54, 54, 0.2);
} 

.highlight {
	color: #007923;
}

h2 {
	font-size: 22px;
	padding: 0;
	margin: 0 7px 0 7px;
	color: #fff;
	text-transform: lowercase;
}

h2 a {
	color: #fff;
	text-decoration: none;
}

h2 a:hover {
	color: #0a6b26;
}

h3 {
	margin: 3px 0 0 5px;
	padding: 0;
	font-size: 35px;
	color: #fff;
	text-transform: lowercase;
}

h4 {
	margin: 20px 0 0 5px;
	padding: 0;
	font-size: 22px;
	color: #fff;
	text-transform: lowercase;
}

h5 {
	margin: 10px 0 0 0;
	padding: 3px;
	font-weight: bold;
}

#filter {
    height: 22px;
    border: 0px;
    font-size: 18px;
}
