@charset "utf-8";
/* CSS Document */
#Container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	
		}
		
#bottomofpage {
	position: absolute;
	top: 1200px;
	left: 0px;
	width: 810px;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	color: black;
		}
		
#center {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 810px;
	height: 1235px;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	color: black;
	background-image: url(../images/background4B.jpg);
	}		

body {
	background: #655A46 url('images/space.gif');
	background-attachment: fixed;
}
	



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.bigtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.sidenavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-decoration: none;
	background-color: white;
	padding: 2px 2px 2px 2px;
	width: 150px;
	display: block;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
.sidenavigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 150px;
	display: block;
	}

.links:hover {
	color: #FF0000;
}
