/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	background-image:url(images/BG_tile.jpg);
	background-position: top center;
	background-color:#000000;
	background-repeat:repeat-y;	
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	width:100%;
	padding:0;
}
.MainWrapper {
	width:629px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.Header {
	width:629px;
	height:257px;	
}
.nav {
	width:629px;
	height:64px;
	float:left;
}
.contentInfo {
	width:629px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.5em;
	color:#ffffff;
	background-image:url(images/content_tile.jpg);
	background-repeat:repeat-y;
	background-position:center;
	float:left;
}
a:link, a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#CC9966;
	text-decoration:underline;
}
.welcomeText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#FFFFFF;
	font-weight:bold;	
}
.theFacts {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#CC9966;
	font-style:italic;
}
.textBox {
	width:629px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#ffffff;x;
	padding-left:20px;
	float:left;
}
.footer {
	width:629px;
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#000000;
	background-image:url(images/footer_image.jpg);
	background-repeat:none;
	background-position:top center;
	padding-top:17px;
	float:left;
}