@charset "UTF-8";
/* CSS Document */

@import url("navigation.css");
@import url("tags.css");


*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

body
{
	text-align: left;
	margin: 20px auto;
	/*min-width:840px;for netscape browsers*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #6699ff;
	color: black;
}

#Container
{
	width: 980px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding-bottom: 20px;
}

#Header
{
	width: 980px;
	height: 200px;
	text-align: right;
	font-size: 16px;
	font-style:italic;
	font-weight: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: url(../images/layout/header.jpg) left top no-repeat;
	border: 1px solid black;
}

#Header img
{
	width: 305px;
	height: 93px;
	float: left;
}

#Content
{
	float: left;
	width: 980px;
	padding-top: 0px;
	padding-bottom: 20px;
	background: url(../images/layout/back.jpg) left top;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#Footer
{
	float: left;
	width: 980px;
	height: 306px;
	color: black;
	background: url(../images/layout/footer-back.jpg) left top no-repeat;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#Copyright
{
	float: left;
	width: 800px;
	color: black;
	text-align: center;
	padding-right: 180px;
	padding-top: 20px;
	background: url(../images/layout/back.jpg) left top;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#HomeImages
{
	position: relative;
	float: left;
	width: 800px;
	height: 600px;
}

.LeftColumn
{
	float: left;
	width: 754px;
	margin-left: 14px;
	margin-right: 20px;
}

.RightColumn
{
	float: right;
	width: 180px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.NarrowColumn
{
	float: left;
	width: 600px;
	margin-left: 85px;
	margin-right: 0px;
}

.NarrowColumn img
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#BoxAd
{
	float: right;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#BoxAdText
{
	float:left:
	width:300px;
	text-align: center;
}

.SpecialEvents
{
	color: #000;
	text-align: left;
}

.Restaurant
{
	float: left;
	font-size: 10px;
	line-height: 14px;
	width: 765px;
	text-align: left;
}

.Restaurant td
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.CouponColumn
{
	float: left;
	width: 745px;
	padding-left: 16px;
}

.CouponColumn img
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#SiteWideAd
{
	float: right;
	width: 175px;
	height: 450px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 3px;
}

#SEOLinks
{
	float: right;
	width: 175px;
	padding-top: 20px;
	padding-bottom: 20px;
}