@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000;
	background-color: #000;
}
.thrColFixHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
} 
.thrColFixHdr #header {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #000;
	background-image: url(images/headergradient2.gif);
	background-repeat: no-repeat;
}
.thrColFixHdr #menubar {
	height: 25px;
	color: #FFF;
} 
.thrColFixHdr #header h1 {
	margin: 0;
}
.thrColFixHdr #footer {
	background-color: #FFF;
} 
.thrColFixHdr #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 */
	background-color: #FFF;
}
.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;
}
.menubar { /* 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 */
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: #FFF;
	background-color: #000;
	height: 37px;
	font-variant: small-caps;
	font-size: medium;
	padding-bottom: 0px;
}
.thrColFixHdr .photo { /* 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 */
}
.thrColFixHdr .subpicture { /* 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 */
	background-color: #FFF;
	position: relative;
	top: 400px;
}
.toptext {
	position:relative;
	top: -50px;
	left: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #000;
	width: auto;
}
.address {
	position:relative;
	top: -115px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000;
	left: 420px;
}
.specials {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-variant: normal;
}
.pixelshim {
	position: relative;
	top: -7px;
}
.whitetext {
	color
	font-size: xx-small;
	color: #F90;
	font-size: xx-small;
}
