body { background: url('../images/splash/bg2.jpg') 50% 387px no-repeat #d0bc91; }

/*=header
----------*/
#header {
	background: url('../images/splash/edge.gif') 0 100% repeat-x #fff;
	height: 387px;
	min-width: 926px;
	padding: 0px 0 0;
	position: relative;
}
#header #logo { text-align: center; }
#header #nav {
	background: url('../images/splash/bg.jpg') 50% 100% no-repeat;
	font-size: 1.6em;
	height: 387px;
	margin: 0px auto 0;
	position: relative;
	width: 1200px;
}
.maintenance #header #nav {
	background: url('../images/splash/bg-maintenance.jpg') 50% 100% no-repeat;
}
#header #nav li {
	bottom: 0;
	height: 32px;
	position: absolute;
	width: 151px;
}
#header #nav li.first { left: 420px; }
#header #nav li.last { right: 427px; }
#header #nav li a {
	color: #fff;
	display: block;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	width: 121px;
}
#header #nav li.first a {
	padding: 0 25px 0 5px;
	text-align: right;
	width: 121px;
}
#header #nav li.last a { padding: 0 5px 0 25px; }

/*=content
-----------*/
#contentWrap {
	background: url('../images/splash/shadow.png') 100% 100% no-repeat;
	margin: 0 auto;
	padding: 0 14px;
	width: 780px;
}
#contentWrap #content {
	background: #eae7db;
	padding: 19px 88px 21px;
}
.maintenance #contentWrap #content {
	padding: 19px 20px 21px;
}
#content #langSelection { background: url('../images/splash/content_bg.gif') 50% 0 repeat-y;
	height: 115px;}
#langSelection .col {
	float: left;
	padding: 13px 0 23px;
	width: 272px;
}
.maintenance #langSelection .col {
width:340px;
}
#langSelection #enCol {
	margin-right: 30px;
	text-align: right;
}
#langSelection #frCol { margin-left: 30px; }
#langSelection h1 {
	color: #007e44;
	font-size: 2.1em;
	font-weight: normal;
	margin: 0 0 12px;
}
#langSelection p { font-size: 1.2em; margin-bottom:10px;}

/*=footer
----------*/
#footer {
	margin: 25px 0;
	text-align: center;
}


/*=ie6 png print
-----------------*/
.printIE6 { display: none; }

