@charset "utf-8";
/* CSS Document */

/* Reset CSS */
@import "reset.css";

/* GENERAL ATTRIBUTES */
body { 
	background: url(../img/line.gif);
	border-top: 2px #2B0E0E solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
a, a:visited { 
	color: #F48222; 
	text-decoration: none;
}
a:hover, a:active { 
	color: #F60;
}
p {
	margin-bottom: 1em;
}

/* GENERAL CLASSES */



a.btnLink {
	background-color: #5B646D;
	color: #FFF;
	font-weight: bold;
	padding: 4px 8px;
}
.btnLink:hover {
	background-color: #F60;
}

/* PAGE SHELL - Centers the content in the page */
.pageShell {
	margin: 0 auto;
	position: relative;
	width: 600px;
}






/* BOTTOM CONTENT */


.btmContent2  {
	text-align: center;
	background:#ffffff;
	padding-bottom: 30px;
	position: absolute;
	top: 50px;
	bottom: auto; 
	width: 565px;
}


.btmContent2 p {
	color: #000;
	font-size: 12px;
	line-height: 1.6em;
	margin-left: 70px;
	margin-right: 70px;
	padding-top: 20px;
	
}

.menu_header{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	}
	
	.georgehead {
	margin-top: 50px;
	margin-bottom: -10px;
	}


.darkRed {
 color: #660000;
 font-weight: bold;
 }


/* FOOTER */
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #000;
	height: 22px;
	width: 100%;
}
.footer a {
	color: #4F5965;
}
.footer a:hover {
	color: #FFF;
}
.footer p {
	color: #FFF;
	font: 10px/14px Arial, Helvetica, sans-serif;
	margin-top: 3px;
	text-align: left;
}

