body {
  background: url(/images/bg-gradient-jeunesse.jpg) repeat-x;
}

.wrapper {
 background: url(/images/bg-content-jeunesse.gif) repeat-y;
}

#header {
 border-bottom: 10px solid #e7a938;
}

.footer {
  background-color: #e39814;
}

.half_box {
 background-color: #e5a017;
}

.grey_bg {
 padding-bottom: 10px;
 background-color: #e5a017;
}

#nav ul li {
 border: 1px solid #ca8d15;
 border-bottom: none;
}



/* @group subnav */

#subnav {
 float: left;
 width: 170px;
 height: 100%;
 margin-right: 10px;
 margin-top: 20px;
 font-size: 1.2em;
}

#subnav ul a {
 background-color: #e39814;
 display: block;
 color: white;
 text-transform: uppercase;
 text-decoration: none;
 padding: 5px;
}

#subnav li {
 display: block;
}



#subnav a:hover {
 background-color: #ffb21d;
 color: black;
}

#subnav li.active a {
 background-color: #ffb21d;
 color: black;
}

/* @end */
