body {
	background:#f0dcb7 url(../images/bd.gif) repeat-x left top;
	color: #000;
	margin: 0;
	padding: 0;
}

#container {
	margin:0 auto;
	overflow:hidden;
	background:url(../images/container.gif) repeat-x bottom left;
}
#outerWrapper {

}
#innerWrapper {
	
	font-size: 0.75em;
	margin: 0 auto;
	width: 945px;

}
/* extra */
#extra {
	display: none;
}
hr {
	display: none;
}
/* header */
#header {
	height: 179px;
	width: 945px;
	margin:0 auto;
	text-align: center;
	overflow:hidden;
}
#header h1 {
	
}
#header h1 a{
	
}
#header h1 a:hover{
	
}
/* nav */
#nav {
width:945px; margin:0 auto;height:70px;background:url(../images/nav-bg.png) no-repeat left top;margin-top:9px;
}
#nav ul {
	height:62px;
	display:table;
	margin: 0 auto;
	white-space: nowrap;
	margin-top:8px;
	overflow:hidden;
}
#nav ul li {
	display:table-cell;
	font: bold 13px/62px Tahoma, Geneva, sans-serif;
}
#nav ul li.Active {
  background:url(../images/nav-li.png) no-repeat center bottom;
}
#nav ul li span a {background:none;}
#nav ul li a, #nav ul li.Active span {
	color:#fff;
	padding: 0px;
	outline: none;
	display:inline-block;
	text-align:center;
	padding:0px 10px;
	background:url(../images/nav-a.gif) no-repeat center right;
}
#nav ul li.Last a{
	background: none
}
#nav ul li a:hover, #nav ul li.Active span {
color: #666;
	}
/* subnav */
#subnav {
	width:945px;
	margin:0 auto;
    clear:both;
	text-align:center;
	height:28px;padding-top:16px;
}
#subnav li {
	border-right: 1px solid #8c1000;
	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: #000;
}
#subnav li a:hover, #subnav li.Active {
	color: #333;
}
/* footer */
#footer {
	clear: both;
	width:945px; 
	margin:0 auto;
	text-align: center;
	height:87px;
	color:#000;
}
#footer a:link, #footer a:visited {
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
}
/* main */
#main {
	clear:both;
	overflow: hidden;
	width:945px; 
	margin:0 auto;
	background:url(../images/main.gif) repeat-y;
	margin-top:30px;
	min-height:450px;
	height:auto !important;
}
#main #content {
	float: left;
	padding: 20px 20px 20px 68px;
	width: 564px;
}
#main #content img {margin-right:10px;}
#main #sidebar {
	float: right;
	padding: 20px 15px 0 10px;
	width: 240px;
}
#main #content .visite {
	color: #5fa800;
}
/* fullcol */
.FullCol #main {
 background:#f0dcb7;
}
.FullCol #main #content {
	float: none;
	width: auto;
	padding: 20px 20px 20px 18px;
}
.FullCol #main #content ul li {
	margin: 10px 36px;display:inline;
}
.FullCol #main #content h3,
.FullCol #main #content p {
	padding: 0 20px;
}


