@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;
}
#wrapper {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 956px;
}
#container.menus_con {
	background:url(../images/bkgd_menus_sm.gif) center top repeat-y;
}
#container.hours_con {
	background:url(../images/bkgd_hours_sm.gif) center top repeat-y;
}
#container.home_con {
	background:url(../images/bkgd_home_sm.gif) center top repeat-y;
}
#container.home_con_hol2008 {
	background:#91278F;
}
#container.about_con {
	background:url(../images/bkgd_about_sm.gif) center top repeat-y;
}
#container.catering_con {
	background:url(../images/bkgd_catering_sm.gif) center top repeat-y;
}
#container.holiday_con {
	background:url(../images/bkgd_holiday_sm.gif) center top repeat-y;
}
#container.baked_stuff_con {
	background:url(../images/bkgd_baked_stuff_sm.gif) center top repeat-y;
}
/* main menu start */
#menu {
	height: 30px;
	margin: 0;
	padding:10px 0 0 0;
	clear: both;
}
#menu ul{
	list-style:none;
	margin: 0 0 0 121px;
	padding: 0;
}
#menu li {
	float: left;
	width: 113px;
	height: 30px;
	margin: 0;
	background: 0 -50px no-repeat;
}

#menu li a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	font: bold 13px/1 Georgia, serif;
	color:#039;
	text-decoration: none;
	background: top left no-repeat;
}
#menu li span {
	display: none;
	margin:0;
	padding: 0;
}
#menu li a:active {
}
/* main menu end */


.textsp1px {
	letter-spacing: 3px;
	font: 9px/40px Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	color:#0096D7;
	text-align: left;
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	clear: both;
	padding: 0 0 0 15px;
	margin: 20px 0 0 330px;
	padding: 0 0 0 15px;
}
#footer a, #footer a:active, #footer a:visited{
	color:#0096D7;
	text-decoration:none;
}
#footer a:hover{
	color:#0096D7;
	text-decoration:underline;
}
#leftcol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 330px;
	text-align: left;
	clear: left;
}
#sidebar {
	float: right;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 435px;
	margin: 0 0 0 330px;
	padding: 10px 10px 30px 15px;
}
#content p{
	font: 12px/19px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
#content .cateringh1 {
	color: #ED174F;
}
#content .abouth1 {
	color: #A0CE67;
}
#catering_select a {
	background: url(../images/nav-catering_02.gif);
	}

#catering_select {
	background: url(../images/nav-catering_02.gif);
	height: 30px;
	width: 113px;
	display: inline;
}
#content h1 {
	display:block;
	width:410px;
	height:50px;
}

/* about text start */
#content.about_text p{
	color: #d6083b;
}
#content.about_text span.hilite {
	color: #8fd400;
	font-weight: bold;
}
/* about text end */

img {
border:none;
}
span.hide {
	display:none;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
