﻿#header {
	position: relative;
	height: 170px;
	width: 1024px;
	top: 0px;
	text-align: center;
	margin:0 auto;	
}
#logo {
	position: absolute;
	width: 154px;
	height: 168px;
	top: 2px;
	left: 2px;
	margin-bottom: 0px;
}
#skyline {
	position: absolute;
	width: 383px;
	height: 166px;
	top: 2px;
	left: 637px;
}
#subheader {
	position: absolute;
	width: 483px;
	height: 110px;
	top: 0px;
	left: 155px;
}
#menu {
	position: absolute;
	width: 860px;
	height: 47px;
	top: 119px;
	left: 158px;
	background-image: url('images/header1.jpg');
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
}

#footer {
	height: 36px;
	width: 1024px;
	text-align: left;
	margin: 0 auto;
}
#backgroundfooter {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	width: 1024px;
	height: 36px;
	position: relative;
	top: 0px;
	left: 0px;
}
#footertext {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	top: 5px;
	left: 0px;
	text-align: left;
}
#buttontext {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#body {
	position: relative;
	width: 1024px;
	top: 0px;
	text-align: center;
	margin:0 auto;
	left: 0px;
}

