body {
	text-align: center;
}
.wrapper {
	position: relative;
	width: 840px;
	font-size: 0.9em;
	margin: 0 auto -120px;
	text-align: left;
}
p {
	padding: 0 0 1em;
	color: #333333;
	font: 1.0em arial,sans-serif;
	font-family: arial, sans-serif;
}
.header {
		background: url(../images/toplogobackground.jpg);
	background-repeat: repeat-x;
	height: 145px;
	margin: 0px;
}
.menu {
	height: 120px;
	margin: 0;
}
.conent {
	text-indent: -500em;
}
h1 {
	text-indent: -500em;
}
h2 {
	padding: 0 0 0.6em;
	color: #333333;
	font: 1.4em Georgia;
	
}
h3 {
	padding: 0 0 0.6em;
	color: #FFFFFF;
	font: 1.2em Georgia;
	text-align: left;
	
}
p {
	padding: 0 0 1em;
	color: #333333;
	font: 1.0em arial,sans-serif;
	font-family: arial, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: normal;
}
.download {
	position: absolute;
	right: 0;
	top: 160px;
}
.footer {
	position: relative;
	width: 840;
	margin: 0 0px;
	background: url(../images/footer-background.jpg) repeat-x;
}
.footer a {
	color: #ffffff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	
	left: 0px;
	bottom: 0px;
	
	padding: 1px;
	color: #ffffff;
	font: 0.8em Arial;
	text-align: left;
}

.footerstructure {
	width: 840px;
	height: 115px;
	
}

.left {
	top: 5px;
	left: 0;
	position: absolute;
	width: 280px;
	margin: 0 0px;
	height: 95px;
}

.center {
	position: absolute;
	top: 5px;
	left: 300px;
	width: 280px;
	margin: 0 0px;
	height: 95px;
}

.right {
	position: absolute;
	top: 5px;
	left: 600px;
	width: 280px;
	margin: 0 0px;
	height: 95px;
}

.bottomleft {
	position: absolute;
	top: 96px;
	left: 0px;
	width: 280px;
	margin: 0 0px;
	height: 20px;
}

.bottomright {
	position: absolute;
	top: 96px;
	left: 600px;
	width: 280px;
	margin: 0 0px;
	height: 20px;
}

