body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#topdiv {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 -400px;
	width: 800px;
	height: 110px;
	background-image: url(/images/grill.jpg);
	background-repeat: repeat;
	border-left-color: #333;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #333;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: center;
}

#navdiv {
	position: absolute;
	top: 110px;
	left: 50%;
	margin: 0 -400px;
	width: 800px;
	height: 25px;
	background-image: url(/images/gray-gradient.png);
	background-repeat: repeat;
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #333;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #333;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: center;
}

#maindiv {
	position: absolute;
	top: 136px;
	left: 50%;
	margin: 0 -400px;
	width: 740px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 30px;
	background-color: #EEE;
}

#navdiv > a {	
	color: #000;
	text-decoration: none;
}
#navdiv > a:hover {
	color: #000;
	text-decoration: underline;
}
#navdiv > a:visited {
	color: #000;
	text-decoration: none;
}

#facebook {
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0 200px;
	z-index: 10;
	border: none;
}

.inabox {
	background-color: #DDD;
	border: 1px #999 solid;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.pmtbox {
	margin: 0;
	border: none;
	padding: 0;
	width: 450px;
}

.commentbox {
	color: #003;
	background-color: #DDD;
	border: 1px #666 solid;
	float: inherit;
	margin: 0px 0px 15px 15px;
	padding: 15px;
	text-align: inherit;
	text-wrap: normal;
	word-wrap: break-word;
}