html,body {height: 100%;}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #e4e1d2;
}
body {
	background-color: #5d533e;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.padding {padding-left: 20px; padding-right: 10px;}

.bold {font-weight: bold;}
.highlight1 {font-weight: bold; line-height: 20px; font-size: 14px;}

#bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9f9a8d;
	padding-bottom: 20px;
	width: 900px;
	text-align: right;
	}
	
#bottom a {
	color: #9f9a8d;
	text-decoration: none;
	padding-left: 20px;
	}
	
#bottom a:hover {
	color: #ffffff;
	text-decoration: none;
	}

.leftspace {padding-left: 15px;}