/* ----- Page Structure ----- */
#website {
	margin: 0 auto 0 auto;
	width: 965px;
	text-align:left;
}
#header {
	height: 155px;
	background: transparent url(../images/header_bg.png) no-repeat top left;
	width: 100%;
	float: left;
	position:relative;
}
#logo {
	padding: 28px 0 0 40px;
	width: 317px;
	height: 30px;
	float: left;
}
#header_menu {
	width: 160px;
	float: right;
}
#main_menu {
	bottom:0;
	float:left;
	left:0;
	position:absolute;
	width:100%;
	height:28px;
}
#over_content_box {
	width: 100%;
	float: left;
	height: 30px;
	background: #cccccc;
}
#content_area {
	width: 100%;
	float: left;
	background:none repeat scroll 0 0 #FFFFFF;
	padding-top:2px;
}
#left_side {
	float: left;
	min-height: 519px;
	height: auto !important;
	height: 519px;
	padding:0 2px;
	width:318px;
}
#left_side_top,
#left_side_menu,
#left_side_content {
	float:left;
	width:100%;
}
#content {
	width: 567px;
	min-height: 519px;
	height: auto !important;
	height: 519px;
	padding: 38px;
	float:left;
	
}
#right_side {
	width: 318px;
	padding:0px 2px;
	float: left;
	min-height: 519px;
	height: auto !important;
	height: 519px;
}
#content_wide {
	padding:38px;
	width:566px;
	min-height: 519px;
	height: auto !important;
	height: 519px;
	float:left;
}
#footer {
	float:left;
	width:100%;
	height:60px;
	background: transparent url(../images/footer_bg.png) repeat-x 0 0;
}
#footer_menu {
	margin: 0 auto;
	width: 927px;
	padding-right:38px;
}
