body {
	background:#faefcb url(../images/bd.jpg) repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
}

#container {
	margin:0 auto;
	overflow:hidden;
	border-bottom:solid 5px #f1efc8;
}
#outerWrapper {
	width:1002px;
	margin:0 auto;
}
#innerWrapper {
	width:1002px;
	font-size: 0.75em;
	margin:0 auto;
}
/* extra */
#extra {
	display: none;
}
hr {
	display: none;
}
/* header */
#header {
	width:1002px;
	margin:0 auto;
	height: 196px;
	text-align: center;
	overflow:hidden;
}
#header h1 {
	
}
#header h1 a{
	
}
#header h1 a:hover{
	
}
/* nav */
#nav {
width:1002px; margin:0 auto;height:31px;background:url(../images/nav-bg.gif) no-repeat left top;
margin-top:4px;
}
#nav ul {
	display:table;
	margin: 0 auto;
	white-space: nowrap;
}
#nav ul li span a {background:none !important;}
#nav ul li {
	display:table-cell;
	font: bold 13px/31px Tahoma, Geneva, sans-serif;
}
#nav ul li.Active {
  background:url(../images/nav-li.png) no-repeat center bottom;
}
#nav ul li a, #nav ul li.Active span {
	color:#fff;
	padding: 0px;
	outline: none;
	display:inline-block;
	text-align:center;
	background:url(../images/nav-a.gif) no-repeat right top;
	padding:0px 15px;
}

#nav ul li.Last a{
	background: none
}
#nav ul li a:hover, #nav ul li.Active span {
color: #CCCC66;
	}
/* subnav */
#subnav {
	width:1002px;
	margin:0 auto;
    clear:both;
	text-align:center;
	height:25px;
	padding-top:4px;
	background:url(../images/sub-nav.gif) repeat-x;margin-top:3px;
}
#subnav li {
	border-right: 1px solid #fff;
	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: #333;
}
/* footer */
#footer {
	clear: both;
	width:1002px; 
	margin:0 auto;
	text-align: center;
	color:#fff;
	margin-top:10px;
	height:47px;
	padding-top:10px;
	background:url(../images/footer.gif) no-repeat;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
/* main */
#main {
	clear:both;
	overflow: hidden;
	width:1002px; 
	margin:0 auto;
	min-height:450px;
	height:auto !important;
	background:url(../images/main.gif) no-repeat;
	margin-top:30px;
}
#main #content {
	float: left;
	padding: 60px 20px 20px 58px;
	width: 564px;
}
#main #sidebar {
	float: right;
	padding: 60px 84px 0 10px;
	width: 230px;
}
#main #content .visite {
	color: #5fa800;
}
/* fullcol */
.FullCol #main {
	background:none;
}
.FullCol #main #content {
	float: none;
	width: auto;
	padding: 26px;
}
.FullCol #main #content ul li {
	margin: 10px 42px;display:inline;
}
.FullCol #main #content h3,
.FullCol #main #content p {
	padding: 0 20px;
}


