body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	background-color: #bc9f6e;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #3f170c;
}

.footer, .footer a:link, .footer a:visited {
	font-size: 11px;
	color: #542b13;
	text-decoration: none;
	line-height: 16px;
}


.footer a:hover {
	color: #7e0a01;
	text-decoration: underline;
}
a, a:link, a:visited {
	color: #9e1701;
}
a:hover {
	color: #284B7E;
}
.left {
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.right {
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.content {
	background-color: #f5e4cd;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 400px;
}
.border1px {
	border: 1px solid #3b1909;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	color: #AC742A;
}

