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

* {
	padding: 0px;
	margin: 0px;
	font-size: 11pt;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}

.clearfix {
	content: ".";
	visibility: hidden;
	clear: both;
}

body {
	background: url(../img/sitebg.jpg) repeat-x #c0d0d4;
	text-align: center;
}

#global_wrapper {
	width: 960px;
	height: 100%px;
	padding-top: 10px;
	margin: auto;
	text-align: left;
}

#top_menu {
	height: 79px;
	max-width: 960px;
	background: url(../img/menu_norm.png) repeat-x;
	text-align: center;
	padding: 0px 10px;
	margin: 0px;
	z-index: 10;
}

#menu_aus {
	height: 79px;
	width: 100%;
	background: url(../img/menu_aus.png) repeat-x;
	position: absolute;
	top: 240px;
	left: 0px;
	z-index: -10;
}

#content_wrapper {
	background: #FFF;
	width: 960px;
	position: absolute;
	top: 300px;
	z-index: -5;
	background: #FFF url(../img/right_bg.png) repeat-y;
	background-position: right;
}

#content {
	max-width: 620px;
	padding: 20px 20px 20px;
	float: left;
	position: relative;
	left: 10px;
}

#right {
	width: 280px;
	height: auto;
	float: right;
}

#footer {
	width: 100%;
	height: 80px;
}

.news_heading {
	display: block;
	height: 23px;
	width: 517px;
	background: url(../img/newsback.png) no-repeat;
	background-position: bottom left;
	color: #2f5d6d;
	font-size: 1.15em;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 4px;
}

#News {
	width: 100%;
}

#news_cont {
	min-height: 124px;
	max-height: 200px;
	overflow: hidden;
	width: 221px;
	background: #e1e8eb url(../img/news_back.jpg) no-repeat;
	padding: 10px;
	float: left;
	-moz-box-shadow: 0 0 5px #444;
	-webkit-box-shadow: 0 0 5px #444;
	box-shadow: 0 0 5px #444;
}

.news_cont_1 {
	position: relative;
	left: 10px;
}

.news_cont_2 {
	position: relative;
	left: 50px;
}