body {
	background-attachment: fixed;
	background-color: #4F5F68;
	background-image:   url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
body, p, tr, tb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bgMiddle {
	background-image: url(images/villages_03.gif);
	background-repeat: repeat-y;
}
.bgBottom {
	background-image: url(images/villages_04.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 150px;

}
.bgContent {
	background-image: url(images/villages_02.gif);
	background-repeat: no-repeat;
	background-position: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #663300;
	font-style: normal;
	font-weight: lighter;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #663300;
	background-image: url(images/bgH2.jpg);
	font-variant: normal;
}
.cellContent {
	padding-right: 50px;
}

