body {
	font-size: 0.8em;
	background-color:#B7ABA5;	
}
.wrapper {
	position: relative;
	width: 960px;
	background-color:#720E10;
}
.header {
	height: 579px;
	background:url(../images/header.png);
	border-bottom:none;
}

h2 {
	border:none;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#B7ABA5;
	font-size:26px;
	padding-top:30px;
	padding:12px 40px 10px 40px;
}
#headline{
	font-style:italic;
}
h3{
	padding: 0px 40px 10px 40px;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background-color:#096;
}
p {
	padding: 10px 40px 10px 40px;
	color: #FFF;
	font-family:"Calisto MT","Book Antiqua", Palatino, serif;
	font-size:16px;
}
.wrapper a {
	color: #000;
	text-decoration: none;
}
img
{  border-style: none;
}
#contact-img{
	padding-left:45px;
	/*images are the oxygen icon collection on http://www.iconfinder.com */
}
a {
outline: none;
}

a:hover {
	color: #0bf;
}
strong {
	font-weight: normal;
}
.download {
	position: absolute;
	right: 10px;
	top: 580px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:##720E10;
}
.footer {
	position: relative;
	width: 960px;
	margin: 0 auto;

	font-size:9px;
}
p.footer{
	padding:0px;
	text-align:center;
	color:#F2EbE9;
	font-family:Verdana, Geneva, sans-serif;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 32px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/