@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
}

.wrapper {
	position: relative;
	width: 980px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#clear {
	clear: both;
	}	

p {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #7c8e98;
	text-transform: none;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 44px;
	color: #FFF;
	text-transform: none;
}
	

/* --- header --- */

.header {
	width: 980px;
	height: 165px;
	float: left;
}

/* --- main image ---*/
.mainimage {
	width: 980px;
	height: 375px;
	float: left;
}

.mainimage_bleubar {
	background: url(images/main_image_blue_bar.jpg) no-repeat top center;
	padding: 10px;
	width: 960px;
	height: 40px;
	float: left;
}

/* --- content --- */

.about {
	width: 980px;
	height: auto;
	float: left;
	margin-top: 30px;
}


/* --- footer --- */

.footer {
	width: 980px;
	height: 165px;
	float: left;
	background: #FFF;
	margin: 30px 0 30px 0;
	border-top: #7c8e98 1px solid;
}

.footer-left {
	width: 360px;
	height: 125px;
	float: left;
	padding: 20px 20px 20px 0;
}

.footer-right {
	width: 550px;
	height: 165px;
	float: right;
}

