html {
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}
body {
	background-color: #3C1415;
	background-image: url(images/southern_bg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-position: center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	color: #3C1415;
	letter-spacing: -2px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #3C1415;
	letter-spacing: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: lighter;
	color: #3C1415;
	letter-spacing: -1px;
}


a:link, a:visited {
	color: #550000;
	text-decoration: none;
}
a:hover, a:active {
	color: #000055;
	text-decoration: underline;
}

#tableContent {
	width: 758px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
.cellHeader {
	background-image: url(images/southern_header.gif);
	background-repeat: no-repeat;
	width: 758px;
	text-align: center;
	padding-top: 165px;
 	* padding-top: 190px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.cellBody {
	background-color: #f2e1c3;
	background-image: url(images/southern_bg_body.gif);
	background-repeat: repeat-y;
	width: 758px;
	height: 100%;
}
#leftBody {
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	width: 100%;
}
#rightBody {
	width: auto;
	margin: 0px;
	padding: 0px;
}
#rightBody H1 {
	width: 168px;
	background-image: url(images/southern_right_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#rightBody p {
	width: 168px;
	background-image: url(images/southern_right_btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#photos {
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#footer {
	padding: 20px;
	font-size: 12px;
	color: #826340;
}
