html {overflow-y: scroll;}<!--  /* add scrollbar to short pages */  -->

body 
{
	background-image :url(images/bk_body.jpg);
	background-color: #fffeea;
	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: 13px;
}
#container
{position: relative;
background-image :url(images/bk_container.gif);
background-repeat: repeat-y;
width: 800px;
margin: 0px auto;
text-align: left;
background-color: transparent;
}

#header{ 
background-image :url(images/bk_header.jpg);
	background-repeat:no-repeat;
 height:190px; 
 width:100%; 
 margin:0; 
 padding:0;
 background-color: transparent; 
 } 
 
#leftcol
{
	float: left;
	width: 160px;
	margin: 1px 0px -1px 0px;
	padding: 24px 0 0 0;
	background-color: #fffeea;

	}
#centercol
{
	float: left;
	width: 590px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 5px;
	background-color: transparent;
			}

#footer
{
clear:both; 
background-image :url(images/bk_footer.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #8d2a25;
	height: 55px;
	text-align: center;
	
}
div.fix {
        clear: both;
        height: 1px;
        overflow: hidden;
		}
		

/* paragraph, heading and image styles */

h1
{
margin-top: 20px;
font-size: 18px;
}

h2
{
font-size: 15px;
}

p
{
font-size: 12px;
}
p.caption
{
color: #a18470;
font-family: "Times New Roman", Times, serif;
font-size: 13px;
}

img.right{
	float: right;
	padding: 0px;
	margin: 10px;
}
a img {
border: none;
}
ul.none
{
list-style-type: none;
}
li.centercol
{
font-size: 12px;
}

#centercol a
{
font-size: 12px;
text-decoration: none;
color: #2A248D;
}

#centercol a:hover
{
font-size: 12px;
text-decoration: underline;
}
#centercol a.large
{
font-size: 16px;
}
#centercol a:hover.large
{
text-decoration: underline;
}
#footer a
{
font-size: 12px;
text-decoration: none;
color: #2A248D;
}

#footer a:hover
{
font-size: 12px;
text-decoration: underline;
}
.quote
{
color: #8b2928;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
padding: 5px 10px;
}
.blue
{
color: #2A248D;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
font-style: italic;
}
.none
{
list-style-type: none;
}
.maroon
{
color: #8b2928;
font-size: 14px;
font-weight: bold;
}
.left
{
float: left;
padding: 3px;
border: 1px solid #8b2928;
margin-right: 20px;
}
.large
{
font-size: 16px;
}