body {
	background-color: #fee5a3;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
#content{
	text-align:left;
	width:570px;
	padding-top:20px;
}
#footerBG{
	background-image:url(images/image_15.jpg);
	text-align:center;
}
.footerText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-variant:small-caps;
	font-weight:800;
	color:#000000;
}
.footerText a:link{
	color:#000000;
	text-decoration:none;}
.footerText a:hover{
	color:#000000;
	text-decoration:underline;}
.footerText a:visited{
	color:#000000;
	text-decoration:none;}
.footerText a:active{
	color:#000000;
	text-decoration:none;}	
	
.footerBottom{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-variant:small-caps;
	color:#333;
}
.footerBottom a:link{
	color:#333;
	text-decoration:none;}
.footerBottom a:hover{
	color:#333;
	text-decoration:underline;}
.footerBottom a:visited{
	color:#333;
	text-decoration:none;}
.footerBottom a:active{
	color:#333;
	text-decoration:none;}	



a:link{
	color:#3366CC;
	text-decoration:none;}
a:visited{
	color:#3366CC;
	text-decoration:none;}
a:active{
	color:#3366CC;
	text-decoration:none;}
a:hover{
	color:#3366CC;
	text-decoration:underline;}	

#mainTable {
	position:absolute;
	left: 0px;
	top: 0px;	
}
#navTable {
	position:absolute;
	left: 0px;
	top: 258px;
}
.siteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}
.bigger{
	font-size:125%;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.makeRed{
	color:#CC0000;
}