body {
  margin:0px;
  font-family:Verdana, Geneva, sans-serif;
  font-size:13px;
  color:#363636;
  }

#main_wrapper {
  margin:auto;
  width:950px;
  }

#headerImg:lang(en) {
	display: block;
  margin:auto;
  content:url(images/logo_en.png);
  }

#headerImg:lang(fr) {
	display: block;
  margin:auto;
  content:url(images/logo_fr.png);
  }

#header:lang(en) {
  width:950px;
  margin-top:35px;  
  }

#header:lang(fr) {
  width:950px;
  margin-top:35px;
  }
  
#horizontal_menu {
  height:39px;
  padding-left:15px;
  background-color: #ac312e;
  }

.menu {
    display:block;
    margin:0px;
    padding:5px 0px 0px 3px;
    list-style:none;
  }

.menu_item {
    float:left;
    margin:0px;
    padding:5px 10px 6px 10px;
    color:white;
  }

.menu_item:hover {
    text-decoration:underline;
  }

.menu_item_link {
    display:block;
    color:white;
    text-decoration:none;
    font-size:14px;
  }

.sub_menu {
    display:none;
    position:absolute;
    margin:6px 0px 0px -15px;
    padding:5px 5px 5px 5px;
    list-style:none;
    background-color:#c4504e;
  }

.menu_item:hover .sub_menu {
    display:block;
  }

.sub_menu_item:hover {
    background-color:#ac312e;
    color:white;
  }

.sub_menu_link {
    display:block;
    padding:3px 0px 3px 15px;
    width:200px;
    color:white;
    text-decoration:none;
    font-size:small;
    background-image:url(images/bullet_arrow.png);
    background-repeat:no-repeat;
    background-position:4px;
  }

#content_wrapper {
  margin-top:20px;
  margin-bottom:20px;
  }
  
#content_left {
  width:700px;
  margin-right:21px;
  }
  
#content_right {
  width:229px;
  }
  
#donation {
  background-color: #ac312e;
   text-align: center;
   margin-bottom:15px;
  }

#textDonation{
 color: white;
 font-size: 18px;
  color: white; 
}
  
#donation a {
  color:#363636;
  }
  
#flexible_content {
  border: solid 1px #ac312e;
  border-top-left-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
  background-color:white;
  padding:10px;
  }

#footer_menu {
  font-size:12px;
  color:#363636;
  text-align:center;
  margin-top:35px;
  }
  
#footer_menu a {
  font-size:12px;
  color:#363636;
  }
  
#footer {
  width:950px;
  height:41px;
  margin-bottom:35px;
  background-repeat:no-repeat;
  }
  
#copyright {
  margin-top:-25px;
}

#search {
  width:300px;
  height:45px;
  margin-bottom:15px;
  padding:0px 0px 0px 35px;
  }

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.main_title {
font-size:16px; font-weight:bold; color:#a63334;
}

