@charset "utf-8";
/* CSS Document */

/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLtHdr #sidebar1 { padding-top: 30px; width:200px }
.twoColElsLtHdr #sidebar2 { padding-top: 30px; width:200px }
.twoColElsLtHdr #mainContent { padding-top: 15px; }

body  
{
font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#666666;
background: #666633;
background-image:
url(../images/bg_barrel.jpg);
background-repeat:repeat-x;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
}

h4
{
color:#bb3117;
}
h5
{
color:#bb3117;
}

a.mainmenu 
{
font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#666;
padding-left:12px;
padding-top:5px;
padding-bottom:5px;
float:left;
clear:both;
display:block;
width:180px;
display:block;
text-decoration:none;
}
a.mainmenu:hover
{
text-decoration:none;
color:#fff;
background-color:#CC0000;
}

a.bodylink1
{
display:block;
padding:5px;
}

a.bodylink1:hover
{
color:#bb3117;
}

td.foodtitle
{
background-color:#bb3117;
font-weight:bold;
color:#FFFFFF;
}

.twoColElsLtHdr #container 
{ 
width: 900px;
background: #FFFFFF;
margin: 0 auto;
border: 1px solid #000000;
text-align: left;
} 

.twoColElsLtHdr #header 
{ 
padding: 0 10px;
}
 
.twoColElsLtHdr #header h1 
{
margin: 0;
padding: 10px 0;
}

.twoColElsLtHdr #sidebar1 
{
float: left; 
width: 200px;
padding: 15px 0;
border-right: 1px solid #999;
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p 
{
margin-left: 10px;
margin-right: 10px;
}

.twoColElsLtHdr #mainContent 
{
margin-left:220px;
margin-right:220px;
margin-top:5px;
margin-bottom:40px;
} 

.twoColElsLtHdr #sidebar2 
{
float: right; 
width: 180px;
padding-left: 15px;
padding-right:15px;
border-left: 1px solid #999;
}

.twoColElsLtHdr #footer { 
	padding: 0 10px;
	font-size:8pt;
	line-height:12pt
	
} 
.twoColElsLtHdr #footer p {
	margin: 0;
	padding-bottom:2px;
	padding-top:2px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style>