@charset "UTF-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}	
h5 {
	font-size: 14px;
	color: #F7E988;
}
#container {
	background: #FFFFFF url(/images/tastyside.gif) repeat-y left top;
	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. */
	width: 900px;
} 
#header {
	background: #F2E485 url(/images/tasty-headerback.jpg) repeat left top;
	padding: 0 0px;
	border-bottom: thin none #94001E;
	border-top: thin solid #94001E;
	border-right: thin none #94001E;
	border-left: thin none #94001E;
	margin: 0px;
} 
#mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 12px/17px Geneva, Arial, Helvetica, sans-serif;
}
#sidebar1 {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	border: 0px none #000000;
	width: 180px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 13px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F7E988;
	border-top: thin solid #990000;
	border-right: thin none #990000;
	border-bottom: thin solid #990000;
	border-left: thin none #990000;
	color: #990000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
} 
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #990000;
}
.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;
}
.none { /* 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 {
	padding: 20px 0px 0px;
	font: bold normal 20px "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #9F2D20;
}
.photo {
	border: 3px solid #990000;
	padding: 10px;
	background: left top;
	margin: 10px;
	display: block;
	float: none;
	width: 600px;
}
#small1 {
	width: 550px;
}
#pizza {
	margin: 0px;
	padding: 10px;
	color: #F7E988;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#sidebar1 a:link {
	font-size: 14px;
	color: #00CC33;
}
#sidebar1 a:visited {
	color: #FFFF00;
}
#headline div {
	color: #F7E988;
	background: #9F2D20;
	width: 150px;
	height: 50px;
	font: bold 16px "Trebuchet MS", Arial, helvetica, sans-serif;
}
.clearfloat {
	margin: 0px;
	clear: both;
	height: 0px;
}
#footer p a:link {
	color: #990000;
	text-decoration: none;
}
#footer p a:visited, a:hover a:active{
	color: #990000;
	text-decoration: none;
}
.hours {
	height: 220px;
	width: 150px;
	border: 1px solid #990000;
	margin-right: 10px;
	margin-left: 10px;
	float: right;
	padding: 0px;
	clear: both;
	position: relative;
	vertical-align: middle;
	top: auto;
}
h2 {
	color: #9F2D20;
	font: 500 normal 16px/18px "Trebuchet MS", Arial, helvetica, sans-serif;
}
h3 {
	color: #9F2D20;
	font: normal 14px "Trebuchet MS", Arial, helvetica, sans-serif;
}
#headerul{
	list-style:none;
	background: #F7E988;
	border-top: thin solid #9F2D20;
	border-right: thin none #9F2D20;
	border-bottom: thin solid #9F2D20;
	border-left: thin none #9F2D20;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#headerul li {
	background: #F7E988;
	font-size: 11px;
	color: #CD1011;
	text-decoration: none;
	list-style: url(none) none;
	border-right: 1px none #990000;
	border-top-width: 1px;
	border-left: 1px solid #990000;
	border-top-color: #990000;
	margin: 0px;
	border-bottom: 1px none #990000;
	float: right;
	padding: 0px;
}
#headerul a {
	color: #990000;
	background: #F7E988;
	text-decoration: none;
	padding: 3px 15px;
	display: block;
}
#sidebar1 h1 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #F7E988;
}
#Ipod {
	padding: 5px;
	float: right;
	width: 300px;
	border: thin solid #9F2D20;
	margin: 5px;
}
#headerul a:hover {
	color: #F7E988;
	background: #990000;
	display: block;
	padding: 3px 15px;
	margin: 0px;
}
a {
	color: #990000;
}
.sidebarbuttons {
	width: 180px;
}
#rewards {
	border: thin solid #990000;
	background: #FFFFCC;
	padding: 5px;
}
#hp {
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
	color: #FFFFFF;
}
#small {
	padding: 5px;
	border: 3px solid #990000;
	width: 180px;
	margin: 5px 5px 5px 10px;
	height: 220px;
	display: inline;
	float: left;
	background: #FFFFFF;
}
#wide {
	width: 100%;
	height: 230px;
	display: block;
	float: none;
}
#sidebar1 h2 {
	color: #FFFF99;
}

