body {
  background-image: url('../imagedir/bg.gif');
	background-repeat: repeat-x;
	background-color: #9F8B72;
	margin: 0px;
}

body,td,th {
	color: #494848;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.7em;
}

.topnav {
	background-image: url(../../images/nav_main/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 39px;
	width: 749px;
}

#footer a {
	color: #cfc5b9;
}

#footer {
	width:749px;
	padding:0px;
	border:0px;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	font-size: 0.9em;
	color: #cfc5b9;
	overflow:hidden
}

#leftc {
	padding-left: 29px;
	float:left;
	width:645px;
}

#rightc {
	padding-right: 29px;	
	float:left;
}

a:link {
	color: #2b1d14;
}
a:visited {
	color: #2b1d14;
}
a:hover {
	color: #624a2d;
}
a:active {
	color: #2b1d14;
}