.mainCell {
	background-color: #000000;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	margin: 10px 0px;
	padding: 10px 0px;
	background-color: #000000;

}
.woodCell {
	background-image: url(01.jpg);
	background-position: left top;
}
.bottomLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #E0F6FE;
	font-weight: bold;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #C9EEFD;
	text-decoration: underline;
}
.contentCell {
	background-color: #622E20;
	padding: 10px;
	border: 5px ridge #ED1D24;
}
.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.img1 {
	margin: 10px;
	border: 2px solid #FF3333;
}
.img2 {

	margin: 10px;
	border: none;
}
.text3 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
.text4 {
	font-weight: bold;
	color: #CC0000;
}
