html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(images/plaid.jpg);
}
h2 { line-height: 30px; }
#page {
	min-height: 100%;
	position: relative;
}
#header {
	position: fixed; 
	width: 100%; height: 58px;
	z-index: 999;
	/* background-color: #804080; */
	background-image: url(images/header-bg-mid.png);
	background-repeat: repeat-x;
}
#content {
	padding: 65px 0 90px 0;
	width: 735px;
	margin: 0 auto;
}
#footer {
	clear: both; 
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 65px;
	background-image: url(images/footer-bg-mid.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	/* background-color: #804080; */
}

/* Cleafix - don't leave home without it! */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

/* font styles */
.s1 { font-size: 1.3em; line-height: 8px;}
.s2 {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.s3 { font-size: 14px; }
.s4 { font-size: 16px; }
.s5 { line-height: 1.3em; }
.s6, h1 {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000000;
}
.s7 {color: white;}
.center { text-align: center; }

	
body,td,th,a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 10px;
}

a:hover { text-decoration:underline overline; }

img { border: 0px; }

#header .left {
	float: left;
	background-image: url(images/header-bg-left.png);
	background-repeat: no-repeat;
	height: 58px; width: 35px;
}
#header .middle { }
#header .right { 
	position: relative;
	background-image: url(images/header-bg-right.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 58px; 
}
#header h1 { line-height: 35px; padding: 0; margin: 0; }
#header .farright {
	background-image: url(images/header-bg-right.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 58px; width: 35px;
}
.here { position: relative; top: 5px; }

#headline { text-align: center; }
.legal { line-height:16px; color:#444; }
.paypage {
	margin: 0 auto;
	background: #fff;
	border:1px solid #ccc;
	text-align: left;
	min-height: 192px;
	padding-top: 10px;	
}
#reginfo {
	width: 45%; 
	float: left;
	margin: 0 20px;
}
#paypal0 {
	display:inline;
	width:45%;
	float:right;
}
.paypal1 {
	padding-left:40px;
}

#when {
	width: 688px;
	padding-left: 52px;
	padding-top: 10px;
}
.when-text {
	width: 100%;
	padding-top: 10px;
}

#bodytext .leftcol { float: left; }
#bodytext .rightcol { }

#mapline {
	background-image: url(images/Image_007.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 700px;
	float: left;
	margin-left: 36px;
}
.callout {
	font-weight: bold;
	text-shadow: 1px 1px 0px rgb(235,195,14);
	color: #000;
}

.map {
	line-height: 18px;
	width: 208px;
	float: left;
	padding-top: 130px;
}
.foodplug {
	float: right;
	height: 186px;
	width: 465px;
}
.bbqgrill {
	position: relative;
	z-index: 10;
	top: -35px;
}
.foodtext {
	font-size: 1.6em;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	padding-left: 170px;
	padding-top: 32px;
}
.buffer { padding-top: 10% }
.branding {
	text-align: center;
	position: relative;
	z-index: 999;
	top: -12px;
}
.gutter { padding-bottom: 18px; }

.errText {
	font-family: Arial;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}
.stndlink { text-decoration: underline; }