/*Body Formatting*/
html, body {
	height: 100%;
	}

body {
	background: #af0c0d url("images/background.jpg") no-repeat top center fixed;
	margin: 0px;
	padding: 0px;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	z-index: 0;
	line-height: 1.2;
}

h3, h3 a {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.25pt;
	color: #b80000;
	display: inline;
	text-decoration: none;
	}

	h3 a:hover {
		font: 14pt Georgia, "Times New Roman", Times, serif;
		letter-spacing: -1.25pt;
		}
	
a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #999;
}

a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #b80000;
	text-decoration: underline;
}

div#header span {
	display: none;
	}
	
div#linkBox {
	width: 500px;
	margin: 82px auto 0px auto;
	}

/*This centers the body content, regardless of window size.*/
div#content {
	background: url("images/content.jpg") no-repeat top center;
	position: relative;
	top: -3px;
	width: 520px;
	height: 500px;
	margin: 0px auto 0px auto;
	z-index: 2;
	}
	
/*Puts the text left justified. Adds Padding*/
div#text {
	width: 490px;
	background: none;
	padding: 0 15px 40px;
	float: left;
	position: relative;
	top: 3px;
	text-align: left;
	z-index: 1;
	display: inline;
	font-size: 1.1em;
	line-height: 1.6em;
	}

/*footet formatting*/	
div#bottomLinks {
	text-align: center;
	}

div#legal {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px 0;
	z-index: 0;
 padding-bottom:50px;	}
	
.footer, .push {
	height: 45px;
	}

.footer {
	background: #000;
clear:both;	}
