body {
	margin: 0;
	padding: 0;
	background : #E7CBA5 url(images/bg.gif);
}

a:link, a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: #553E24;
	background: transparent; 
}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #AD855C;
	background: transparent; 
}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #AD855C;
	background: transparent;  
}

#side {
	background : #E7CBA5 url(images/side-bg.gif) no-repeat;
}

#middle {
	background : url(images/mid-mid.gif) no-repeat;
}

#meat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7A5E41;
	vertical-align: top;
}

#meat p {
	line-height: 140%;
	font-variant: normal;
	margin: 0 64px 0 62px;
	padding-bottom: 15px;
}

#meat p strong {
	color: #553E24;
}

#meat ul {
	margin: 0 64px 0 62px;
	padding-left: 1em;
	padding-bottom: 15px;
}

#meat ul li {
	padding-bottom: 5px;
}

#meat h1 {
	font-size: 18px;
	margin-left: 62px;
	margin-top: 51px;
	color: #000;
}

#meat h2 {
	font-size: 16px;
	margin: 0 64px 0 62px;
	padding-bottom: 15px;
	color: #000;
}

table#board tr td {
	font : bold 12px Arial, Helvetica, sans-serif;
}
td.one {
	background-color: #B49262;
}
td.two {
	background-color: #96784D;
}

#board {
	padding-bottom: 30px;
}

.input {
	font: 7pt verdana, arial, helvetica, lucida, sans-serif;
	background-color: #fff;
	border: #000 1px solid;
	padding: 2px;
	color: #000;
}

.input:hover {
	background-color: #BD8A42; 
}

.input:focus {
	background-color: #E7CBA5; 
}

.button { 
	font: normal 8pt verdana, arial, helvetica, lucida, sans-serif; 
	background-color: #ccc; 
	border: #000 1px solid; 
	color: #000; 
	cursor: pointer; 
	cursor: hand; 
	padding-left: 1px; 
	padding-right: 1px; 
	-moz-border-radius: 4px; 
}

.hit {
	line-height: 350%;
}

input[type="text"] {
	margin-bottom: 5px;
}
textarea {
	width: 300px;
	height: 130px;
}

img.inline {
	display: block;
	padding: 3px 0 3px 3px;
}
.input1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #fff;
	padding: 2px;
	float: right;
	border: 1px solid #000;
	text-align: center;
	line-height: 15px;
	height: 13px;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 7a5e41;
	text-align: center;
	float: left;
}
.row {
	clear: both;
	padding-top: 5px;
	line-height: 15px;
	text-align: center;
}
.form-p {
	line-height: 140%;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 64px;
	margin-bottom: 0px;
	margin-left: 62px;
}
.form2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 553e24;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 15px;
}
	
