
body{
    background-color: #3b1706
    }

table.header{
	background-image:url(../images/new_header.jpg);
	background-repeat:none;
	border-collapse: collapse;
	width: 845px;
	height:211px;
}

table.nav{
	background-image:url(../images/new_nav_back.jpg);
	background-repeat:none;
	border-collapse: collapse;
	width: 845px;
	height:146px;
}

table.body{
	background-image:url(../images/new_content_bg.jpg);
	background-repeat:repeat;
	border-collapse: collapse;
	width: 845px;
}

table.content{
	border-collapse: collapse;
	width: 835px;
}

table.footer{
	background-image:url(../images/new_footer_bg.jpg);
	background-repeat:none;
	border-collapse: collapse;
	width: 845px;
	height:69px;
}

td.buffer{
	width: 100px;
   }
   
td.content{
	width: 640px;
   }   

h1{
   font-family: verdana, arial;
   font-weight: medium;
   font-size: 90%;
   color: #ebd752;
   }

h2{
   font-family: verdana, arial;
   font-weight: medium;
   font-size: 80%;
   color: #ffffff;
   }

p{
   font-family: verdana, arial;
   font-size: 75%;
   color:#ffffff;
   font-weight: medium;
   text-align: left;
   }
   
p.small{
   font-family: verdana, arial;
   font-size: 55%;
   color:#ffffff;
   font-weight: medium;
   text-align: left;
   }

p.footer{
   font-family: arial;
   font-size: 70%;
   color:#e4de79;
   font-weight: medium;
   text-align: center;
   }

font.subhead1{
   font-family: verdana;
   font-size: 75%;
   color:#666666;
   font-weight: medium;
   text-align: left
   }

a{
   font-family: arial;
   color: #ebd752;
   font-weight: medium;
   text-decoration: none;
   }

a:hover{
   text-decoration: underline;
   }

a.footer{
   color: #ffffff;
   text-decoration: none;
   }

a.footer:hover{
   text-decoration: underline;
   }

li{
   font-family: arial;
   font-size: 75%;
   color:#ffffff;
   font-weight: medium;
   }

hr{
   border-left:0px none;
   border-right:0px none;
   border-bottom:0px none;
   border-top:1px dashed #b6bc0e;
   width: 100%;
   height: 1px
   }
   
img{
	border:none;
}	   
   
