/*
colors

red: #820809;


*/
body {
  margin: 0;
  padding: 0;
  background: #a4080c url(images/english/bkg.jpg) no-repeat;
  background-position: top center;
  font-size:12px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #494949;
  text-align:center;
}


a:link, a:visited {
  color:#820809;
  text-decoration:none;
}

a:hover, a:active {
  color:#000;
  text-decoration:underline;
}

body.french {
	background: #a4080c url(images/french/bkg.jpg) no-repeat;
	background-position: top center;
}

#header {
  height:120px;
  width:800px;
  margin:0pt auto;
}

#wrapper {
  text-align:center;
}

#content_wrapper {
  width:800px;
  border:1px solid black;
  border-width:5px 1px 1px 1px;
  margin:0pt auto;
  background:#FFFFFF url(images/shared/bkg_repeat.gif) repeat-y scroll center bottom;
  text-align:center;
}

body #content_inner {
	background:transparent url(images/shared/bkg.gif) no-repeat scroll center bottom;
	text-align:center;
}

#header img.logo {
  float:left;
  margin:24px 0 0 0px;
}

#header a.lang {
  float:right;
  margin:27px 0px 0 0px;
}


#header ul.menu {
  float:left;
  margin:72px 0 0 16px;
}

#header ul.menu li {
  display:inline;
  margin-right:18px;
}

#header ul li a img {
  cursor:pointer;
}

#content_inner {
  text-align:center;
}

#content {
	padding:20px 0;
	text-align:center !important;
}

#content table {

}

#footer ul.menu li {
	font-size:.9em;
  display:inline;
  border-right:1px solid #333333;
	margin:0pt 5px 0pt 0pt;
	padding:0pt 7px 0pt 0pt;
}

#footer ul.menu li.last {
  border-right:none;
}
