@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bkgd-tile.jpg);
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0F0B08;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #35221a;
}
a:link {
	color: #870d02;
}
a:visited {
	color: #870D02;
}
a:hover {
	color: #487A2B;
}
a:active {
	color: #870D02;
}
h1 {
	font-size: 24px;
	color: #870d02;
}
h2 {
	font-size: 20px;
	color: #3D7720;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
}

/* Classes */

.table-bkgd {
	background-image: url(images/bkgd.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header {
	background-image: url(images/header.png);
	width: 790px;
	height: 234px;
	}
	
.content {
	background-image: url(images/content.png);
	background-position: top;
	background-repeat: repeat-y;
	width: 790px;
	height: 365px;
	vertical-align: top;
	}
	
.content-padding {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 15px;
	}
	

	
.specials-green {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(images/specials-green.png);
	width: 175px;
	}
	
.specials-green p {
	padding-left: 10px;
	padding-right: 10px;
}
	
.specials-white {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/specials-white.png);
	width: 175px;
	}
	
.specials-white p {
	padding-left: 10px;
	padding-right: 10px;
}
	
.specials-red {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(images/specials-red.png);
	width: 175px;
	}
	
.specials-red p {
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	color: #ffffff;
	font-size: 11px;
	background-image: url(images/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 200px;
	vertical-align: bottom;
	}
	
#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #870d02;
}
#footer a:active {
	color: #ffffff;
}
	
.left-col {
	background-image: url(images/left-col.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 110px;
	height: 599px;
	}


#HeaderWrapper {
	margin: 0 auto;
	width: 1000px;
	}
	
#Nav {
	width: 1000px;
	position:absolute;
	}	


