html {
	margin: 0;
	padding: 0 0 30px 0;
	font-family: ubuntu, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B9C3D6;
	background: url(images/bg.png) repeat-x #171717;
}
body {
	margin: 0;
	padding: 0; 
}
body#news {
	margin-bottom: 60px;
}
#wrapper {
	margin: 0 auto;
	width: 990px;
}
#header {
	background: url(images/top-bg.png) no-repeat 0 0;
	width: 990px;
	height: 197px;
	position: relative;
	margin-bottom: 275px;
}
	#header #logo {
		background: url(images/logo.png) no-repeat 0 0;
		width: 326px;
		height: 131px;
		display: block;
	}
	#header #slogen {
		font-family: 'Century Gothic', 'Avantgarde Bt', 'Tw Cent MT';
		color: #fff;
		text-shadow: 1px 1px 0 #000;
		font-size: 24px;
		text-align: center;
		position: absolute;
		right: 0;
		top: 35px;
	}
	#header #slogen span {
		color: #208EE5;
	}
	#header #menu {
		position: absolute;
		right: 0;
		top: 127px;
	}
		#header #menu ul {
			 padding: 0;
			 margin: 0;
			 list-style: none;
		}
		#header #menu ul li {
			display: inline-block;
			margin-right: 20px;
		}
		#header #menu ul li:last-child {
			margin: 0;
		}
		#header #menu ul li a {
			display: block;
			text-transform: uppercase;
			font-size: 18px;
			color: #fff;
			background: #1F1F1F;
			border-radius: 3px;
			padding: 5px 19px;
			text-decoration: none;
		}
		#header #menu ul li.active a, #header #menu ul li:hover a {
			background: #fff;
			color: #1F1F1F;
		}
#content-left {
	float: left;
	width: 600px;
	margin-right: 20px;
}
#content-right {
	float: right;
	width: 360px;
	padding-left: 10px;
}
#content-left .content-block:first-child, #content-right .content-block:first-child {
	margin-top: 0;
}
.content-block {
	margin-top: 40px;
	margin-bottom: 30px;
}
	h1, h2 {
		text-transform: uppercase;
		font-size: 24px;
		width: auto;
		display: inline;
		padding-right: 15px;
		background: #171717;
	}
	h1:after, h2:after {
		float: right;
		width: 100%;
		border-top: solid 1px #5C5C5C;
		height: 0;
		margin-top: -14px;
		margin-bottom: 40px;
		content: "";
	}
	.content-item {
		margin-top: 20px;
	}
		.content-item h3 {
			font-size: 18px;
			margin: 0 0 15px 0;
		}
		a.content-image {
			background-repeat: no-repeat;
			display: block;
			width: 160px;
			height: 160px;
			float: left;
			margin-right: 20px;
		}
		.content-text {
			float: left;
			width: 420px;
		}
		.content-item a.more {
			float: right;
			margin-top: 10px;
		}
		.content-item dd, .content-item dt {
			float: left;
			margin: 0 0 20px;
		}
		.content-item dt { 
			width: 70px;
			clear: left;
		}
.news-item {
	margin-bottom: 10px;
}
	#news .news-item {
		margin-bottom: 40px;
	}
	.news-item h3 {
		font-size: 15px;
		font-weight: bold;
		margin: 0;
	}
	.news-item .timestamp {
		color: #7f7f7f;
		font-weight: bold;
		width: 100%;
		text-align: right;
	}
	#news .timestamp {
		font-weight: normal;
		color: #B9C3D6; 
	}
	.news-item .news-image {
		margin-top: 10px;
		float: left;
		width: 160px;
		height: 160px;
		display: block;
		margin-right: 20px;
		background-repeat: no-repeat;
	}
	.news-item .news-text {
		margin-top: 10px;
		float: left;
		width: 810px;
	}
	#news.read .news-item .news-text {
		width: 990px;
	}
	#home .news-item .news-text {
		width: 180px;
	}
#media #image-list {
	width: 625px;
}
	#media #content-left {
		margin-bottom: 50px;
	}
	#media .image-container, #media a.video-container {
		border: 10px solid #fff;
		background-color: #fff;
		color: #6BBBD9;
		background-position: center;
		background-repeat: no-repeat;
		width: 268px;
		height: 152px;
		display: block;
		margin: 0 24px 64px 0;
		float: left;
	}
	#media a.video-container span {
		font-size: 15px;
		text-align: center;
		position: relative;
		margin-top: 170px;
		display: block;
	}
	#media a.more {
		float: left;
		margin-top: 30px;
	}
	#media .content-item {
		margin-bottom: 20px;
	}
	#media .content-text {
		width: 360px;
	}
	#media .media-description {
		margin-bottom: 50px; 
	}
#hexit #image-list {
	width: 390px;
}
	#hexit .image-container, #hexit .video-container {
		border: 10px solid #fff;
		background-color: #fff;
		background-position: center;
		background-repeat: no-repeat;
		width: 150px;
		height: 84px;
		display: block;
		margin: 0 24px 24px 0;
		float: left;
	}
	#hexit #content-left .content-text {
		width: auto;
		margin-bottom: 70px;
	}
	#hexit #content-right .content-text {
		margin-bottom: 20px;
	}
	#hexit #content-right a.more {
		float: left;
	}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: url(images/footer-bg.png) repeat-x center;
	height: 46px;
}
	#footer-wrapper {
		margin: 0 auto;
		width: 990px;
		padding-top: 14px;
		position: relative;
		color: #777;
		font-size: 14px;
	}
			#footer-left {
				position: absolute;
				left: 0;
				width: 326px;
			}
			#footer-right {
				position: absolute;
				right: 0;
				width: 326px; 
				text-align: right;
			}
			#footer-center {
				position: absolute;
				left: 40%;
				text-align: center;
				width: 200px; 
			}