@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #ba9462;
}



.h1 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;

}

.h2 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.h3 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}


.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	padding-left: 35px;
	padding-right: 35px;
	line-height: normal;

}

.mainTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: normal;

}


.bodyImages {
	top: auto;
	right: auto;
}

