.banner {
  background: url(banner.jpg) no-repeat;
  width: 555px;
  height: 224px;
}
 
.banner2 {
  background: url(banner2.jpg) no-repeat;
  width: 373px;
  height: 224px;
}

.nav2 {
  background: url(nav2.jpg) repeat-x;
  height: 50px;
}


#nav1 {
  margin: 0px;
  float: left;
  background: url(nav1.jpg) no-repeat top left;
  height: 50px;
}

#nav1 ul {
  margin: 0px;
  white-space: nowrap;
  padding-left: 40px;
  padding-top: 16px;
}

#nav1 ul li {
  margin: 0px;
  color: #FFA500;	
  font: bold 12px verdana;
  padding-right: 15px;
  display: inline;
}


#nav3 {
  margin: 0px;
  float: right;
  background: url(nav3.jpg) no-repeat top right;
  height: 50px;
}

#nav3 ul {
  margin: 0px;
  white-space: nowrap;
  padding-top: 16px;
  padding-right: 40px;
  color: #FFA500;	
  font: bold 12px verdana;
}


#nav1 li a:link, #nav1 li a:visited, #nav3 ul a:link, #nav3 ul a:visited
{
 
        color: #FFA500;
	text-decoration: none;
}

#nav1 li a:hover, #nav1 li a:active, #nav3 ul a:hover, #nav3 ul a:active
{
	color: #FFA500;
	text-decoration: underline;
}


.page2 { 
  background: url(page2.gif) repeat-x;
  height: 12px;
}

.page5 { 
  background: url(page5.gif) repeat-x;
  height: 12px;
}


.ftitle {
  color: #878763;
  font: bold 13px verdana;
}

.ftitle a:link, .ftitle a:visited {
  color: #878763;
  text-decoration: none;
}

.ftitle a:hover, .ftitle a:active {
  color: #AAAA8A;
  text-decoration: underline;
}


.footbg {
  background: url(footbg.gif) repeat-x;
  height: 48px;
  color: #AAAA8A;
}

.footer2 {
  background: url(footer2.gif) repeat-x;
  height: 80px;
}


#footer1 {
  margin: 0px;
  float: left;
  background: url(footer1.gif) no-repeat top left;
  height: 80px;
}

#footer1 ul {
  margin: 0px;
  white-space: nowrap;
  padding-left: 30px;
  padding-top: 32px;
}

#footer1 ul li {
  margin: 0px;
  color: #AAAA8A;	
  font: bold 12px verdana;
  display: inline;
}


#footer3 {
  margin: 0px;
  float: right;
  background: url(footer3.gif) no-repeat top right;
  height: 80px;
}

#footer3 ul {
  margin: 0px;
  white-space: nowrap;
  padding-right: 30px;
  padding-top: 32px;
}

#footer3 ul li {
  margin: 0px;
  color: #AAAA8A;	
  font: bold 12px verdana;
  display: inline;
}


#footer1 li a:link, #footer1 li a:visited, #footer3 li a:link, #footer3 li a:visited
{
 
        color: #AAAA8A;
	text-decoration: none;
}

#footer1 li a:hover, #footer1 li a:active, #footer3 li a:hover, #footer3 li a:active
{
	color: #AAAA8A;
	text-decoration: underline;
}

