/* CSS Document */

body {
	background-color: #7C4D27;

}
.style1 {
	color: #FFFFFF;
	font-size: 14px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.bodybg {
	background-image: url(../images/body-bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border: 1px solid #3E6D86;
}
.header-bg {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;

}

