html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
	background-color: #403f41;
	margin: 0px;
}

html>body, html>body #contents {
	height: auto;
}

body {
	margin: 0;
	font-family: Arial, sans-serif;
}

#contents {
	position: absolute;
	top: 0;
    left: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #823433;
	height: 30px;
	text-align: left;
}

#footer {
    width: 100%;
}



#mainright {
		width:40%;
		float:left;
		padding-bottom:10px;
		}
	
#maincenter {
		width:500px;
		float:left;
		background:#403f41;
		padding-bottom:10px;
		text-align: center;
		}
	
#mainleft {
		width:30%;
		float:left;
		padding-bottom:10px;
		text-align: center;
		} 
#logo {
		position: absolute;
		bottom: 40px;
		left: 10px;
}                  
#navigation {
	width: 500px;
	height: 20px;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 50px;
	}	

	
	
	
	
.link {
		display: inline;
		color: #fff;
		margin-right: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 14px;
}
.link a {
		color: #fff;
		text-decoration: none;
}
.link a:hover {
		color: #c4e686;
		text-decoration: none;
}		
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	}
li {
	padding-bottom: 8px;
	color: #f9a03d;

}
li div {
	color: #fff;

}
ul {
	padding: 0px;
	margin-left: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin: 20px 0px;
	padding-bottom: 10px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin: 40px 0px;
	padding-bottom: 0px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
h3 .normal {
	font-weight: normal;
	}
p a {
	color: #fff;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #f9a03d;
	font-weight: normal;
		padding: 0px;
	margin: 0px;
	}
h4 a {
	color: #f9a03d;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #f9a03d;
	margin-top: -5px;
	margin-bottom: 20px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b48585;
	padding: 8px 0px 0px 10px;
	float: left;

}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b48585;
	padding: 8px 10px 0px 0px;
	float: right;
}