#wrapper {
	margin: auto;
	width: 750px;
	background-color: #E6E1D2;
	border: 1px solid #594B39;
}
#content {
	width: 710px;
	text-align: left;
	margin: 20px;
}
#content h1 {
	font-family: verdana, arial;
	font-size: 16px;
	font-weight: normal;
	color: #594B39;
}

#footer {
	font-size: 10px;
	text-align: center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 750px;
	font-family: verdana, arial;
	color: #E6E1D2;
	line-height: 18px;
}


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #F9F8F2;
	font-family: verdana, arial;
	font-size: 12px;
}
#header {
	height: 200px;
}
#footer a {
	color: #E6E1D2;
}
.table_lables {
	text-align: right;
	margin-right: 5px;
}
table {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 0px;
}
a {
	font-weight: bold;
	color: #707D3E;
}
a:visited {
	font-weight: bold;
	color: #594B39;
}
