/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
    text-align: center;
    font: normal 10px Verdana, Arial, Tahoma, sans-serif;
    color: #ccf;
    background: #6b92cc url(../images/top_bg.jpg) repeat-x;
  }
  #container{
    position: relative;
    z-index: 200;
    margin: 0 auto;
    width: 800px;
    text-align: left;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    padding-top: 60px;
  }
  h1#logo{
    float: left;
  }
  h1#logo a{
    display: block;
    width: 151px;
    height: 99px;
    background: transparent url(../images/template_logo.gif) no-repeat;
  }
  h1#logo a:hover{}
  ul#mainNav{
    float: right;
    margin-top: 55px;
    font: 14px Impact, sans-serif;
    letter-spacing: 1px;
    list-style: none;
  }
  ul#mainNav li{
    float: left;
    padding: 15px 2px 0 2px;
    background: #369;
    text-align: center;
  }
  ul#mainNav a{
    display: block;
    padding: 5px 0;
    width: 120px;
    color: #fff;
    text-decoration: none;
  }
  ul#mainNav a:hover{
    background: #1f4680;
    color: #9cf;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #wrapper{
    clear: both;
  }
  #addColumn{
    float: left;
    padding-top: 80px;
    width: 300px;
  }
  #content{
    margin-left: 340px;
    padding-top: 80px;
  }
  h2{
    margin-bottom: 40px;
    border-bottom: 1px solid #369;
    padding-bottom: 10px;
    color: #69c;
    font-size: 18px;
  }
  h3{
    margin-bottom: 10px;
    color: #fff;
    font-size: 11px;
  }
  h2, h3{
    font-weight: normal;
  }
  div.shortInfo{
    margin-bottom: 20px;
  }
  .shortInfo h3{
    float: left;
  }
  .shortInfo p{}
  .shortInfo img{
    float: right;
    margin-left: 20px;
  }
  #content p{
    padding-bottom: 10px;
  }
  
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  div.extra1{
    margin-top: -10px;
    height: 440px;
    background: transparent url(../images/bottom_bg2.jpg) center bottom;
  }
