@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 800px;
	position: relative;
	background-color: #FFF;
} 
.twoColFixLtHdr #container #sidebar1 #text-box {
	position: absolute;
	width: 400px;
	height: 228px;
	background-repeat: no-repeat;
	left: 41px;
	top: 102px;
}
.twoColFixLtHdr #container #sidebar1 #text-box #text {
	position: absolute;
	left: 150px;
	top: 12px;
	height: 142px;
	font-size: small;
	width: 429px;
}

.twoColFixLtHdr #container #footer #burger {
	position: absolute;
	left: 564px;
	top: -351px;
	height: 61px;
	width: 269px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #footer #comments {
	position: absolute;
	left: 232px;
	top: -68px;
	width: 236px;
	font-size: small;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.twoColFixLtHdr #container #footer #address {
	position: absolute;
	left: 204px;
	top: 29px;
	width: 567px;
	height: 25px;
	font-size: small;
	color: #FFF;
}



.twoColFixLtHdr #container #sidebar1 #hours {
	position: absolute;
	left: 191px;
	top: 8px;
	width: 323px;
	height: 38px;
	font-size: small;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 #underline {
	position: absolute;
	left: 204px;
	top: 63px;
	height: 21px;
	width: 284px;
	background-image: url(../images/Page%204.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #footer #derek {
	position: absolute;
	left: 0px;
	top: -218px;
	height: 286px;
	width: 192px;
	background-image: url(../images/Page%205.png);
	background-repeat: no-repeat;
}





.twoColFixLtHdr #header {
	position: absolute;
	width: 801px;
	height: 369px;
	left: 0px;
	top: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	width: 443px;
	position: absolute;
	left: 1px;
	top: 372px;
	height: 358px;
	background-color: #FFF;
}
.twoColFixLtHdr #container #header #nav {
	position: absolute;
	left: 405px;
	top: 94px;
	width: 395px;
	color: #FFF;
	font-size: small;
	height: 32px;
}
.twoColFixLtHdr #container #header #nav table {
	position: absolute;
	width: 393px;
}


.twoColFixLtHdr #mainContent {
	position: absolute;
	left: 448px;
	top: 371px;
	width: 352px;
	height: 358px;
} 
.twoColFixLtHdr #footer {
	position: absolute;
	width: 800px;
	height: 70px;
	left: 0px;
	top: 730px;
	background-color: #DDDDDD;
	background-image: url(../images/Page%206.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #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 */
}
.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;
}
.twoColFixLtHdr #container #header #online-order {
	position: absolute;
	left: 12px;
	top: 372px;
	height: 105px;
	width: 167px;
}
.twoColFixLtHdr #container #sidebar1 #online {
	position: absolute;
	top: -2px;
	height: 110px;
	width: 173px;
	left: 10px;
}

