body {
  background-color: #cb8794;
  font-family: tahoma, sans-serif;
  font-size: 1em;
  font-weight: bold;
}

#page{
  border-style: solid;
  border-color: #a81144;
  border-width: 1px;
  width: 800px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  background: url('siteimages/header.jpg');
  width: 800px;
  height: 332px;
}

#wrapper {
  width: 800px;
}

#main {
  width: 800px;
  background: #860032;
}

#menu {
  float: left;
  width: 184px;
  padding: 3px;
  position: relative;
  top: 0px;
}
#content {
  background: url('siteimages/back.gif') repeat;
  width: 600px;
  position: relative;
  float: left;
  top: 0px;
  padding: 3px;
  min-height: 300px;
}
#floatcorners {
  position: relative;
  left: 188px;
  z-index: 100;
}
#footer {
  background: url('siteimages/footer.jpg') no-repeat;
  width: 800px;
  height: 63px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: .75em;
}
#footer a,a:visited,a:link,a:active {
  color: #FFFFFF;
}

#clear
{
  clear: both;
}
#abovefooterimg
{
  width: 796px;
  background: url('siteimages/back.gif') repeat;
  position: relative;
  bottom: 0px;
  left: 0px;
  float: left;
}


A{
  font-weight: bold;
  font-size: .9em;
}
A:visited {
	color: #000000;
}
A:active {
	color: #000000;
}
A:hover {
	color: red;
}
a:link {
	color: #000000;
}

A.nav:link {
	text-decoration: none;
        color: white;
}
A.nav:visited {
	text-decoration: none;
	color: white;
}
A.nav:active {
	text-decoration: none;
	color: white;
}
A.nav:hover {
	text-decoration: underline;
        color: red;
}

#fishlogo{
float: right;
}
#rfbflogo{
float: right;
}
