body {
	background-image: url(images/back.png);
	margin: 0px;
}

.top {
	background-image: url(images/top.png);
	height: 10px;
	width: 906px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	vertical-align: bottom;
}

.middle {
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	width: 906px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-top: 0px;
	border: 1px;
}

.text {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 906px;
	margin: 0px;
}

.corner {
	background-image: url(images/topcorner.png);
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	color: #387100;
}

a:hover {
	text-decoration: underline overline;
	color: #E34040;
}

h1 {
	color: #61310D;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	color: #61310D;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	color: #61310D;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* MENU STUFF */

#navigation {
	width:806px;
	height: 27px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: bottom;
}

#navigation a
{
color: #000;
background: url(images/left-tab.png) left top no-repeat;
text-decoration: none;
padding-left: 10px;
height: 27px;
}

#navigation a span
{
background: url(images/right-tab.png) right top no-repeat;
padding-right: 10px;
height: 27px;
}

#navigation a, #navigation a span
{
display: block;
float: right;
line-height: 27px;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: #fff;
background: url(images/left-tab2.png) left top no-repeat;
padding-left: 10px
}

#navigation a:hover span
{
background: url(images/right-tab2.png) right top no-repeat;
padding-right: 10px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: right;
margin: 0;
width: 114px;
height: 27px;
list-style: none;
}

.credit {
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 10px;
	}