* {margin:0;padding:0;} 

html, body, #wrap {
	height: 100%;
	background-attachment: fixed;
	background-image: url(../images/background-home.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 3px;
}

a:link {
	color: #999999;
	}
a:visited {
	color: #999999;
	}
a:hover {
	color: aa0a0a;
	text-decoration: none;
	font-weight: 800;
	}
a:active {
	color: #999999;
	}
	
body > #wrap {height: auto; min-height: 100%;}

#main {
	clear:both;
	margin:0 auto;
	padding-left:50px;
	padding-right:10px;
	padding-bottom:50px;
	width:800px;
	float: left;
}  /* padding-bottom must be same height as the footer */

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	background-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AA0A0A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
} 

#footercontent {
	height:50px;
	line-height:1.1em;
	margin:0 auto;
	width:100%;
	background-image: url(../images/footer-bkg.png);
	background-repeat: no-repeat;
}
#footercontent #left {
	float:left;
	padding-top:20px;
	width:500px;
	padding-left: 30px;
}
#content {
	float:left;
	width:500px;
	line-height: 2em;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
	text-align: justify;
	list-style-position: outside;
	list-style-type: square;
}
#footercontent #right {
	float:right;
	padding-top:10px;
	padding-right: 30px;
}
#header {
	height: 75px;
}
#headercontent #hdrright {
	height: 75px;
	padding-right: 50px;
	float: right;
	padding-top: 10px;
}
#headercontent {
	height: 125px;
	padding-top: 30px;
}
#content photo {
	padding: 5px;
	float: right;
}
.photoright {
	margin: 10px;
	float: right;
}
.sectionheading {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 800;
	text-transform: uppercase;
}

