/* main.css - BHHA Site wide styles */

body
{
  background-attachment: scroll;
  background-color: #A0A87F;
  background-image: url('../images/bg.gif');
  background-repeat: repeat-y;
  text-align: center;
  background-position: center;
  margin-top: 0px;
  padding-top: 0px;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #55670C;
}

body h2
{
  text-align: left;
}

#container
{
  width: 750px;
  text-align: left;
  margin: 0px auto 0px auto;
}

/* Header image etc. */
#header
{
  width: 750px;
  height: 118px;
  background-color: #ffffff;
  background-image: url('../images/header.gif');
  background-repeat: no-repeat;
  background-position: left;
  margin: 0px auto 0px auto;
  padding-top: 0px;
} 

/* Navigation section */
#nav
{
float: left;
width: 187px;
text-align: left;
margin-top: 0px;
/*
margin-left: 9px;
*/
}

/* T R B L */
#nav ul
{ 
margin:0px;
padding: 10px 5px 2px 20px;
}

#nav li
{
	margin:0px;
	padding-top :15px;
	padding-left: 22px;
	list-style-type: none;
	background: url('../images/listblob.gif') no-repeat left 15px;
}

#nav a:link, #nav a:visited
 {
 color: #55670C;
 text-decoration: none;
 }

#nav a:hover
{
  color: #AEBE6D;
  text-decoration: none;
}

/* Content - main body text etc for pages */
/*#content
{
width: 500px;
text-align: justify;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 17px;
float: left;
}*/

.content
{
width: 500px;
text-align: justify;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 17px;
float: left;
}

.content a:link, .content a:visited
  {
  color: #D59304;
  text-decoration:none;
  }

.content a:hover
  {
  color: #FC9912;
  text-decoration: underline;
  }
