body{
	background-image: url(/_img/body_bg.jpg);
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center;
	padding:0px;
	margin:0px;
}

#header{
	background-image: url(/_img/header.jpg);
	background-color: #000000;
	background-position: top center;
	width:	100%;
	height:	170px;
}
#menu{
	width: 800px;
	height:32px;
	margin: 0px auto 0px;
	background-image: url(/_img/menu_bg.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
}
#menu ul{
	list-style-type: none;
	margin:0px 1px;
	padding:0;
}
#menu li {
	float: left;}
	
#menu a{
	width: 133px;
	height:32px;
	line-height:32px;
	display:block;
	text-align:center;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana,Trebuchet MS,Helvetica;
	font-weight: bolder;
	font-size: 12px;}

#menu a:hover{
	background-image: url(/_img/menuhover_bg.jpg);
	background-repeat: repeat-x;
	color: #CCCCCC;
}

#container{
	width: 784px;
	height:500px;
	border-top:0px;
	border-bottom:0px;
	border-left:8px solid black;
	border-right:8px solid black;
	margin: 0px auto 0px;
	background-image: url(/_img/container_bg.jpg);
	position: relative;
}

#borderBottom{
	width: 800px;
	height:52px;
	margin: 0px auto;
	background-image: url(/_img/borderbottom_bg.jpg);
	background-color: #000000;
	position: relative;}

#borderBottom a.lang_fr, a.lang_en, a.lang_es{
	display: block;
	position: absolute;
	background-color: #000000;
	height:37px;width:35px;}
	
#borderBottom a.lang_fr{
	background-image: url(/_img/icon_langfr.jpg);
	top: 10px; left: 670px;}
#borderBottom a.lang_en{
	background-image: url(/_img/icon_langen.jpg);
	top: 10px; left: 710px;}
#borderBottom a.lang_es{
	background-image: url(/_img/icon_langes.jpg);
	top: 10px; left: 750px;}

#rightContent{
	width: 510px;
	height:380px;
	background-color: #000000;
	top:	 20px;
	left:	270px;
	background-image: url(/_img/rightContent_bg.jpg);
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftContent{
	width: 244px;
	height:437px;
	background-color: #000000;
	top:	46px;
	left:	14px;
	background-image: url(/_img/leftContent_bg.jpg);
	position: absolute;
	color: #FFFFFF;
	padding-left: 8px;
	padding-top:  8px;}

#rightbottomContent{
	background-color: #000000;
	color: #FFFFFF;
	width: 450px;
	height:50px;
	top: 420px;
	left:300px;
	position: absolute;
	font-family: Arial,Verdana,Trebuchet MS,Helvetica;
	font-size: 12px;
	font-weight: bold;
}

#titleContent{
	position: absolute;
	top:	24px;
	left:	14px;
	font-family: Arial;
	font-size: 26px;
	font-weight: bolder;
	color: #000000;
	width:244px;
	height:26px;
	text-align: right;
	border:0px;
	padding:0px;
	text-transform: uppercase;
	letter-spacing: -2px}

#HDMlogo{
	display:block;
	margin: 8px auto 25px;
	background-image: url(/_img/icon_HDM.jpg);
	height:76px;
	width:150px;
	text-decoration: none;}