body {
	background-image: url(images/bg.jpg);
	background-color: #E5C37B;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited, a:active {
	color: #271210;
	text-decoration: underline;
}

a:hover {
	color: #853D36;
	text-decoration: underline;
}


#content {
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;
	background-color: #FBF7EE;
	font-size: 11px;
	line-height: 20px;
	color: #5E2E26;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#text {
	padding-right: 35px;
}
