body {
	background:#fff url(../images/body.jpg) repeat-x left top;
	color: #b59461;
	margin: 0;
	padding: 0;
}

#container {
	
	background:url(../images/container.jpg) no-repeat center bottom;
	overflow:hidden;
}
#outerWrapper {
	
}
#innerWrapper {
	font-size: 0.75em;
	margin: 0 auto;
	width: 1004px;

}
/* extra */
#extra {
	display: none;
}
hr {
	display: none;
}
/* header */
#header {
	height: 191px;
	width: 1004px;
	text-align: center;
	overflow:hidden;
	margin-top:50px;
	background:#fff;
}
#header h1 {
	
}
#header h1 a{
	
}
#header h1 a:hover{
	
}
/* nav */
#nav {
background:#794f29 url(../images/nav.jpg) ;width:1004px; margin:0 auto;height:38px;
margin-top: 20px;
}
#nav ul {
	height:38px;
	display:table;
	margin: 0 auto;
	white-space: nowrap;
}
#nav ul li {
	display:table-cell;
	font: bold 13px/38px Tahoma, Geneva, sans-serif;
	height:38px;
	
}
#nav ul li.Active {
  
}
#nav ul li a, #nav ul li.Active span {
	color:#FFF;
	padding: 0px;
	outline: none;
	display: block;
	text-align:center;
	width:100px;
}
#nav ul li.Last a{
	background: none
}
#nav ul li a:hover, #nav ul li.Active span {
color: #FFF;
background:url(../images/nav-a.jpg) no-repeat right top;
	}
/* subnav */
#subnav {
	width:1004px;
	margin:0 auto;
	background: url(../images/sub-nav.jpg);
    clear:both;
	text-align:center;
	height:97px;
	padding-top:5px;
}
#subnav li {
	border-right: 1px solid #57371e;
	display: inline;
	font: normal 12px Arial;
	padding: 0 7px;
	z-index: 10;
}

#subnav li.Last {
	border-right: none;
}
#subnav li a:link, #subnav li a:visited {
	color: #FFF;
}
#subnav li a:hover, #subnav li.Active {
	color: #ffe1ae;
}
/* footer */
#footer {
	clear: both;
	width:1004px; 
	margin:0 auto;
	text-align: center;
	height:33px;
	padding-top:80px;
	color:#901b1b;
}
#footer a:link, #footer a:visited {
	color: #901b1b;
}
#footer a:hover {
	text-decoration: underline;
}
/* main */
#main {
	clear:both;
	overflow: hidden;
	width:1004px; 
	margin:0 auto;
	background:url(../images/main.jpg) repeat-y;
	min-height:450px;
  height:auto !important;
  height:450px;

}
#main #content {
	float: left;
	padding: 20px 20px 20px 68px;
	width: 564px;
}
#main #sidebar {
	float: right;
	padding: 20px 15px 0 10px;
	width: 250px;
}
#main #content .visite {
	color: #5fa800;
}
/* fullcol */
.FullCol #main {
 background:#FFF;
}
.FullCol #container {
 	
}
.FullCol #subnav {background:url(../images/sub-nav2.jpg) no-repeat center top;}
.FullCol #main #content {
	float: none;
	width: auto;
	padding: 20px 20px 20px 18px;
}
.FullCol #main #content ul li {
	margin: 10px 46px;display:inline;
}
.FullCol #main #content h3,
.FullCol #main #content p {
	padding: 0 20px;
}


