
/**********
 * HEADER *
 **********/

#header
{
  width: 100%;
  height: 100px;
  background-image: url(../images/design/header.jpg);
  background-position: right;
}

#header #title
{
  font-size:36px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}

#header #title a
{
  text-align: relative;
  text-decoration: underline overline;
  position:absolute; 
  top:35px;
  left:10px;
  color: #FFFFFF;
}

/********
 * MENU *
 ********/
 
#menu
{
  height: 18px;
  border-bottom: 2px solid #000088;    
  text-align: center;
}

#menu ul
{
  margin-right:auto;
  margin-left: auto;
  width: 750px;
  margin: 0px;
}

#menu ul li
{
  float: left;
}

#menu ul li a
{
  width: 120px;
  height: 18px;
  color: #000088;
  text-decoration: none;
  display: block;
  font: small-caps 14px "Times New Roman", Times, serif;
}

#menu ul li a:hover
{
  color: #FFFFFF;
  background-color: #000088;
}

/***********
 * CONTENT *
 ***********/

#content
{
  margin: 10px 10px 10px 10px;
  color: #000000;
}

#content picture
{
  float: left;
  text-align: center
}

#content picture a img
{
  margin: 15px;
  border: 0px;
}

/**********
 * BASICS *
 **********/

body
{
  margin: 0 0 0 0;
  background-color: #BBBBCC;
}