
body, html {
    color: #333; 
    font-family: Arial, Tahoma, sans-serif;
    background: #c6dffa; 
    text-align: center; /*** Centers the design in old IE versions ***/
}


#MainContainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: #e6f2ff url(../../img/main_bgr.png) top left no-repeat;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
}

#Header {
	width: 980px;
	height: 250px;
	position: relative;
	float: left;
	display: block;
}

#Logo {
	width: 206px;
	height: 124px;
	position: relative;
	float: left;
	display: block;
	margin-top: 20px;
	margin-left: 10px;
}

#TNavi {
	width: 698px;
	position: absolute;
	background: url(../../img/tblock.png) top left repeat;
	padding: 5px;
	height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #fff;
	top: -50px;
	left: 0px;
}

#langs {
	width: 150px;
	position: absolute;
	height: 10px;
	top: -70px;
	left: 0px;
	text-align: left;
}

#langs .langs_a, #langs .langs_a:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #159FDD;
}
#langs .langs_a:hover {
	color: #A70E10;
}


#Inner{
	width: 698px;
	position: relative;
	float: left;
	background: #ffffff;
	margin-left: 136px;
	margin-top: 5px;
	padding: 5px;
}

* html #Inner {
	margin-left: 68px;
}
#contentBottom, #Footer, #contentMiddle{
	width: 698px;
	position: relative;
	float: left;
}

#contentMiddle {
	background: url(../../img/content_middle.png) bottom left repeat-y;
}

#contentBottom {
	background: url(../../img/content_bottom.png) bottom left no-repeat;
	min-height: 200px;
	padding-bottom: 30px;
}

* html #contentBottom {
	height: 200px;
}

#Content {
	width: 678px;
	padding: 10px;
	position: relative;
	float: left;
	text-align: left;
	font-size: 14px;
	font-family: Verdana, Arial;
}



#Footer {
	margin-top: 5px;
	background: url(../../img/footer_bgr.png) top left no-repeat;
	height: 69px;
}

.floatRight{
	position: relative;
	float:right;
	height: 69px;
	display: block;
}

#footerstuff {
	position: relative;
	float: left;
	display: block;
	height: 59px;
	width: 150px;
	padding-top: 10px;
	margin-left: 10px;
}
#wflogo {
	width: 80px;
	height: 32px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#wfcaption {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	font-size:10px;
	text-decoration: none;
	color: #159FDD;
}
#FooterData{
	position: relative;
	float: left;
	display: block;
	height: 59px;
	width: 290px;
}
