body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/skyline.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #1B8CDA;
	line-height: 28px;
}
p {
	line-height: 28px;
}

a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}


h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.footer_text_wrapper {
	bottom: 0px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	font-size: 10px;
	width: 100%;
	float: left;
}
.page_wrapper {
	width: 100%;
}
.width_wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1B8CDA;
}
.float_wrapper {
	width: 900px;
}
.slider_wrapper {
	float: left;
	width: 900px;
	margin-top: 220px;
	height: 500px;
}
.footer_text_float {
	float: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.footer_text {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
