body {
	background: #5f021f;
	color: #5b5b5b;
	margin: 0;
	padding: 0;
}
#container {
	width:1002px;margin:0 auto;
	
}
#outerWrapper {
	margin: 0 auto;
	width: 1002px;
	
}
#innerWrapper {
	font-size: .75em;
	margin: 0 auto;
	width: 1002px;
	background:#b2a997 url(../images/inner.gif) repeat-x bottom left;
}
/* extra */
#extra {
	display: none;
}
hr {
	display: none;
}
/* header */
#header {
	height: 217px;
	width: 1002px;
	text-align: center;
	overflow:hidden;
	background:url(../images/header-bg.gif) no-repeat left top;
}
#header h1 {
	
}
#header h1 a{
	
}
#header h1 a:hover{
	
}
/* nav */
#nav {
	background:url(../images/nav-bg.gif) repeat-x left top;height:36px;
}
#nav ul {
	height:36px;
	display:table;
	margin: 0 auto;
	white-space: nowrap;
}
#nav ul li {
	display:table-cell;
	font: bold 13px/36px Tahoma, Geneva, sans-serif;
	height: 36px;
	line-height:36px;
	
}
#nav ul li.Active {
  background:url(../images/nav-li-bg.gif) no-repeat bottom center;
}
#nav ul li a, #nav ul li.Active span {
	color: #fff;
	padding: 0 12px;
	outline: none;
	display:block;
	background:url(../images/nav-a-bg.gif) no-repeat right bottom;
}
#nav ul li.Last a{
	background: none
}
#nav ul li a:hover, #nav ul li.Active span {
	color:#FCF;}
/* subnav */
#subnav {
	border-top:solid 1px #5f021f;
	width:1002px;
	background:url(../images/subnav-bg.gif) no-repeat left top;
    clear:both;
	height:45px;
	padding-top:10px;
	text-align:center;
}
#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: #C00;
}
/* footer */
#footer {
	clear: both;
	width:1002px;
	text-align: center;
	color: #fbfbfb;
	height:24px;
	padding-top:25px;
	background:url(../images/footer-bg.gif) no-repeat left top;
}
#footer a:link, #footer a:visited {
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
}
/* main */
#main {
	clear:both;
	overflow: hidden;
	width: 854px;
	margin:0 auto;
	background:url(../images/main-bg.gif) repeat-y left top;
	
}
#main #content {
	float: left;
	padding: 10px 0px 20px 30px;
	width: 564px;
}
#main #sidebar {
	float: right;
	padding: 10px 10px 0 10px;
	width: 210px;
}
#main #content .visite {
	color: #5fa800;
}
/* fullcol */
.FullCol #main {
	background:url(../images/main-full-bg.gif) repeat-y left top;
}
.FullCol #main #content {
	float: none;
	width: auto;
	padding: 20px 0 20px 18px;
}
.FullCol #main #content ul li {
	margin: 10px 22px;display:inline;
}
.FullCol #main #content h3,
.FullCol #main #content p {
	padding: 0 20px;
}


