body {
	background: #1b963c;
	color: #444;
	font-size: 1em;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
}

#header {
	position: absolute;
	height: 400px;
	width: 670px;
	top: 0px;
	left: 0px;
	padding: 0px;
	background-image: url(images/green.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#menu, #side1 {
	position: absolute;
	top: 150px;
	left: 0px;
	padding: 10px;
	width: 230px;
	background-image: url(images/green.jpg);
	background-position: 0px -145px;
	background-repeat: no-repeat;
	background-color: #1b963c;
	color: #eef;
	font-size: 12pt;
}

#menu h2 {
	color: #e3f2e7;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: solid 1px #0f5;
}

#menu a:link {
	color: #124d12;
}

#menu a:visited {
	color: #fff;
}

#menu a:hover {
	color: #093;
	background: #d4ffe2;
}

#content {
	position: absolute;
	left: 245px;
	padding: 10px;
	top: 160px;
	background: #fff;
	width: auto;
}

#content h1 {
	font-size: 18pt;
	color: #abdfbd;
	font-variant: small-caps;
	letter-spacing: 4px;
}

#content h2 {
	font-size: 16pt;
	color: #abdfbd;
}

#content h3 {
	font-size: 14pt;
	color: #abdfbd;
}

#content a:link {
	color: #093;
}

#content a:visited {
	color: #1b6734;
}

#content a:hover {
	color:#fff;
	background: #093;
}

