body {
	background-color:#78310a;
	background-image:url("../images/bg.jpg");
	margin:0px;
	padding:0px;
	text-align:center;
}

.bg-top {
	background-color:#78310a;
	background-image:url("../images/bg-top.jpg");
	background-repeat:repeat-x;
	margin:0px;
	height: 275px;
	text-align:center;
}

.bg-boarder {
	background-color:#c15b29;
	background-image:url("../images/bg-boarder.jpg");
	background-repeat:repeat-x;
	margin:0px;
	height: 267px;

}

.content {
	background-color:#eeceaa;
	background-image:url("../images/content-middle.jpg");
	background-repeat:repeat-y;
	margin:auto;
	width: 758px;
}
.content-top {
	background-color:#eeceaa;
	background-image:url("../images/content-top.jpg");
	background-repeat:no-repeat;
	margin:auto;
	width: 758px;
	height:19px;
}
.content-bottom {
	background-color:#eeceaa;
	background-image:url("../images/content-bottom.jpg");
	background-repeat:no-repeat;
	margin:auto;
	width: 758px;
	height:19px;
}
.bottom-spacer {
	height:75px;
}

.text{
	width: 758px;
	text-align:center;
}


.text2{
	width: 688px;
	text-align:left;
	padding:21px 21px 10px 21px;
}

.padding7{
	padding:7px;
}



h1 {
font-family: Arial, Helvetica, sans-serif;
font-size:37px;
color: #2b550c;
margin:0px;
padding:0px;
font-weight: normal;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:22px;
color: #302a23;
margin:0px;
padding:0px;
font-weight: normal;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size:22px;
color: #2b550c;
margin:0px;
padding:0px;
font-weight: normal;
}


h3 {
font-family: Arial, Helvetica, sans-serif;
font-size:19px;
color: #302a23;
margin:0px;
padding:0px;
font-weight: normal;
}

.floatright
{
float:right;
margin-left:15px;
margin-bottom:10px;
}
.floatleft
{
float:left;
margin-left:15px;
margin-bottom:10px;
}

