* {
	padding:0px;
	margin:0px;
}

body,html {
	background-image: url(../gfx/BodyBg.jpg);
	background-position:center;
	background-repeat: repeat-y;
	background-color:#E2E4E6;
	width:100%;
	text-align:center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#97979B;
}

#WrapperMain {
	text-align:left;
	margin:auto;
	padding: 0px;
	width: 890px;
	border-top:3px solid #8D2034;
}



#Logo {
	float: left;
	width: 183px;
	height: 67px;
	padding-left: 118px;
	margin-top:30px;
	margin-bottom:42px;
	margin-right:57px;
}

#NaviL2 {
	clear:both;
}

#NaviL1 {
	height:35px;
	margin-top:85px;
	margin-left:76px;
	margin-bottom:11px;
	clear:both;
}

#NaviL2Wrappper {
	background-image:url(../gfx/BoxShadowRight.jpg);
	background-repeat:repeat-y;
	width:279px;
	padding-bottom:10px;
}

#Header {
	width:454px;
	float:left;
	height:129px;
	/*margin-bottom:30px;*/
}

#ContentWrapper {
	margin-left:78px;
	clear:both;
}

#ContentWrapperLeft {
	width:279px;
	float:left;
}

#ContentWrapperRight {
	width:456px;
	float:left;
}

#ContentRightHeaderline {
	background-color:#F3F5F6;
	width:454px;
	height:12px;
}

#Content {
	margin-left:8px;
	margin-top: 17px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom: 20px;
}

#ContentLeft {
	padding-right: 30px;
}

#ContentLeftBoxHeaderline {
	background-image:url(../gfx/BoxHeadline.jpg);
	width:277px;
	height:16px;
}

#ContentLeftBox {
	width:279px;
	background-image:url(../gfx/BoxShadowRight.jpg);
	background-repeat: repeat-y;
	padding-bottom:10px;
	padding-top:10px;
}

#ContentLeftBoxFooter {
	width:279px;
	height:6px;
	background-image:url(../gfx/BoxShadowBottom.jpg);
	background-repeat:no-repeat;
}

#Footer {
	clear:both;
	width: 733px;
	height:14px;
	/*
	background-image:url(../gfx/Footer.jpg);
	background-repeat:no-repeat;
	*/
	background-color:#F3F5F6;
	margin-left:78px;
	position:fixed;
	bottom:0px;
}
/*
#Footer {
	clear:both;
	width: 733px;
	height:14px;
	background-image:url(../gfx/Footer.jpg);
	background-repeat:no-repeat;
	margin-left:78px;
}
*/
#LanguageSelection {
	position:relative;
	float:right;
	padding-right: 75px;
	padding-top:3px;
}

.Clear {
	clear: both;
	height:0px;
}