﻿body  {
	background: #CCCCCC;
	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: #595959;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: lighter;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #FFFFFF;  /* 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. */
	text-align: center;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 160px;
} 
.thrColFixHdr #footer {
	text-align: center;
	font-size: x-small;

} 
.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;
}
h1 {
	color: #000;
	line-height: 110%;
}
h2 {
	color: #000;
}
h3 {
	color: #000;
	margin-bottom: -10px;
	font-weight: bold;
	margin-top: 0px;
	line-height: 110%;
}
p {
	line-height: 120%;
	font-weight: normal;
	font-size: 90%;
}
#leftColumn {
	width: 228px;
	float: left;
	margin: 5px;
}
#rightColumn {
	width: 228px;
	float: right;
	margin: 5px;
}
#navDiv a {
	text-decoration: none;
	font-size: 24px;
	padding-left: 30px;
	color: #666666;
	line-height: 170%;
}

#navDiv a:hover {
	text-decoration: none;
	font-size: 24px;
	padding-left: 30px;
	color: #000000;
}
#xslTitle a {
	font-size: medium;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#xslTitle a:hover {
	color: #666666;
	text-decoration: underline;

}
#xslDate {
	font-size: 8px;
	color: #999;
}
#xslDesc {
	font-size: 12px;
	color: #666;
	line-height: 120%;
}
#sidebar2 a {
	text-decoration: none;
	color: #666666;
	line-height: 150%;
}
#sidebar2 a:hover {
	text-decoration: underline;
	color: #000000;
}
#picCenter {
	text-align: center;
	padding-left: 160px;
	padding-right: 160px;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.menuTitle {
	color: #000000;
	font-size: medium;
	font-weight: bold;
	line-height: 130%;
}
.menuPrice {
	color: #000000;
	font-size: x-small;
	font-weight: bold;
	line-height: 130%;
}
.menuDesc {
	font-size: small;
	line-height: 130%;
}
.thrColFixHdr #sandContainer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/menu/classicSandwich.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 160px 425px;
	width: 800px;
}
.thrColFixHdr #burgerContainer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/menu/burger.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 160px 425px;
	width: 800px;
}
.thrColFixHdr #ribsContainer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/menu/wings.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 350px 550px;
	width: 800px;
}
.thrColFixHdr #beerContainer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/menu/beer.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 550px 700px;
	width: 800px;
}
.thrColFixHdr #pizzaContainer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/menu/pizza.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 350px 800px;
	width: 800px;
}

