body  {
	background:#4186ae url(/images/background.jpg) repeat-x;
	margin: 0;
	padding-bottom: 30px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #444444;
}
h1 {
	font-size: 16px;
	margin:0;
	font-family: "Arial";
	color: #787878;
}
h2 {
	font-size: 14px;
	margin:5px 0;
	color: #787878;
}
p {
	line-height: 15px;
	margin: 5px 0;
}
em {
	text-decoration: normal;
	font-weight:bold;
}
#container {
	width: 900px;
	margin: 0 auto;
}
#menu {
	height: 57px;
}
#menu-left {
	background:url(/images/menu-left.jpg);
	width: 3px;
	height: 57px;
	float: left;
}
#menu-content {
	background:url(/images/menu-content.jpg) repeat-x;
	height: 57px;
	float: left;
	width: 894px;
}
#menu-right {
	background:url(/images/menu-right.jpg);
	width: 3px;
	height: 57px;
	float: right;
}
#menu-list {
	margin:14px 0;
	padding:0;
	list-style-type: none;
}
#menu-list li {
	float: left;
	background-image: url(/images/menu-splitter.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 26px;
}
#menu-list > li:first-child {
	background: none;
}
#menu-list li > * {
	color:#FFFFFF;
	font-family:Arial;
	font-size:17px;
	padding:17px 31px 17px 33px;
	text-decoration:none;
	line-height: 25px;
}
#logo {
	height: 95px;
	background: url(/images/logo-background.jpg) no-repeat center center;
}
#teaser {
	height: 192px;
	margin-top:25px;
	background: url(/images/teaser-background.jpg);
	color: #fff;
	font-size:12px;
}
#teaser-text {
	float:left;
	padding: 20px 0 0 20px;
}
#teaser-text h1 {
	font-size: 23px;
	margin: 0;
	font-family: "Arial";
	color: #fff;
}
#teaser-text p {
	width:350px;
}
#teaser-carousel {
	float:right;
	width: 490px;
	height: 192px;
	margin-left: -28px;
}
#content {
	background-color: #fff;
	margin-top: 10px;
}
#content-top {
	height: 32px;
	background: url(/images/content-background-top.jpg) repeat-x center center;
}
#content-content {
	min-height: 350px;
}
.content-column {
	width: 259px;
	margin: 0 20px;
	float:left;	
}
.content-column:after {
	/*content: ' \<div class="content-column-splitter">&nbsp;</div>';*/
}
.content-column-splitter {
	width: 1px;
	background: url(/images/content-splitter.jpg) no-repeat center center;
	height: 360px;
	float:left
}
#content-bottom {
	height: 35px;
	background: url(/images/content-background-bottom.jpg) repeat-x center center;
}
#footer {
	background: url(/images/footer-background.png) no-repeat center center;
	height: 36px;
}