/* Changing default settings */
div#content {
	margin-right: 0;
}

div#content div.left,
div#content div.right {
	float: left;
}

div#content div.left {
	width: 470px;
	margin-right: 26px;
}

div#content div.right {
	width: 248px;
}

div#bottomContent {
	clear: both;
	padding-top: 1em;
	overflow: hidden;
}

/* Changing default markup */
div#content div.article {
	overflow: hidden; /* clear yourself! */
}

div.introduction p {
	color: #444;
}

div.introduction h2 {
	color: #0069B0;
}

div#sidebarleft h2 {
	font-size: 20px;
}

/* Newslistitems */
div.newslistitem {
	width: 230px;
	height: 145px;
	float: left;
	margin: 0 0 1.5em 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 0;
}

div.article div.odd {
	margin-right: 10px;
}

h3.newsitemtitle {
	display: block;
	padding-bottom: 3px;
	background: transparent url(../img/multicol_h2_bg.png) no-repeat left bottom;
	font-size: 12px;
	font-weight: bold;
}

h3.newsitemtitle a {
	text-decoration: none;
	color: #000;
}

div.newslistitem a.readon {
	text-align: left;
}

/* bottomContent */
div#bottomContent div.article {
	float: left;
	width: 365px;
	height: 267px;
	margin-right: 10px;
	padding: 0;
}

div#bottomContent div.article_even {
	margin: 0;
}

div#bottomContent div.article_even{
	background-color: #e3e6f7;
}

div#bottomContent div.article_even div.article_static {
	padding: 10px;
}

div#bottomContent div.article_even h2 {
	margin: 10px 10px 0 10px;
}
