/**************************************************************
   lyon gilbert out of court css file
 **************************************************************/

#page {
  width: 770px;
  padding: 0 5px;
  margin: 0 auto;
}



/**************************************************************
   Site header: logo, tagline and menu
 **************************************************************/

#header {
  position: relative;
  height: 200px;
  background: url(../img/bg/header.png) ;
}

#header h1 {
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 1;
  font: 2.6em 'arial narrow', arial, sans-serif;
  text-transform: lowercase;
  color: #950700;
}

#header h2 {
  position: absolute;
  z-index: 1;
  top: 130px;
  right: 10px;  
  font: 1.2em 'arial narrow', arial, sans-serif;
  font-variant: small-caps;
  color: #3e3e3e;  
}


#header ul li a  {
  float: left;
  padding: 22px 22px 15px 5px;
  font: bold 1.05em arial, sans-serif;
  color: #000000;
  border: 0;
  
}

#header ul li.here a {
  color: #fff;
}

#header ul li.last a {
  position: relative;
  left: 5px;
  padding-right: 5;
}

#header ul li.a:hover {
  color: #000000;
  border: 0;
}

#content {
  padding-top: 10px;
  
}

#footer {
  clear: both;
  padding: 75px 0 100px 0; 
  
  color: #950700;
}


#footer p {  
  width: 300px;
}

/**************************************************************
   Generic classes
 **************************************************************/

.fl {
  float: left;
}

.fr {
  float: right;
}

img.fl {
  padding: 11px 20px 0 0;
}

img.fr {
  padding: 30px 0 100px 110px;
}

.w50 {
  width: 45%;
}

.clear {
  clear: both;
}

  
.small {
  font-size: 0.7em;
}

.gray {
  font-size: 0.9em;
  line-height: 140%;
  color: #3e3e3e;
}

.big-gap {
  padding-top: 50px;
}
