body {
	background: #f3e5ce;
	color: #000;
	margin: 0;
	padding: 0;
}
#container {
	margin: 0 auto;
	width: 1002px;
}
#outerWrapper {
	margin: 0 auto;
	width: 1002px;
}
#innerWrapper {
	font-size: .75em;
	margin: 0 auto;
	width: 1002px;
}
/* extra */
#extra {
	display: none;
}
hr {
	display: none;
}
/* header */
#header {
	background: #fff;
	height: 195px;
	text-align: center;
	width: 1002px;
	margin: 0 auto;
}
#header h1 a {
	display: none
}
/* nav */
#nav {
	background: url(../images/bg-nav-inner.gif) repeat-x left top;
	margin: 0 auto;
	width: 1002px;
	height: 36px;
}
#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/36px Arial;
	height: 36px;
}
#nav ul li.Active {
	background: url(../images/ico-nav-arrow.gif) no-repeat center bottom
}
#nav ul li a, #nav ul li.Active span {
	background: url(../images/line-navi.gif) no-repeat right top;
	color: #fff;
	padding: 0px;
	outline: none;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
}
#nav ul li.Last a{
	background: none
}
#nav ul li a:hover,#nav ul li.Active span {
	color: #dddbdb;
}
/* subnav */
#subnav {
	background: #fff;
	text-align: center;
	width: 1002px;
	margin: 0 auto;
	padding: 9px 0
}
#subnav li {
	border-right: 1px solid #000;
	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: #5a5a5a;
}
/* footer */
#footer {
	background:#fff url(../images/bg-footer-inner.gif) no-repeat left top;
	padding: 65px 0 10px 0;
	text-align: center;
	width: 1002px;
	color: #000;
}
#footer a:link, #footer a:visited {
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
}
/* main */
#main {
	background: url(../images/bg-main.gif) repeat-y left top;
	margin: 0 auto;
	overflow: hidden;
	width: 1002px;
}
#main #content {
	float: left;
	padding: 20px 0px 20px 80px;
	width: 564px;
}
#main #sidebar {
	float: right;
	padding: 20px 30px 0 30px;
	width: 225px;
}
#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 30px 20px 50px
}

