body {
	background: #4e315d url(../images/bg-body.gif) repeat-x  left top;
}

#container {
	background:url(../images/bg-container.jpg) no-repeat center top;
	width:967px;
	margin: 0 auto;
}

#innerWrapper {
	font-size: .75em;
	margin: 0 auto;
	position: relative;
	width: 967px;
}

#outerWrapper {

}

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

hr {
	display: none;
}

/* header */
#header {
	height: 266px;
	text-align:center;
}
#header h1 {
	font-family: HelveticaInserat LTStd;
	font-size: 3.5em;
	font-weight: normal;
	text-align:center;
	padding:20px 0;
}
#header h1 a{
	color: #fff;
}
#header h1 a:hover {
	color: #d4b3c8
}
/* nav */
#nav {
	background: url(../images/bg-nav-inner.gif) no-repeat left top;
}
#nav ul {
	display: table;
	margin: 0 auto;
	white-space: nowrap;
}
#nav ul li {
	display: table-cell;
	padding: 0 11px;
	height: 34px;
	font: bold 13px 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: 28px;
	padding: 6px 0 0 0;
}
#nav ul li a:hover, #nav ul li.Active span {
	color: #000;
}

/* subnav */
#subnav {
	text-align: center;
	height: 35px;
	display: block;
	background: url(../images/bg-subnav-inner.gif) no-repeat left top;
	padding: 2px 86px 0 86px;
}
#subnav li {
	border-right: #3b3220 solid 1px;
	display: inline;
	padding: 0 10px;
	position: relative;
	z-index: 10;
	color: #dd6026;
}
#subnav li.Last {
	border-right: none;
}
#subnav li a:link, #subnav li a:visited {
	color: #3b3220;
}
#subnav li a:hover, #subnav li.Active {
	color: #943b20;
}

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

/* main */
#main {
	background: url(../images/bg-main.gif) repeat-y center top;
	overflow: hidden;
	width: 967px;
	margin: 0 auto;
}
#main #content {
	float: left;
	padding: 11px 29px 25px 80px;
	width: 564px;
}
#main #sidebar {
	float: right;
	padding: 25px 60px 25px 15px;
	width: 219px;
}

#main #content .visite {
	color: #998965;
}

/* fullcol */
.FullCol #footer {
	background-image: url(../images/bg-footer-inner.gif);
}
.FullCol #main {
	background: url(../images/bg-main-full.gif) repeat-y center top;
}
.FullCol #main #content {
	float: none;
	width: auto;
}
