html,body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
}

body {
	text-align: left;
	height: 100%;
	background: #641113 url(../images/bg-body.jpg) repeat-x;
}

H1 { font-size: 24px; font-weight: normal; margin: 0; }
H2 { font-size: 18px; font-weight: normal; margin: 0; color: #a52a2a; text-transform: uppercase; text-shadow: #aaa 2px 1px 2px; }
H3 { font-size: 16px; font-weight: normal; margin: 0; }
H4 { font-size: 14px; font-weight: normal; margin: 0; }
H5 { font-size: 12px; font-weight: normal; margin: 0; }
H6 { font-size: 10px; font-weight: normal; margin: 0; }

img { border: 0; }

a:link { color: #94151d; }
a:visited { color: #aa1023; }
a:hover { color: #958d8c; text-decoration: none; }
a:active { color: #958d8c; text-decoration: none; }

#page {
	position: relative;
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
}

#lang {
	
}

#lang ul {
	margin: 0;
	padding: 0;
}

#lang ul li {
	float: right;
	font-size: 13px;
	list-style: none;
	padding: 0 20px;
	margin: 10px 0;
	border: 0;
}

#lang ul li.last {	
	border-right: 1px #727272 solid;
}

#lang ul li a { color: #958d8c; text-decoration: none; }

#header {
	width: 100%;
	height: 174px;
	background: url(../images/bg-header.jpg) no-repeat;
}

#banner {
	width: 928px;
	height: 277px;
	margin: 0 0 0 0;
}

#banner.en {
	background: url(../images/bg-banner-en.jpg) top no-repeat;
}

#banner.fr {
	background: url(../images/bg-banner-fr.jpg) top no-repeat;
}

#navy {
	margin: 0;
	padding: 229px 0 0 0;
	height: 48px;
	list-style: none;
}

#navy .menu {
	float: left;
	width: 116px;
	height: 48px;
	background: url(../images/bg-navy.jpg) 0 0;
}

#navy .menu a {
	display: table-cell;
	width: 116px;
	height: 48px;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	font-family: "Trajan";
	vertical-align: middle;
}

#navy .menu.here,
#navy .menu:hover{
	background: url(../images/bg-navy.jpg) 0 48px;
}

#navy .menu.here a,
#navy .menu:hover a{
	color: #FFFFFF;
}

#content {
	background: #FFFFFF url(../images/bg-content.jpg) top no-repeat;
}

#post {
	padding: 20px 116px;
	min-height: 300px;
	background: url(../images/bg-post.jpg) no-repeat bottom;
}

#post .children {
	margin: 20px 0 0 0;
	padding: 20px 0;
	border-top: 1px #a52a2a solid;
}

#post .children .text {
	float: left;
	width: 400px;
}

#post .children .text h3 {
	margin: 0 0 0 20px;
	font-weight: bold;
	font-size: 16px;
	color: #a52a2a;
}

#post .children .text .introtext {
	margin: 0 0 0 20px;
	font-style: italic;
	color: #AAAAAA;
	font-size: 14px;
}

#post .children .text .content {}

#post .children .images {
	float: right;
	width: 153px;
	margin-left: 20px;
}

#footer {
	width: 100%;
	background: url(../images/bg-footer-shadow.png) no-repeat;
	min-height: 114px;
}

#footer .inner {
	background: #a90f22 url(../images/bg-footer.jpg) no-repeat;
	min-height: 114px;
}

#footer .inner ul {
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
	width: 126px;
	height: 114px;
	list-style: none;
	border-right: 1px #6b1116 solid;
}

#footer .inner ul li {
	height: 16px;
	margin: 0 0 2px 0;
}

#footer .inner ul li:hover,
#footer .inner ul li.here {
	background: #6b1115;
}

#footer .inner ul li a {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	display: block;
	margin-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer #register {
	color: #FFFFFF;
	font-size: 11px;
}

.inner {width: 928px; margin: 0 auto;}
.hidden {display: none;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.center {text-align: center;}