body {
	background-color:#6E1F00;
	cursor:default;
	margin:0;
	background-image: url("images/bg.jpg");
	background-position:top;
	background-repeat:repeat-x;
}


a {
	color: #F7E4C4;
	text-decoration:underline;
}
a:hover {
	color: #D36D00;
	text-decoration:underline
}
	

.maintext {
	color: #FFE8CD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 2;
	font-weight: bold;
}
.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 2;
	font-weight: bold;
	color: #FFE7C5;
	background-color: #882E0B;
	background-image: url(images/side.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 12px;
}


H1 {
	font-size: 17pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #F6E2BF;
    }


H2 {
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FBE4C5;
   }

.smallarial {
	color: #FAE5C6;
	font-family: Arial;
	font-size: 10px;
}
.lowerlinks {
	color: #78371B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
}
