@charset "UTF-8";
#sidebar {
	background-color: #231f20;
	left: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 206px;
	z-index: 2000;
	float: left;
	position: absolute;
}
#logo {
}
#navbar {
	background-color: #231f20;
	background-image: url(/images/layout/bg_sidebar.png);
	background-repeat: repeat-x;
	padding-top: 35px;
	height: 600px;
}
#news {
	margin-top: 40px;
}
#container {
	margin-left: 206px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100% -206px;
}
#main {
	padding-bottom: 25px;
	margin: 0px;
	background-color: #FFFFFF;
}
#head {
	background-color: #44464B;
	text-align: center;
	margin: auto;
	width: 1050px;
}
#header {
	height: 200px;
	width: 1050px;
}
#middle {
	text-align: left;
	background-image: url(../images/layout/bg.png);
	background-repeat: repeat-y;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
}
#middle a {
	color: #231F20;
	text-decoration: underline;
}
#middle a:hover {
	color: #F58220;
	text-decoration: underline;
}
#middle a:visited {
	color: #231F20;
	text-decoration: underline;
}
#content {
	padding-left: 255px;
	padding-bottom: 15px;
	padding-top: 20px;
	padding-right: 18px;
}
#content a {
	color: #F57011;
	text-decoration: underline;
}
#content a:hover {
	color: #990000;
	text-decoration: none;
}
#footer {
	height: 250px;
	background-image: url(/images/layout/bg_footer.png);
	background-repeat: repeat-x;
	margin: 0px;
}
