@charset "UTF-8";
html { min-height: 100%; margin-bottom: 1px; }
body  {
	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: #FFFFFF;
	background-image: url(images/final-bg-creekside.jpg);
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 20px auto 0 auto;
	padding: 0px;
	width: 850px;
	background-image: url(images/creekside-hor-blue-1px.jpg);
}
#topPage {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 850px;
}
#logoBox {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 110px;
	border: medium solid #eac078;
	position: relative;
	left: 50px;
	bottom: 65px;
	background-image: url(images/Creekside-log.png);
}
#header {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 850px;
	background-image: url(images/creekside-banner.jpg);
}
#bottomTornEdge {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 850px;
}
#topTornEdge {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 850px;
}
#sidebar {
	text-align: left;
	margin: 0px;
	padding: 15px 10px 10px 10px;
	float: left;
	height: 850px;
	width: 230px;
}
#main {
	text-align: left;
	margin: 0px;
	padding: 10px;
	float: left;
	height: auto;
	width: 580px;
}
#menuMain {
	text-align: center;
	margin: 0px;
	padding: 20px;
	height: auto;
	width: 810px;
}
#footer {
	text-align: center;
	margin: 0px;
	padding: 10px 0 0 0;
	clear: both;
	height: 50px;
	width: 850px;
	font-size: 10px;
	background-image: url(images/gray-torn.png);
}
#topNav {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 650px;
	font-size: 100%;
	position: relative;
	top: 70px;
	left: 200px;
	font-weight: 500;
}
#home {
	text-align: center;
	margin: 0px;
	padding: 3px 0 0 0;
	float: left;
	height: 22px;
	width: 75px;
}
#lunch {
	text-align: center;
	margin: 0px;
	padding: 3px 0 0 0;
	float: left;
	height: 22px;
	width: 100px;
}
#dinnerMenu {
	text-align: center;
	margin: 0px;
	padding: 3px 0 0 0;
	float: left;
	height: 22px;
	width: 100px;
}
#dinnerSpecials {
	text-align: center;
	margin: 0px;
	padding: 3px 0 0 0;
	float: left;
	height: 22px;
	width: 110px;
}
#earlyBird {
	text-align: center;
	margin: 0px;
	padding: 3px 0 0 0;
	float: left;
	height: 22px;
	width: 120px;
}
#contact {
	text-align: center;
	margin: 0px;
	padding: 3px 0 0 0;
	float: left;
	height: 22px;
	width: 100px;
}
h1 {
	font-size: large;
	color: #fc3;
}
h2 {
	font-size: medium;
	color: #fc3;
}
h3 {
	font-size: small;
	color: #fc3;
}
a:link {
	color: #eac078;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #eac078;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #eac078;
}
.lineHeight {
	line-height: 120%;
}
.pageType {
	font-size: 75%;
	line-height: 130%;
}
.Bold {
	font-weight: bold;
}
.realSmallType {
	font-size: 65%;
}

