body {
	background: url(backgrounds/body_bkg.png);
	font-family: Georgia, Times New Roman, Times, serif;
	
}

table {
	padding-top: 10px;
	height: auto;
}

td {
	font-family: Georgia, Times New Roman, Times, serif;
}

th {
	font-family: Georgia, Times New Roman, Times, serif;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	size:1.5em;
	margin-left:50px;
}

.blackbkg {
	background:#000000;
}

.menu {
	float: left;
	padding-right: 35px;
	background:#000000;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 1.25em;
	margin-top: 5px;
	color:#FFFFFF;
	
}

a:link {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	text-decoration: none;
	color:#ffffff;
}     

a:visited {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color:#ffffff;
}  

a:hover {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	text-decoration: underline;
	color:#FFFFFF;
}   

a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	text-decoration: underline;
	color:#cccccc;
} 

.imgright {
	float: right;
	margin-top: px;
	margin-left: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
	border: 2px white;
}  

.imgleft {
	float: left;
	margin-top: px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px white;
}  

.content {
	
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: .75em;
	color: #cccccc;
	margin-top: 25px;
	margin-left: 45px;
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;	
}

.footer {
	font-family:Georgia, Times New Roman, Times, serif;
	background: black;
	font-size: .75em;
	color: #cccccc;
	text-align: center;	
	clear:both;
}

.footmenu {
	float: left;
	padding-right: 20px;
	background:#000000;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color:#cccccc;	
}
