@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bkg_tile02.jpg);
	background-repeat: repeat;
}
.content_area {
	background-image: url(../images/content_area.png);
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 930px;
	position: relative;
}
.wrapper {
	margin: auto;
	position: relative;
	width: 930px;
	padding: 0px;
	height: 590px;
}
.header {
	margin: 0px;
	padding: 0px;
	height: 69px;
	width: 930px;
	background-image: url(../images/nav_bar_v2.png);
	background-repeat: no-repeat;
}
.footer {
	background-image: url(../images/footer_bar.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 930px;
}
.copyright {
	margin: auto;
	position: relative;
	width: 930px;
	padding: 5px;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #827C51;
	text-align: center;
}
.bottom_links_dark {
	margin: auto;
	position: relative;
	width: 930px;
	padding: 5px;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #3A3723;
	text-align: center;
}
.bottom_links {
	margin: auto;
	position: relative;
	width: 930px;
	padding: 5px;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #827C51;
	text-align: center;
}
