/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9F0E12;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 12px;
}
.style2 {color: #FFFFFF}
.style4 {font-size: 30px}
.style7 {font-size: 13px}
.style8 {font-size: 21px}
.style9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 20px;
}


a.body:link {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
a.body:visited {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
a.body:hover {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
a.body:active {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}



h1{

	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#7f6241;
	font-weight:bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	width: 915px;
	margin:0 auto;
}


div#headback {
	width: 915px;
	height: 0px;
	
	}



div#bodyback {

	width: 915px;
}
div#footback {
	width: 915px;
	height: 0px;
}
