body {
	color: #5a5a5a;
	background:#beb5ac;
}
#container {
	margin: 0 auto;
	background:url(../images/bg-container.gif);
	width: 1041px;
}
#outerWrapper {
	background: url(../images/bg_inner_top.jpg) no-repeat left top;
	margin: 0 auto;
	width: 1041px;
}
#innerWrapper {
	background: url(../images/bg_inner_bottom.jpg) no-repeat left bottom;
	font-size: .75em;
	margin: 0 auto;
	width: 1041px;
}
/* extra */
#extra {
	display: none;
}
hr {
	display: none;
}
/* header */
#header {
	background: url(../images/bg-container.jpg) repeat-x left top;
	clear: both;
	height: 205px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 861px
}
#header h1 {
	
}
#header h1 a{
	
}
#header h1 a:hover{
	
}
/* nav */
#nav {
	background: url(../images/bg-nav-inner.gif) repeat-x left top;
	margin: 0 auto;
	width: 861px;
}

#nav ul li span a {background:none !important;}
#nav ul {
	display: table;
	margin: 0 auto;
	white-space: nowrap;
}
#nav ul li {
	display: table-cell;
	font: bold 13px/29px Arial;
	height: 32px;
	padding-left: 20px
}
#nav ul li.Active {
	background: url(../images/ico-nav.gif) repeat-x center bottom;
}
#nav ul li a, #nav ul li.Active span {
	color: #282828;
	display: block;
	height: 32px;
	padding: 0 20px 0 0;
	background: no-repeat right top;
	outline: none;
}
#nav ul li a:hover, #nav ul li.Active span {
	color: #282828;
}
#nav ul li.Last{
	border: none;
}
/* subnav */
#subnav {
	background: url(../images/bg-subnav-inner.gif) repeat-x left top;
	overflow: hidden;
	padding: 6px 0 10px 0;
	margin: 0 auto;
	text-align: center;
	width: 861px;

}
#subnav li {
	border-right: 1px solid #282828;
	display: inline;
	font: normal 12px Arial;
	padding: 0 7px;
	height: 35px;
	position: relative;
	z-index: 10;
}
#subnav li.Last {
	border-right: none;
}
#subnav li a:link, #subnav li a:visited {
	color: #282828;
}
#subnav li a:hover, #subnav li.Active a{
	color: #000;
}
/* footer */
#footer {
	background: #aca590 url(../images/bg-footer-inner.gif) no-repeat left top;
	clear: both;
	margin: 0 auto;
	padding: 45px 0 7px 0;
	text-align: center;
	width: 861px;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
.txtFooter {
	font: normal 10px Arial;
	color: #7a1500;
	font-style: italic;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	width: 640px;
}
/* main */
#main {
	background: url(../images/bg-main.gif) repeat-y left top;
	margin: 0 auto;
	overflow: hidden;
	width: 861px;
}
#main #content {
	float: left;
	padding: 20px 0px 20px 36px;
	width: 564px;
}
#main #sidebar {
	background: url(../images/bg_sidebar.gif) no-repeat bottom center;
	float: right;
	padding: 20px 15px 200px 15px;
	width: 200px;
}
#main #content .visite {
	color: #c3430e;
}
/* fullcol */
.FullCol #main {
	background: url(../images/bg-main-full.gif) repeat-y left top;
}
.FullCol #main #content {
	float: none;
	width: auto;
	padding: 20px 20px 20px 20px
}

