did@charset "utf-8";
/* CSS Document */

body 
{
  background-image: url('images/bgtexture.jpg'); 
  background-repeat:repeat; 
  background-attachment:fixed;
}

a:link {color: #deccb9; text-decoration:none; font-weight:bold}
a:hover {color: #FFFFFF; text-decoration:underline; font-weight:bold}
a:visited {color: #deccb9; text-decoration:none; font-weight:bold}
a:active {color: #7a6912; text-decoration:none; font-weight:bold} 

img {border: solid 2px #7a6912;}

h1 {color: #e0a96e; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold;}
h2 {color: #eed095; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}

#header
{
  background-image: url('images/topborder.png');
  background-repeat: no-repeat;
  background-position: top center;
  height: 307px;
  width: 1080px;
}

#headermenu
{
  position:absolute;
  top:250px;
  width:1080;
  font-size:9pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
  text-align:center;
  color:#ffffff;
  align:center;
}

#pgbody
{
  background-image: url('images/bgborder.png');
  background-repeat: repeat-y;
  background-position: top center;
  width: 1080px;
}
#bodycontent
{
  height: auto;
  width:750px;
  margin-bottom:25px; 
  vertical-align:top;
  margin-top: 0px;
  font-size:11pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color:#ffffff;
  text-align: left;
}  
#footer
{
  font-size:8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
  text-align:center;
  color:#ffffff;
  align:center;
}
#subfooter
{
  background-image: url('images/bottomborder.png');
  background-repeat: no-repeat;
  background-position: top center;
  height: 56px;
  width: 1080px;
  margin: auto; 
}
#breakrule
{ 
  color:#e0a96e; 
  background-color:#e0a96e;
  height:5px; 
  width:800px;
  border:solid;
}