html { min-height:100%; margin-bottom:1px; } /* add scrollbar to short pages */ 

body 
{
	background-image :url(images/beige009.jpg);
	background-color: #e8e7bb;
	margin: 0;
	padding: 0;
	text-align:center;/* center layout in ie5 and 5.5. */
	font-family: Arial, Helvetica, sans-serif;
	color: #58270b; /* default font color*/
	font-size: 12px;
}
#container
{position: relative;
width: 800px;
margin: 0px auto;
text-align: left;
background-color: #fbfaef;
border: 1px solid #6E4012;
}

#header{ 
 height:150px; 
 width:100%; 
 margin:0; 
 padding:0;
 background-color: transparent; 
 } 
 
#leftcol
{
	float: left;
	width: 160px;
	margin: 0px 0px -1px 0px;
	padding: 0px;
	border-top: 5px solid #6E4012;
	background-color: #cecd94;

	}
#centercol
{
	background-image :url(images/top.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 640px;
	border-top: 5px solid #6E4012;
	margin: 0px;
	padding: 70px 0px 0px 0px;
	background-color: transparent;
		}

#footer
{
clear:both; 
background-image :url(images/footer.jpg);
	background-repeat:no-repeat;
	background-color: transparent;
	padding-top: 16px;
	padding-bottom: 6px;
	height: 25px;
	color: #58270b;
	text-align: center;
	
}
div.fix {
        clear: both;
        height: 1px;
        overflow: hidden;
		}
		
/*navigation*/

#navcontainer { width: 140px; }

#navcontainer ul
{
background-color: transparent;
margin-top: 20px;
margin-left: 0;
padding-left: 0;
width: 140px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer a
{
	display: block;
	padding-left: 10px;
	
	width: 155px;
	height: 24px;
	background-color: transparent;
	
}

#navcontainer a:link, #navlist a:visited
{
width: 150px;
color: #6E4012;
text-decoration: none;
}

#navcontainer a:hover
{
width: 150px;
background-color: #C0CE93;
color: #58270b;
}
#navcontainer a:hover
{
width: 150px;
background-color: #701212;
color: #e9e6bb;
}

/*end navigation*/

/* paragraph, heading and image styles */

h1
{

padding: 0px 20px;
font-size: 18px;
font-family: "Times New Roman", Times, serif;
}
h1.special
{
padding-top: 10px;
font-size: 26px;
font-family: "Times New Roman", Times, serif;
}

h2
{
padding: 0px 20px;
font-size: 16px;
font-family: "Times New Roman", Times, serif;
}

p
{
font-size: 12px;
padding: 0px 20px;
}
p.sidebar
{
color: #701212;
font-size: 15px;
padding: 6px 14px;
}
img.right{
	float: right;
	padding: 0px;
	margin: 10px;
}
.left
{
float: left;
padding: 0px 10px 0px 10px;
}
a img {
border: none;
}
ul.none
{
list-style-type: none;
}
li.centercol
{
font-size: 12px;
}
a.centercol
{
font-size: 12px;
text-decoration: none;
}
a.centercol:hover
{
font-size: 12px;
text-decoration: underline;
}
#announce
{
background-image :url(images/bk_specials.gif);
	background-repeat:no-repeat;
}