html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0px;
}
body {
	font: small "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #000;
	background: #f6f3cc;
}
img {
	display: block;
	margin: 0;
	padding:;
}
div.clearit {
	clear: both;
}
div#OuterWrap {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #FFF url(../site_graphics/body_back.gif) repeat-y center top;
}
div#scrollerWrap {
	width: 750px;
	margin: 0 auto;
}
div#mainPage {
	width: 872px;
	margin: 0 auto;
	background: #fff url(../site_graphics/page_back.gif) repeat-x left top;
	padding-bottom: 20px;
}
div#mainContentWrap {
	width: 765px;
	margin: 0 auto;
	border: 2px solid #B2254D;
	background: #fff;
}
div#mainContent {
	width: 753px;
	margin: 5px auto;
	padding: 10px 0 0 0;
	text-align: left;
	border: 1px solid #959D62;
	background: url(../site_graphics/home_back2.gif) repeat-y center top;
}

div#menuTitle {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	clear: both;
	border-top: 1px solid #959D62;
	border-bottom: 1px solid #959D62;
	background: #fff;
	text-align: center;
}
div#mainContent div#menuTitle img {
	float: none;
	display: block;
	margin: 0 auto;
}
div#mainContent a:link, div#mainContent a:visited {
	color: #B2254D;
	font-weight: bold;
}
div#mainContent a:hover, div#mainContent a:active {
	color: #fff;
	font-weight: bold;
	background-color: #B2254D;
	text-decoration: none;
}
div#leftCol {
	width: 335px;
	padding: 20px 0 0 0;
	float: left;
}
div#leftCol p {
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 1.2em;
}



/*--------Menu-----------------*/
table.leftMenu {
	width: 335px;
	margin: 0 0 0 10px;
}
table.leftMenu td.icon {
	width: 67px;
	vertical-align: middle;
}
span {
	margin: 0 0 0 -9000px;
}
table.leftMenu td.title {
	text-align: left;
	vertical-align: top;
	position: relative;
}
table.leftMenu td.title a.news:link, table.leftMenu td.title a.news:visited {
	height: 21px;
	width: 150px;
	display: block;
	overflow: hidden;
	border: none;
	text-decoration: none;
	background: url(../site_graphics/home_menu_news2.jpg) no-repeat 0 0;
}
table.leftMenu td.title a.news:hover, table.leftMenu td.title a.news:active {
	background: url(../site_graphics/home_menu_news2.jpg) no-repeat 0 -21px;
}
table.leftMenu td.title a.about:link, table.leftMenu td.title a.about:visited {
	height: 46px;
	width: 153px;
	display: block;
	overflow: hidden;
	border: none;
	text-decoration: none;
	background: #fff url(../site_graphics/home_menu_about2.jpg) no-repeat 0 0;
}
table.leftMenu td.title a.about:hover, table.leftMenu td.title a.about:active {
	background: #fff url(../site_graphics/home_menu_about2.jpg) no-repeat 0 -46px;
}
table.leftMenu td.title a.links:link, table.leftMenu td.title a.links:visited {
	height: 27px;
	width: 150px;
	display: block;
	overflow: hidden;
	border: none;
	text-decoration: none;
	background: url(../site_graphics/home_menu_links2.jpg) no-repeat 0 0;
}
table.leftMenu td.title a.links:hover, table.leftMenu td.title a.links:active {
	background: url(../site_graphics/home_menu_links2.jpg) no-repeat 0 -27px;
}
table.leftMenu td.title a.odds:link, table.leftMenu td.title a.odds:visited {
	height: 30px;
	width: 150px;
	display: block;
	overflow: hidden;
	border: none;
	text-decoration: none;
	background: url(../site_graphics/home_menu_odds2.jpg) no-repeat 0 0;
}
table.leftMenu td.title a.odds:hover, table.leftMenu td.title a.odds:active {
	background: url(../site_graphics/home_menu_odds2.jpg) no-repeat 0 -30px;
}
table.leftMenu td.title a.reviews:link, table.leftMenu td.title a.reviews:visited {
	height: 29px;
	width: 150px;
	display: block;
	overflow: hidden;
	border: none;
	text-decoration: none;
	background: url(../site_graphics/home_menu_reviews2.jpg) no-repeat 0 0;
}
table.leftMenu td.title a.reviews:hover, table.leftMenu td.title a.reviews:active {
	background: url(../site_graphics/home_menu_reviews2.jpg) no-repeat 0 -29px;
}
table.leftMenu td.title a.contact:link, table.leftMenu td.title a.contact:visited {
	height: 36px;
	width: 86px;
	display: block;
	overflow: hidden;
	border: none;
	text-decoration: none;
	background: url(../site_graphics/home_menu_contact2.jpg) no-repeat 0 0;
}
table.leftMenu td.title a.contact:hover, table.leftMenu td.title a.contact:active {
	background: url(../site_graphics/home_menu_contact2.jpg) no-repeat 0 -35px;
}
table.leftMenu td.description {
	vertical-align: top;
}
table.leftMenu td.divider {
	text-align: left;
	vertical-align: top;
}
table.leftMenu td.divider img {
	margin: 3px auto 0 131px;
	padding-top: 6px;
	padding-right: 3px;
}





table#specials {
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: left;
	background: #7c0517;
	clear: both;
	border-top: 1px solid #959D62;
}
table#specials td {
	vertical-align: top;
	text-align: center;
}
table#specials td p {
	margin: 10px 25px 20px 5px;
	color: #fff;
	font-size: small;
	line-height: 1em;
	text-align: left;
}
table#specials td#specialsTitle {
	 background: #7c0517
}
table#specials td.specialsIcon {
	vertical-align: middle;
}

table#specials a.specialsIconLink:link, table#specials a.specialsIconLink:visited {
	height: 86px;
	width: 79px;
	margin: 0 0 0 20px;
	display: block;
	overflow: hidden;
	border: none;
	text-decoration: none;
	background: url(../site_graphics/clutter_icon2.gif) no-repeat 0 0;
}
table#specials a.specialsIconLink:hover, table#specials a.specialsIconLink:active {
	background: url(../site_graphics/clutter_icon2.gif) no-repeat 0 -86px;
}


table#specials a.specialsLink:link, table#specials a.specialsLink:visited {
	height: 50px;
	width: 100%;
	margin: 0;
	display: block;
	overflow: hidden;
	border: none;
	text-decoration: none;
	background: url(../site_graphics/todays_specials1.gif) no-repeat 0 -50px;
}
table#specials a.specialsLink:hover, table#specials a.specialsLink:active {
	background: url(../site_graphics/todays_specials1.gif) no-repeat 0 0;
}

table#specials p a:link, table#specials p a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

/*--------------------------------------*/
div#rightCol {
	width: 365px;
	padding: 20px 0 0 0;
	float: right;
}
div#rightCol p {
	margin: 0 30px 20px 23px;
	padding: 0;
	font-size: small;
	line-height: 1.2em;
}
div#rightCol img.centeredPic {
	float: none;
	margin: 0 auto;
}
div#rightCol h2 {
	margin: 0 25px 10px 18px;
	padding: 0 20px 0 10px;
	line-height: 35px;
	color: #B3254D;
	font-weight: bold;
	font-size: small;
	border: 1px solid #B3254D;
	background: #fff url(../site_graphics/heading_news.jpg) no-repeat right bottom;
}
/*
div#mainContent h3 {
	margin: 20px 70px 0 70px;
	padding: 0 20px;
	color: #B3254D;
	font-weight: bold;
	font-size: small;
	border-bottom: 1px solid #B3254D;
}
div#mainContent p {
	margin: 10px 80px;
	padding: 0;
	font-size: small;
	line-height: 1.2em;
}
div#mainContent p.intro {
	margin: 20px 40px;
}
*/
img#footer {
	width: 900px;
	display: block;
	margin: 0;
	padding: 0;
}
