html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #535145;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 14px;
	text-align: center; /* Sørger for centrering for IE <= 5.5*/
	font-size: 11px;
	color: #000;
	font-family: Tahoma;
}

img {
	border: none;
}

#caution_top {
	background-image: url(../images/caution_tape_top.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 14px;
}

#header {
	width: 100%;
	height: 183px;
	background-image: url(../images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#header_no_countdown {
	width: 100%;
	height: 183px;
	background-image: url(../images/banner_no_countdown.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#content_container {
	background-color: #fff;
}

#content {
	width: 985px;
	margin: 0 auto 0 auto;
}

#bottom_black_bar {
	width: 100%;
	height: 27px;
	background-color: #000;
}

#caution_bottom {
	background-image: url(../images/caution_tape_bottom.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 14px;
	margin-bottom: 30px;
}

#checklist {
	width: 200px;
	height: 252px;
	float: right;
	display: inline;
	margin: 0 15px 10px 0;
}

#checklist_topic {
	width: 99px;
	height: 24px;
	background-image: url(../images/topic/checklist.jpg);
	margin: 5px 15px 10px 0;
	float: right;
	display: inline;
}

#sponsors_topic {
	width: 154px;
	height: 24px;
	background-image: url(../images/topic/sponsors.jpg);
	margin: 5px 15px 10px 0;
	float: right;
	display: inline;
}

#our_sponsors {
	background-color: #ececec;
	margin: 0 15px 10px 0;
	float: right;
	display: inline;
	width: 184px;
	padding: 8px;
}

.page_topic {
	height: 24px;
	margin: 5px 0 10px 15px;
	float: left;
	display: inline;
}

#left_content {
	text-align: left;
	width: 745px;
	position: relative;
	float: left;
	display: inline;
	margin: 0 5px 10px 15px;
}

.checklist_topic {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 10px 0;
}

.checklist_sub_topic {
	font-weight: bold;
	font-size: 11px;
	margin: 5px 0 10px 0;
}

#countdown {
	width: 306px;
	height: 42px;
	margin: 0 auto 0 auto;
	padding-top: 65px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #14a793;
}

a:hover {
	text-decoration: underline;
	color: #17cbb3;
}
