/* LAYOUT */

div#header {
	background: #fff;
}

div#header div.wrapper {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	text-align: left;
}

body div#page {
	top: -10px;
	width: 800px;
	margin: 0 auto;
	background: none;
	text-align: left;
}

body div#navigation {
	padding-bottom: 25px;
	background: #fff;
}

div#teaser {
	float: right;
	width: 600px;
	padding-bottom: 25px;
	padding-left: 20px;
	background: #fff;
}

body div#content {
	clear: both;
	float: none;
	width: 800px;
	background: none;
	font-size: 1em;
}

div#categories {
	padding-top: 5px;
	padding-bottom: 15px;
	background: #fff;
}

div#content div.left,
div#content div.middle,
div#content div.right,
body div#content div.news-latest {
	float: left;
	width: 259px;
	margin: 0;
	padding: 0 12px;
	border-bottom: 0;
}

div#content div.middle,
body div#content div.news div#n2 {
	padding-right: 24px;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
}

div#content div.right {
	width: 247px;
	overflow: hidden;
	padding-right: 0;
}

div#content div[class="left"],
div#content div[class="middle"],
div#content div[class="right"],
body div#content div[class="news-latest"] {
	width: 238px;
	overflow: visible;
}

/* NEWS */

div.news {
	margin-top: 25px;
	padding: 15px 0;
	background: #fff;
	font-size: 0.85em;
}

body div.news h2.news-title {
	text-transform: none;
}

body div.news p.bodytext {
	line-height: 1.5em;
}

div.news h2 span {
	color: #A0558F;
}

div#content div.news-latest img {
	display: none;
}

div.news p.more {
	background: url(layout/arrow-small-right.gif) no-repeat left top;
}

div.news p.more span {
	visibility: hidden;
}

/* FOOTER */

body div#footer {
	position: relative;
	top: 5px;
	margin-bottom: 50px;
}

/* CONTENT */

h3, p {
	font-style: italic;
}

h3 {
	text-transform: uppercase;
}

a {
	color: #000;
}