﻿body {
background-repeat: repeat-x;
background-color: #312217;
text-align:center;
margin:0px;
font-family: georgia;
font-size:14px;
line-height:22px;
}

#leftborder {
behavior: url(iepngfix.htc);
background-image: url('images/leftborder.png');
width:15px;
height:100%;
}

#rightborder {
behavior: url(iepngfix.htc);
background-image: url('images/rightborder.png');
width:15px;
height:100%;
}

#background {
z-index:1;
top: 0px; 
left: 0px;
position:relative; 
background:url(images/bg_scratch2.jpg);
background-repeat:repeat-x;

}

#mainFrame {
margin-left:auto; 
margin-right:auto;
}

#navBackground {
background:url(images/nav_bg.jpg);
height:37px;
}

#parchmentBackground {
background:url(images/content_mainbg.jpg); 
background-repeat:repeat-y; 
}

#contentFrame {
text-align:left;
z-index:3;
margin-top:-220px;
top:0px;
left:0px; 
position:relative;
padding:0px 30px 0px 25px;
}

#footer
{
  behavior: url(iepngfix.htc);
  background:url(images/footer.png);
  width:790px;
  height:85px;

  color:#FFFFFF;
  padding:10px 20px 20px 50px;
  font-family: Arial, Verdana, Helvetica;
  
}

a 
{
  text-decoration:none;
}

a:hover 
{
  text-decoration:underline;
}

a.footer
{
  color: #DD9900;
}

img { behavior: url(iepngfix.htc); }