@charset "utf-8";
/* CSS Document */

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #888888;
	
	
}
#wrapper {
	vertical-align: middle;
	width: 850px;
	background-color:#FFFFFF;
	height: 100%;
	clear: both;
	bottom: 0px;
	background: #ffffff;
	z-index: 1;
	visibility: visible;
	margin-top: 0px;
	margin-bottom: 0px;
   }

#header {
	background-color: #FFF;
	background-image:url(../images/banner.gif);
	height: 125px;
	border-bottom: solid 0px; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	text-align:right;
	padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	position: relative;
	z-index: 1;
}

#navigation {
	color:#31343a;
	height: 59px;
	width: 850px;
	background-image:url(../images/navigation_bk.gif);
	position: relative;
	z-index: 3;
}

#newscontent {
	color:#31343a;
	width: 551px;
	position: relative;
	top: 0px;
	clear: none;
	float: left;
	z-index: 2;
	background-color: #FFFFFF;

}

#sidebar {
	color:#31343a;
	width: 280px;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	top:0px;
	z-index: 2;
	clear: right;
	background-color: #FFFFFF;

}

#news {
	color:#31343a;
	width: 251px;
	position: relative;
	top: 0px;
	left: 29px;
	clear: both;
	float: left;
	z-index: 2;

}

#jobs {
	color:#31343a;
	width: 249px;
	top: 0px;
	left: 40px;
	float: left;
	clear: none;
	position: relative;
	right: 0px;
	z-index: 2;

}

#hot_topics {
	color:#31343a;
	width: 280px;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	top:0px;
	z-index: 2;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
	margin-left: 551px;
	clear: both;

}

#footer {
	position: relative;
	clear: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	width: 850px;
	z-index: 1;
}

