* {
	margin: 0;
}
html, body {
	background-color:#d4d5d1;
	height: 100%;
}
.wrapper {
	/*min-height: 100%;*/
	height: auto !important;
	height: 100%;
	 /*margin: 0 auto -276px; the bottom margin is the negative value of the footer's height */
	background:url(../images/background.jpg) center top no-repeat #d4d5d1;
}
.header, .content{
	width: 810px ;
	margin-left: auto ;
	margin-right: auto ;
}
.footer, .push {
	margin-top:20px;
	height: 276px; /* .push must be the same height as .footer */
	background:url(../images/footer.jpg) repeat-x #d4d5d1;
	
}
#footerContent{
	width:810px;
	padding-top:15px;
	margin-left: auto ;
	margin-right: auto ;
}
.bodytext{
	font-family:Arial;
	font-size:9pt;
	color:#6a6a6a;
	line-height:1.5;
}
.bodytextwhite{
	font-family:Arial;
	font-size:9pt;
	color:#fff;
	line-height:1.1;
}
.bodytextblack{
	font-family:Arial;
	font-size:9pt;
	color:#000;
	line-height:1.1;
}
.heading{
	font-family:Arial;
	font-size:16pt;
	color:#da6400;
}
.headingsmall{
	font-family:Arial;
	font-size:14pt;
	color:#da6400;
}
.headingBig{
	font-family:Arial;
	font-size:19pt;
	color:#da6400;
}
.highlight{
	font-family:Arial;
	font-size:9pt;
	color:#f58220;
	line-height:1.5;
}
.smallWhite{
	font-family:Arial;
	font-size:8pt;
	color:#fff;
	line-height:1.5;
}
.borders{
border: solid white 4px;
}