body {
	background: #d0b1a5 url(../images/bg-body.gif) repeat-x;
}
#container {
	background:url(../images/bg-container.jpg) no-repeat center top;
	width:857px;
	margin: 0 auto;
}
#innerWrapper {
	font-size: .75em;
	margin: 0 auto;
	position: relative;
	width: 857px;
}
#outerWrapper {

}

/* extra */
#extra {
	display: none;
}
hr {
	display: none;
}

/* header */
#header {
	height: 255px;
	width: 857px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#header h1 {
	font-family: HelveticaInserat LTStd;
	font-size: 3.0em;
	font-weight: normal;
	line-height: 1em;
	position: absolute;
	top: -2px;
	left: 5px;
}
#header h1 a{
	color: #fff;
}
#header h1 a:hover{
	color: #d9dbc9
}

/* nav */
#nav {
	background: url(../images/bg-nav-inner.gif) no-repeat left top;
	width: 857px;
}
#nav ul {
	display: table;
	margin: 0 auto;
	white-space: nowrap;
}
#nav ul li {
	display: table-cell;
	padding: 0 11px;
	height: 33px;
	font: normal 12px Arial;
}
#nav ul li.Active {
	background: url(../images/ico-nav-arrow.gif) no-repeat center bottom;
}
#nav ul li a, #nav ul li.Active span {
	color: #fff;
	display: block;
	height: 27px;
	padding: 6px 0 0 0;
}
#nav ul li a:hover, #nav ul li.Active span {
	color: #fff;
}

/* subnav */
#subnav {
	text-align: center;
	height: 55px;
	display: block;
	background: url(../images/bg-subnav-inner.gif) no-repeat left top;
	padding: 0px 86px 0 86px;
}
#subnav li {
	border-right: 1px solid #105f76;
	display: inline;
	padding: 0 11px 0 11px;
	position: relative;
	z-index: 10;
	color: #dd6026;
	font: bold 13px Arial;
}
#subnav li.Last {
	border-right: none;
}
#subnav li a:link, #subnav li a:visited {
	color: #105f76;
}
#subnav li a:hover, #subnav li.Active {
	color: #948e7c;
}

/* footer */
#footer {
	background: url(../images/bg-footer-inner.gif) no-repeat top center;
	color: #fff;
	padding: 30px 0 0 0;
	text-align: center;
	margin: 0 auto;
	position:relative;
}
#footer span {right:10px; top:30px; position:absolute;}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}

/* main */
#main {
	background: url(../images/bg-main.gif) repeat-y center top;
	overflow: hidden;
	width: 857px;
	margin: 0 auto;
}
#main #content {
	float: left;
	padding: 11px 14px 25px 17px;
	width: 564px;
}
#main #sidebar {
	float: right;
	padding: 25px 14px;
	width: 234px;
}
#main #content .visite {
	color: #998965;
}
/* fullcol */
/*.FullCol #footer {
	background-image: url(../images/bg-footer-full.gif);
}
*/
.FullCol #main {
	background-image: url(../images/bg-main2.gif);
}
.FullCol #main #content {
	float: none;
	width: auto;
}
