.main .content {
	width: 600px;
	padding-left: 65px;
	line-height: 20px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/backing.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
.footer {
	background-color: #5e7b46;
	width: 796px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8d954a;
	border-left-color: #8d954a;
	height: 46px;
	color: #f1f585;
	font-size:11px;
}
.main {
	background-color: #f4f5d8;
	width: 796px;
	background-image: url(../images/burst.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8d954a;
	border-left-color: #8d954a;
	height:775px;
	text-align: left;
}

a.footerlink:link { color: #f1f585; text-decoration: none; font-weight:normal; text-decoration:none; padding-left: 0px}
a.footerlink:visited { color: #f1f585; text-decoration: none; font-weight:normal; text-decoration:none; padding-left: 0px}
a.footerlink:hover { color: #ffffff; text-decoration: underline; font-weight:normal; text-decoration:underline; padding-left: 0px}
a.footerlink:active { color: #f1f585; text-decoration: none; font-weight:bnormal; text-decoration:none; padding-left: 0px}

.nav {
	background-color: #5e7b46;
	width: 796px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8d954a;
	border-left-color: #8d954a;
	color: #f1f585;
	letter-spacing: 2px;
}	

.ul2 {
  width: 600px;
  margin: 0;
  padding: 0;
  list-style: bullet;
}
 
.li2 {
  float: left;
  width: 200px;
  margin: 0;
  padding: 0;
}


