body {
	margin: 0px;
	padding: 0px;
	background-color: #EFD770;
}
.bg {
	background-image: url(img/bg3.jpg);
	background-position: left bottom;
}
.bottom {
	background-image: url(img/bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.content {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #B78830;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #B78830;
	font-weight: normal;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-right: 25px;
	margin-bottom: 7px;
	margin-top: 7px;
}
.address {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4CF4A;
	padding-top: 5px;
}
div.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4CF4A;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
table tr td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a {
	color: #B78830;
	text-decoration:underline;
}
a:hover {
	color: #B78830;
	text-decoration:none;
}

hr {
border:#d6c165 1px dotted;
}
