@charset "utf-8";
/* CSS Document */
/* ----- CSS Reset ----- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------- styles ---------- */
body {
	font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFe;
	margin: 0;
}
/* ------- Grid System --------*/
div.wrapper {
	overflow: hidden;
	width: 960px;
	background: #FFe;
	margin: 0 auto;
}
#header-band, #content-band, #footer-band {
	overflow: hidden;
}
#header-band {
	background: #008442 url(../TasteOfDecatur/img/bg-GoE-header-1a.jpg) repeat-x;
}
#content-band {
	background: #F7E69C;
	border-top: 1px solid #030;
}
#footer-band {
	background: #A51641 url(../TasteOfDecatur/img/bg-GoE-footer-2b.jpg) repeat-x left bottom;
}
#footer-band .wrapper{
	margin-bottom: 20px;
}
.col-1 {
	width: 238px;
}
.col-2 {
	width: 558px;
}
.col-3 {
	width: 878px;
}
.col-1, .col-2, .col-3 {
	float: left;
	background: #ffe;
	border: 1px solid #eed;
	border-width: 1px 1px 0 0;
	padding: 20px 40px;
}
.clear {
	clear: both;
}
/* ------- styles --------*/
#header h1 {
	position: relative;
	width: 960px; height: 231px;
	margin: 0;
}
#header h1 span{
	position: absolute;
	width: 960px;
	height: 231px;
	background: url(../TasteOfDecatur/img/GoE-banner-2b.jpg) no-repeat;
	top: -1px;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.5em;
	color: #BD4A4B;
	margin: 1.5em 0 0;
	-moz-text-shadow: 1px 1px 1px #ddb;
	-webkit-text-shadow: 1px 1px 1px #ddb;
	text-shadow: 1px 1px 1px #ddb;
}
h3 {
	font-size: 1.3em;
	font-variant: small-caps;
	color: #008442;
	margin: 1em 0 0;
}
p {
	margin: 1em 0 0;
}
p.credit {
	text-align: center;
	font-size: 1.5em;
	color: #A51641;
	color: #008442;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a {
	color: #900;
}
a:hover {
	text-decoration: none;
}
dl {
	margin: 1em 0 1em 2em;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
ul, ol {
	margin: 1em 1em 1em 2em;
}
ul.nobullets {
	list-style: none;
}
address {
	margin: 1em;
}
.frame {
	border: 1px solid #ccc;
	border-color: #eee #ccc #ccc #eee;
	background: #fff;
	margin: 2px 0; padding: 4px;
}
table {
	width: 80%;
	background: #ffd;
	border-collapse: collapse;
	margin: 1em auto;
}
td, th {
	border-bottom: 1px solid #ccc;
	padding: 3px 6px;
}
caption {
	text-transform: uppercase;
	font-weight: bold;
}
table#auction {
	width: 100%;
}
/* ------- Nav --------*/
ul#nav{
	overflow: hidden; height: 100%;
	background: #BD4A4B;
	margin: 0; padding-left: 50px;
}
ul#nav li{
	float: left;
	list-style: none;
	background: #BD4A4B;
	border-right: 1px solid #600;
	border-left: 1px solid #f99;
}
ul#nav li a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 6px 15px;
}
ul#nav li a:hover, ul#nav li a#current {
	background: #A51641;
	background: #9B0C37;
}
ul#nav li a#dcm:hover {
	background: #7A4695;
}
/* ------- Misc --------*/
.comment {
	text-align: right;
	color: #999;
}
.fix {
	font-weight: bold;
	color: #c00;
	text-decoration: blink;
}
.center {
	text-align: center;
}

