﻿ * {
	margin: 0;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}

.footer, .push {
	height: 80px;
	clear:both;
}
.footer {
	background-color:#330000;
	text-align:center;
	font-size:.73em;
	color:#ffffff;
	
}
.footer div {
	padding-top:15px;
}

.footer div a:link{
	color:#ffffff;
	text-decoration:none;
}
.footer div a:visited{
	color:#ffffff;
	text-decoration:none;
}

.footer div a:hover{
	color:#ffffff;
	text-decoration:underline;
}


.footer p {
	padding-top:5px;
	font-weight:bold;
	color:#e0a951;
}

