body {
	background-color: #F4D9B6;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #61170E;
	margin:0px;
	padding:0px;
}

#main_table{
margin-top:300px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height:20px;
	display:inline;
}
td.navibar {
border-bottom:solid 3px #61170E;
}
td.footerbar {
border-top:dashed 3px #8E5850;
font-size:10px;
line-height:12px;
}

a {
text-decoration:none;
color:#815A5A;
font-weight:bold; }

a:hover {
text-decoration:underline;
color:#CBA79F;
font-weight:bold;
}