* {
	margin: 0;
	padding: 0;
}

html , body {
	height: 100%;
	border-bottom: solid 1px #dadada;
}

body {
	background-color: #dadada;
}

#mainwrapper {
	margin: 0 auto;
	background-color: transparent;
	width: 849px;
}

#menu {
	background-image: url(images/menu_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 20px;
}

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 141px;
	margin-top: 5px;
}

#header_text {
	color: #fff;
	height: 111px;
	padding: 15px;
	width: 396px;
	float: right;
	border-left: solid 1px #fff;
}

#breadcrumb {
	height: 23px;
	padding-top: 11px;
}

#content_top {
	background-image: url(images/content_top_bg.gif);
	height: 5px;
	overflow: hidden;
}

#content {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
}

#contentwrapper {
	float: left;
	width: 540px;
	padding: 10px;
	padding-top: 5px;
	padding-right: 5px;
}

#newswrapper {
	width: 281px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}

#news_top {
	background-image: url(images/news_top.gif);
	background-repeat: no-repeat;
	background-color: #e3e3e3;
	min-height: 218px;
	padding: 5px;
}

* html #news_top {
	height: 218px;
}

#news_bottom {
	background-image: url(images/news_bottom.gif);
	height: 11px;
	overflow: hidden;
}

#content_bottom {
	background-image: url(images/content_bottom_bg.gif);
	height: 5px;
	overflow: hidden;
}

#footer {
	border-top: dotted 1px #999999;
	padding: 5px;
	color: #666666;
	text-align: center;
}

.clear {
	display: block;
	clear: both;
}

#idlmedia {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	float: right;
	padding: 5px;
}

#idlmedia a {
	color: #666;
	text-decoration: none;
}