html, body {
	background: #1B3C35;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Sans-Serif;
}

h1 {
	color: #1B3C35;
	margin: 10px 5px 10px 0px;
	font-size: x-large;
	display: block;
	clear: both;
}

.imgleft {
	position: relative;
	float: left;
	margin: 10px;
}

.imglabel {
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	padding: 5px;
	display: block;
	background: #000;
	color: #FFF;
	font-size: x-small;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

#wrapper {
	position: relative;
	width: 900px;
	background: #FFF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 100px;
	background: url(../img/backgrounds/banner_right.png) no-repeat top right #FFF;
}

#navbar {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 890px;
	height: 30px;
	background: url(../img/backgrounds/navbar_leftr.png) no-repeat top left #FFF;
	padding-right: 10px;
}

#navbar a {
	float: right;
	height: 25px;
	padding: 5px 10px 0px 10px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#navbar a:hover {
	background: #000;
	color: #A26C33;
}

#navbar a.selected {
	background: #000;
	color: #A26C33;
}

#pagetop {
	position: absolute;
	left: 0px;
	top: 130px;
	background: url(../img/backgrounds/pagetop_bottom.png) repeat-x bottom left #000; /*#333399;*/
	height: 250px;
	width: 900px;
}

#pagetop #pictureblock {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 600px;
	height: 230px;
	background: #FFF;
}

#pagetop #latestblock {
	position: absolute;
	top: 10px;
	left: 620px;
	width: 270px;
	height: 230px;
	background: #FFF;
}

.nextevent {
	float: left;
	width: 246px;
	height: 66px;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
}

.newsitem {
	float: left;
	height: 35px;
	width: 246px;
	padding: 2px 10px 2px 10px;
	border-top: #CCC dashed 1px;
	font-size: small;
	color: #AAA;
	cursor: pointer;
	overflow: hidden;
}

.itemheadline {
	font-size: medium;
	color: #990033;
	font-weight: bold;
	width: 100%;
	display: block;
}

.eventheadline {
	color: #CC3300;
}

#pagebottom {
	position: absolute;
	left: 0px;
	top: 380px;
	background: #FFF;
	width: 900px;
}

#pagebottom #textblock {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 858px;
	border: 1px solid #CCC;
}

#pagebottom #blocksblock {
	float: left;
	clear: both;
	width: 900px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.block {
	position: relative;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 274px;
	height: 310px;
	border: 1px solid #CCC;
	padding: 5px;
	font-size: small;
	color: #666;
	background: url(../img/backgrounds/readmore.png) no-repeat bottom right;
	cursor: pointer;
}

.blockimg {
	margin-bottom: 10px;
	width: 275px;
	height: 80px;
	overflow: hidden;
	background: #1B3C35;
	position: relative;
}

.blockheadline {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	width: 255px;
	height: auto;
	padding: 5px 10px 5px 10px;
	background: #000;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	color: #FFF;
	font-size: medium;
}

#footer {
	position: relative;
	float: left;
	width: 900px;
	height: 30px;
	background: url(../img/backgrounds/footer_right.png) no-repeat bottom right #000;
}

#footer #spqlogo {
	float: left;
	width: 28px;
	height: 28px;
	padding: 2px 0px 0px 2px;
}

#footer #spqlogo img {
	border: none;
}

#footer #copyright {
	float: left;
	width: 770px;
	color: #FFF;
	font-size: xx-small;
	text-align: center;
	padding-top: 3px;
}