body {
	font-family: Arial, Helvetica, sans-serif;
	color: #eee;
	padding: 0;
	text-align: left;
	background-color: #070707;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -65;
	margin-left: 0;
}
/*------------------------------------------------------------------------------------------------*/

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 65px; /* .push must be the same height as .footer */
	/*background-image: url(images/footer.jpg);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
/*------------------------------------------------------------------------------------------------*/

.footer2{
	font-family: Arial, Helvetica, sans-serif;
	color: #D3B77F;
	text-align: right;
	font-size: 10px;
	vertical-align: bottom;
	bottom: -20px;
}
.list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	line-height: 25px;
	/*text-indent: 1cm;*/
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: italic;
	color: #D3B77F;
	text-align: center;
	font-weight: normal;
	/*text-shadow: 2px 2px 3px #F7F1E8;*/ /*--not supported by internet explorer or firefox--*/
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BECD31;
	text-align: left;
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #D3B77F;
	text-align: center;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #DEE697;
	text-align: left;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #bad41d;
	text-align: center;
	font-weight: normal;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #bad41d;
	font-variant: small-caps;
	text-align: left;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
	text-align: justify;
	font-size: 13px;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #bad41d;
	text-align: left;
	font-weight: bold;
}
.subheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #bad41d;
	text-align: left;
	font-weight: normal;
}
.subheading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #bad41d;
	text-align: left;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
	text-align: centre;
	font-size: 13px;
}
.click {
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
	text-align: right;
	font-size: 14px;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
	text-indent: 1.4cm;
	font-size: 14px;
}
/*---Links---*/
a, a:active, a:link{
	text-decoration: underline;
	color: #D3B77F;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
}

