@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}

#wrapper {
width: 864px;
position: relative;
left: 50%;
margin-left: -460px;
}

#content {
width: 492px;
float: left;
text-align: right;
}

#content2 {
width: 700px;
float: left;
text-align: left;
margin: 30px 0px 0px 80px;
}

#links {
width: 242px;
float: right;
}

#mainNav {
text-align: right;
width: 870px;
float: left;
}

#footer {
clear: both;
bold 12px Trebuchet MS;
text-align:  center;
margin: 0px 0px 0px 25px;
}

#nav {
margin: 0;
padding: 0;
float: right;
font: 16px Trebuchet MS;
color: #796f4b;
}

#links li {
font: 12px Trebuchet MS;
color: #585035;
line-height: 20px;
list-style-type: none;
padding-left: 0px;
}

#links li a {
float: left;
color: #585035;
text-decoration: none;
}

#links li a:visited {
color: #585035;
}

#links li a:hover {
color: #4E4E4E;
}


#imageleft {
  float:left;
  padding-right:7px;
  padding-bottom:7px;
  }
  
p {
font: 12px Trebuchet MS;
line-height: 20px;
color: #585035;
padding-right: 20px;
}

h1 {
font: 14px Trebuchet MS;
color: #c77728;
}


a:link {
font: 16px Trebuchet MS;
color: #796f4b;
text-decoration:none;
padding: 10px 15px;
}

a:visited {
font: 16px Trebuchet MS;
color: #796f4b;
text-decoration:none;
padding: 10px 15px;
}

a:hover {
font: 16px Trebuchet MS;
color: #c6772a;
text-decoration: none;
padding: 10px 15px;
}


a.normal:link {
font: 12px Trebuchet MS;
color: #585035;
line-height: 16px;
list-style-type: none;
text-decoration:none;
}

a.normal:visited {
font: 12px Trebuchet MS;
color: #585035;
line-height: 16px;
text-decoration:none;

}

a.normal:hover {
font: 12px Trebuchet MS;
color: #585035;
line-height: 16px;
text-decoration:underline;

}