@charset "UTF-8";
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #7a6c3b;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#bodyarea {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.thumbnail {
	height: 104px;
	width: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
}
#Header {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 133px;
}
#Footer {
	background-color: #1f1a56;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 170px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #cfc192;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-top: 30px;
	text-align: center;
	margin-top: 0px;
}
.thumbnail2 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
