body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(binaries/woodbg.jpg);
}
a:link {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FF9900;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
.headingswhite {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
}
.contactform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF4E6;
}


/* FOOTER
------------------------------------ */

#footer {
      width: 780px;
      margin: 5px auto 0px auto;
	  font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	  font-size: 10px;
	  color: #000000;
}

#raLogo  {
	float: left;
	margin-top: 5px;
}
#raTitle {
	margin: 10px 0 0 0;
}
#raTitle a {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}

#raTitle a:hover {
	color: #000000;
	font-weight:normal;
	text-decoration: underline;
}

.copyright {
     float:right;
}
