@import url("menu.css");
@import url("styles_cms.css");
#container {
	text-align: left;
	width: 991px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #000000;
	background-image: url(../images/tile_content.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
}
#menu {
	float: left;
	width: 185px;
	position: relative;
	padding-left: 2px;
}

#content {
	width: 560px;
	margin-left: 25px;
	position: relative;
	float: left;
}
#news {
	position: relative;
	height: 300px;
	width: 177px;
	background-image: url(../images/news_tile.gif);
	padding-right: 20px;
	padding-left: 5px;
	overflow: hidden;
	float: right;
	margin-bottom: 100px;
	top: -3px;
}
.news_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#vert_spacing {
	float: right;
	height: 400px;
	width: 1px;
	position: relative;
}
#content a {
	color: #333333;
}

.logo {
	position: absolute;
	top: 469px;
	right: 46px;
}
#bottom {
	clear: both;
	height: 0px;
	width: 900px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
}
h1 {
	font-size: 18px;
}

