@charset "utf-8";

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

/****** Layout *****/
body {
	margin:0;
	padding:0;
	background-color:#ece4da;
}

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

#wrapper {
	position:absolute;
	left:50%;
	top:0;
	width:1100px;
	height:auto;
	margin:17px 0 17px -550px;
	border:1px solid #d9d0c4;
	background-color:#f6f2ed;
	background-image:url(../images/bottomleft_border.png);
	background-position:330px top;
	background-repeat:repeat-y;
}

#header {
	height:112px;
	background-image:url(../images/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:42;
}

#lang_selector {
	position:absolute;
	left:721px;
	top:10px;
	width:339px;
	height:18px;
	padding:0 40px 0 0;
}

#searchbox {
	position:absolute;
	left:721px;
	top:37px;
	width:339px;
	height:21px;
	padding:0 40px 0 0;
}

#mainmenu {
	position:absolute;
	left:332px;
	top:66px;
	width:768px;
	height:44px;
}

#col_left {
	float:left;
	position:relative;
	display:inline;
	width:332px;
}

#col_left_top {
	width:332px;
	height:389px;
	background-image:url(../images/topleft_logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#col_left_bottom {
	width:330px;
	padding:2px 2px 0 0;
	height:auto;
	min-height:273px;
	background-image:url(../images/bottomleft_border_top.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

#col_right {
	float:left;
	position:relative;
	display:inline;
	width:768px;
	z-index:40;
}

#content_head {
	width:768px;
	height:389px;
	z-index:41;
}

#content {
	width:740px;
	height:auto;
	min-height:249px;
	padding:13px 14px;
	background-image:url(../images/content_top.gif);
	background-position:left top;
	background-repeat:repeat-x;
	z-index:41;
}

#footer {
	height:24px;
	background-image:url(../images/footer.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#submenu {
}


