html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #9E9C86;
}
#godtable {
	height: 100%;
}
#headerPic {
	height: 120px;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#centeredGodRow {
	height: 99%;
}
#sideCol {
	background-image: url(navigation.jpg);
	background-repeat: repeat-x;
	background-color: #ADAC9B;
	font-family: "Courier New";
	font-size: 12px;
	color: #000000;
}
p.naviPara {
	margin: 0pt 5pt;
	line-height: 20px;
}
a.naviLink {
	text-decoration: none;
	color: #4A4844;
}
a.naviLink:visited, a.naviLink:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.naviLink:hover {
	text-decoration: underline;
	border-bottom: 1pt solid;
	color: #FFFFFF;
}
#contentCell {
	font-family: "Courier New";
	font-size: 12px;
	color: #67621E;
	padding: 10px;
	background-image: url(2lions.jpg);
	background-color: #DAD8CB; 
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a { text-decoration: none; color: #4A4844;}
a:visited, a:active  { text-decoration: none; color: #333333;}
a:hover { text-decoration: underlined; border-bottom: 1pt solid; color: #333333;}

