body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CD7909;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}
h1 {
	display: none;
}
#middle_bg {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
}
#bottom_leaves2 {
	background-image: url(images/bottom_leaves2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#bottomleaves {
	background-image: url(images/bottom_leaves.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 15px;
	color: #FFFFFF;
	font-size: 11px;
}
#topleaves {
	background-image: url(images/leaves.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}
#content_area {
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 30px;
	line-height: 17px;
}


#addresses {
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 45px;
	font-size: 11px;
}

#bottombg {
	background-image: url(images/bottom_back.gif);
	background-repeat: repeat-y;
}
