body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/body-bg.gif);
	background-repeat:repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 100%; 
	background:;
	margin: 0 auto;
	
	text-align: left; 
}
.oneColLiqCtrHdr #header {
	background-image: url(../images/header-logo.png);
	background-position:center;
	background-repeat:no-repeat;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    height: 120px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/mid-background.png) repeat;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-top: 20px;
    color: #FFF;
	text-align:center;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/wall-paper.jpg);
    height: auto;
    color: #FFF;
    padding: 0 40px;
    font-size: 12px;
}

#footer a:link {color: #FFFFFF}
#staffLink {float: right; clear:both;position:relative;}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#address {text-align: left;
 float: right;  
 font-size: 13px; 
 font: tahoma;
 font-weight: bold; 
 width: 190px; 
 padding-top: 18px;}


#specials {background-image: url(../images/specials-frames.png); width:359px; height:386px;color:#c18a4e}
#specials a:link, a:visited {color:#FFFFFF;}

div#specials div.boxOne { 
	margin-left: 35px; 
	padding-top: 20px;
	margin-right: 20px;
	font-size:10px;
	text-align:left;} 
img.tmb {float: left;margin-right: 10px;}
			

div#specials div.boxTwo { 
	margin-left: 35px; 
	margin-top: 55px;
	margin-right: 20px;
	font-size:10px;
	text-align:left;} 
img.tmb {float: left;margin-right: 10px;}

div#specials div.boxThree { 
	margin-left: 35px; 
	margin-top: 53px;
	margin-right: 20px;
	font-size:10px;
	text-align:left;} 
img.tmb {float: left;margin-right: 10px;}


.specTitle {padding-bottom: 5px;}

.links {color: #FFF;}

h3 {font-family: "Georgia", Times New Roman, Times, serif; font-style:italic;}
#copyright {font-size:12px; color: #663333; background-color: #330000; padding:5px;}
#copyright a, a:link a:hover a:visited{color: #663333;}
