body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}
.text {
	font-size: 12px;
	line-height: 1.4em;
	color: #3F0403;
	background-color: #FFFFFF;
	padding: 30px;
	border: 3px solid #A28629;
	height: 450px;
}
.title {
	font-size: 16px;
	line-height: 1.5em;
	color: #3F0403;
}
.footer {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	text-align: right;
}
a:link {
	color: #B1922D;
	text-decoration: none;
}
a:visited {
	color: #3F0403;
	text-decoration: none;
}
a:hover {
	color: #B1922D;
	text-decoration: underline;
}
a:active {
	color: #3F0403;
	text-decoration: none;
}
.imagespace {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
