/* CSS Document */

#container {
	width: 940px;
	height: 0 auto;
	margin: 0 auto;

}

#header {
	float: left;
	width: 935px;
	height: 203px;
	background: url("images/header.png") no-repeat;
}

#header_link {
	position: relative;
	width: 340px;
	height: 140px;
	top: 10px;
	left: 173px;
	z-index: 3;
}

#header_sidebar {
	width: 160px;
	height: 185px;
	position: relative;
	left: 775px;
	z-index: 3;
	margin-top: -122px;
}

#contentwrapper {
	height: auto !important;
	width: 940px;
	margin: 0 auto;
	z-index: 1;
}

* html #contentwrapper {
	height: auto !important;
	width: 940px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	bottom: 15px;
}

#sidebar_left {
	float: left;
	width: 160px;
	height: auto !important;
	padding: 0 1px 0 11px;
	margin: -7px 0 0 0;
	z-index: 1;
}

#sidebar_left_top {
	background: url("images/sidebar_left_top.gif");
	float: left;
	width: 161px;
	height: 27px;
	z-index: 1;
}

* html #sidebar_left_top {
	background: url("images/sidebar_left_top.gif");
	float: left;
	width: 161px;
	height: 27px;
	position: relative;
	z-index: 1;
}

#sidebar_left_container {
	background: url("images/sidebar_left_middle.png");
	float: left;
	width: 161px;
	height: auto !important;
	z-index: 1;
}

#navigation {
	float: left;
	width: 161px;
	height: auto !important;
}

#sidebar_left_bottom {
	background: transparent url("images/sidebar_left_bottom.jpg") repeat scroll 0 0;
	float: left;
	height: 245px;
	top: 10px;
	width: 160px;
	z-index: 1;
	padding-bottom: -10px;
}

#content {
	background: url("images/content_background.jpg");
	width: 563px;
	height: auto !important;
 	min-height: 347px;
 	height: 0 auto;
	float: left;
	padding: 20px 20px 20px 20px;
	z-index: 1;
overflow:hidden;
}

* html #content {
	background: url("images/content_background.jpg");
	width: 553px;
	height: auto !important;
 	min-height: 347px;
 	height: 347px;
	float: left;
	padding: 20px 20px 20px 20px;
	z-index: 1;
}

#sidebar_right {
	float: left;
	width: 158px;
	height: 300px;
	margin: -7px 0 0 0;
	z-index: 1;
}

* html #sidebar_right {
	float: left;
	width: 160px;
	height: 300px;
	margin: -7px 0 0 0;
	z-index: 1;
}

#sidebar_right_top {
	background: url("images/sidebar_right_top.gif");
	float: left;
	width: 160px;
	height: 27px;
	position: relative;
	z-index: 1;
}

#sidebar_right_middle {
	background: url("images/sidebar_right_middle.png");
	float: left;
	width: 160px;
	height: 357px;
	z-index: 1;
}

* html #sidebar_right_middle {
	background: url("images/sidebar_right_middle.png");
	float: left;
	width: 160px;
	height: 357px;
	z-index: 1;
}

#sidebar_right_bottom {
	background: url("images/sidebar_right_bottom.gif");
	float: left;
	width: 160px;
	height: 11px;
	z-index: 1;
}

* html #sidebar_right_bottom {
	background: url("images/sidebar_right_bottom.gif") no-repeat;
	float: left;
	width: 160px;
	height: 11px;
	z-index: 1;
}
#sidebar_banner {
	float: left;
	width: 160px;
	height: 120px;
        margin:  4px 0 0 0;
	z-index: 1;
}
#footer {
	height: 15px;
	width: 924px;
	margin: 0 auto;
	font-size: 11px;
	color: #cce2f0;
	font-weight: bold;
	background: none;
	float: left;
	padding: 0 0 0 174px;
	z-index: 1;
}

#footer_right {
	height: 15px;
	width: 924px;
	margin: 0 auto;
	font-size: 11px;
	color: #cce2f0;
	font-weight: bold;
	background: none;
	float: left;
	padding: 0 0 0 300px;
	z-index: 1;
}

