body {
	background: #a41d45 url(../images/bg-body.gif) repeat-x;
}

#container {
	background:url(../images/bg-container.jpg) no-repeat center top;
	width:856px;
	margin: 0 auto;
}

#innerWrapper {
	font-size: .75em;
	margin: 0 auto;
	position: relative;
	width: 856px;
}

#outerWrapper {

}

/* extra */
#extra {
	display: none;
}

hr {
	display: none;
}

/* header */
#header {
	height: 235px;
	width: 856px;
	overflow: hidden;
	position: relative;
}
#header h1 {
	font-family: Arial;
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 33px;
}

#header h1 a{
	color: #dc3172;
}

#header h1 a:hover{
	color: #666;
}

/* nav */
#nav {
	background: url(../images/bg-nav-inner.gif) no-repeat left top;
}
#nav ul {
	display: table;
	margin: 0 auto;
	white-space: nowrap;
}
#nav ul li {
	display: table-cell;
	padding: 0 11px;
	height: 28px;
	font: bold 13px Arial;
}
#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: #dc3172;
	display: block;
	height: 27px;
	padding-top: 3px;
}
#nav ul li a:hover, #nav ul li.Active span {
	color: #fff;
}

/* subnav */
#subnav {
	text-align: center;
	height: 40px;
	display: block;
	background:url(../images/bg-subnav-inner.gif) no-repeat left top;
}
#subnav li {
	border-right: #fff solid 1px;
	display: inline;
	padding: 0 10px;
	position: relative;
	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: #8aa1b1;
}

/* footer */
#footer {
	background: url(../images/bg-footer-inner.gif) no-repeat;
	color: #D41B64;
	height: 55px;
	padding-top: 49px;
	text-align: center;
	position:relative;
}
#footer span {right:0; top:49px; position:absolute;}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}

/* main */
#main {
	background: #fff url(../images/bg-main.gif) repeat-y right top;
	overflow: hidden;
}
#main #content {
	float: left;
	padding: 11px 29px 25px 29px;
	width: 563px;
}
#main #sidebar {
	float: right;
	padding: 25px 20px;
	width: 195px;
}

#main #content .visite {
	color: #103e5b;
}

/* fullcol */
.FullCol #footer {
	background-image: url(../images/bg-footer-full.gif);
}
.FullCol #main {
	background: #fff url(../images/bg-main-full.gif) repeat-y right top;
}
.FullCol #main #content {
	float: none;
	width: auto;
}
