body {
	background: #000 url(../images/bg-body.gif) repeat-x left top;
	color: #666666;
	margin: 0;
	padding: 0;
}
#container {
	margin: 0 auto;
	width: 1041px;
}
#outerWrapper {
	background: url(../images/bg_inner_top.png) no-repeat center top;
	margin: 0 auto;
	width: 1041px;
	padding-top: 15px;
}
#innerWrapper {
	font-size: .75em;
	margin: 0 auto;
	width: 861px;
}
/* extra */
#extra {
	display: none;
}
hr {
	display: none;
}
/* header */
#header {
	background: url(../images/bg-container.jpg) no-repeat left top;
	height: 181px;
	text-align: center;
	width: 861px;
	padding-bottom: 6px;
	margin: 0 auto;
}
#header h1 {
}
#header h1 a{
	display: none
}
#header h1 a:hover{
}
/* nav */
#nav {
	background: url(../images/bg-nav-inner.gif) repeat-x left top;
	width: 861px;
	height: 38px;
}
#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/34px Arial;
	height: 38px;
}
#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;
	padding: 0px;
	outline: none;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	background: url(../images/bg-linenavi.gif) no-repeat right top;
}
#nav ul li.Last a{
	background: none
}
#nav ul li a:hover,#nav ul li.Active span {
	color: #d8d0bb;
}
#nav ul li.Last a{
	background: none
}

/* subnav */
#subnav {
	background: #dbd297 url(../images/bg-subnav-inner.gif) repeat-x left top;
	padding: 0 0 10px 0;
	text-align: center;
	width: 861px;
	margin: 0 auto;
}
#subnav li {
	border-right: 1px solid #000;
	display: inline;
	font: normal 12px Arial;
	padding: 0 7px;
	height: 30px;
	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 a{
	color: #fff;
}
/* footer */
#footer {
	background: url(../images/bg-footer-inner.gif) no-repeat left top;
	clear: both;
	margin: 0 auto;
	padding: 70px 0 30px 0;
	text-align: center;
	width: 861px;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
/* main */
#main {
	background: url(../images/bg-main.gif) repeat-y left top;
	margin: 0 auto;
	overflow: hidden;
	width: 861px;
	margin: 0 auto;
}
#main #content {
	float: left;
	padding: 20px 0px 20px 34px;
	width: 564px;
}
#main #sidebar {
	float: right;
	padding: 20px 15px 0 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
}

