@charset "utf-8";

@import url("content.css");
@import url("menu.css");
@import url("fce.css");

/****** Layout *****/
body {
	margin:0;
	padding:0;
	background-image:url(../images/body_back.png);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#ffffff;
}

html, body {
	min-height: 100%;
	overflow-x:hidden;
}

#wrapper_back {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-688px;
	width:1399px;
	min-height:100%;
	background-image:url(../images/main_back.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#wrapper_shadow {
	position:absolute;
	left:50%;
	top:176px;
	margin-left:-485px;
	width:970px;
	background-image:url(../images/content_wrapper_back.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

#wrapper {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-485px;
	width:970px;
	height:auto;
	min-height:100%;
}

#submenu {
	float:left;
	position:relative;
	display:inline;
	width:834px;
}

#content_toolbar {
	float:left;
	position:relative;
	display:inline;
	width:102px;
	text-align:right;
	padding:9px 0 0 0;
}

#header {
	width:970px;
	height:156px;
	overflow:hidden;
	background-image:url(../images/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#header a {
	display:block;
	width:970px;
	height:156px;
	cursor:pointer;
	text-decoration:none;
}	

#mainmenu {
	width:970px;
	height:auto;
	background-image:url(../images/navi_back_grey.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

#navi_bottom {
	width:970px;
	height:12px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	background-image:url(../images/navi_bottom.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#main_wrapper {
	width:970px;
	height:auto;
}

	#wrapper_left {
		float:left;
		position:relative;
		display:inline;
		width:210px;
		margin:0 0 10px 26px;
	}
	
		#menu_left {
			width:210px;
			margin:0 0 10px 0;
			padding:0 0 17px 0;
			overflow:hidden;
			background-image:url(../images/left_back.gif);
			background-position:left top;
			background-repeat:repeat-y;
		}
		
		#searchbox {
			background-image:url(../images/left_back.gif);
			background-position:left top;
			background-repeat:repeat-y;
			width:210px;
			margin:0 0 10px 0;
			padding:0 0 20px 0;
		}
		
		#weatherbox {
			background-image:url(../images/left_back.gif);
			background-position:left top;
			background-repeat:repeat-y;
			width:210px;
			margin:0 0 10px 0;
			padding:0 0 6px 0;
		}
		
		#subcontent {
			padding:0 0 0 10px;
		}
		
	#content_wrapper {
		float:left;
		position:relative;
		display:inline;
		width:668px;
		margin:12px 0 0 20px;
	}
/*
	#content_path {
		height:39px;
	}
*/
		#content {
		}
		
#footer {
	border-top:1px solid #aab9c0;
	padding:7px 0 15px 0;
	margin:10px 36px 0 36px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#585858;
	font-size:0.92em;
}
#footer a {
	color:#3a74a9;
	text-decoration:underline;
}

/*
#submenu_wrapper {
	float:left;
	width:184px;
	margin:0 27px 0 0;
}

#menu_right {
}

*/