
header {
	height: auto;
	margin: 0 auto;
	padding: 100px 0 80px 0;
	position: relative;
	width: 1200px;
}

h1 {
	bottom: 120px;
	color: #31b1be;
	font-size: 18px;
	font-weight: 700;
	left: 80px;
	line-height: 1.5em;
	margin: 0;
	position: absolute;
	text-align: justify;
}

a#header-logo {
	display: block;
	position: static;
	width: 150px;
}

nav#globalnav {
	top: 210px;
}

div.mainimg {
	background: #3cb1be url(images/top_mainimg.jpg) repeat-x center bottom 20px;
	padding-bottom: 300px;
}

div.mainimg h2 {
	color: #f8f8c8;
	font-size: 100px;
	font-weight: 300;
	line-height: 1.3em;
	margin-left: 50px;
	padding: 80px 0 20px 0;
}

div.mainimg p {
	color: #f8f8c8;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

div.topics {
	padding-left: 300px;
	position: relative;
}

div.topics h2 {
	left: 150px;
	position: absolute;
	top: 10px;
}

div.topics ul {
	border-left: 1px solid #888888;
	padding-left: 50px;
}

div.topics ul li {
	padding: 8px 0;
}

div.topics ul li span.date {
	display: table-cell;
	padding-right: 40px;
}

div.topics ul li strong {
	display: table-cell;
	font-weight: 500;
	width: 600px;
}