body {
	margin:0;
	background:#3D8C3D url(design/back.jpg) repeat-y;
	color:#1F2220;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:200%;
}
a {
	font-weight:bold;
	text-decoration:none;
	color:#4a4b42;
}
a:hover {
	color:#2e2e2c;
	text-decoration:underline;
}
h1 {
	font-size:19px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#0E491A;
	text-shadow:1px 1px #e8eacc;
}
h2 {
	font-size:15px;
}
dl dt {
	width:34%;
	float:left;
	text-align:right;
	font-weight:bold;
	clear:both;
	margin:0 0 10px 0;
}
dl dd {
	width:65%;
	float:right;
	margin:0 0 10px 0;
}

#maintext {
	position:absolute;
	top:300px;
	padding-left:40px;
	width:740px;
}
#footer {
	font-size:8px;
	text-align:right;
	color:#184918;
}
#one, #two, #three, #four, #five {
	position:absolute;
}
#header {
	position:absolute;
	width:680px;
}
#one {
	top:0px;
}
#two {
	top:97px;
}
#three {
	top:194px;
}
#four {
	top:291px;
}
#five {
	top:388px;
}

.highlight {
	color:#bada55;
	background-color:#546f03;
	text-transform:uppercase;
	padding:0 2px 0 2px;
	letter-spacing:1px;
}
.noborder {
	border:none;
}
