* {
    margin: 0 ;
    padding: 0 ;
    border: 0 ;
}

body {
    margin: 0 ;
    font: 11px Arial, Tahoma, Verdana, sans-serif ;
    color: #000 ;
    background: #fff url(/img/index/main_header_bg.png) 0 0 repeat-x ;
}

#wrapper {
    width: 900px ;
    margin: 0 auto ;
    position: relative ;
    /*background: url(/img/index/main_header_bg.png) 0 0 repeat-x ;*/
}

#header {
    background: url(/img/index/main_title.png) 0 0 repeat-x ;
    height: 153px ;
    width: 447px ;
    text-indent: -999em; 
    position: absolute ;
    left: 15px ;
    top: 250px ;
    z-index: 200 ;
}

#content {
    position: relative ;
    width: 850px ;
    height: 565px ;
    background: url(/img/index/main_plane.gif) 420px 0 no-repeat ;
    z-index: 100 ;
}

#nav {
    position: absolute ;
    left: 145px ;
    top: 80px ;
}

#nav ul {
    list-style-type: none ;
}

#nav li {
    margin: 6px 0 ;
    padding-left: 18px ;
    font: 22px Tahoma, Arial, sans-serif;
    color: #666 ;
    background: url(/img/common/list_arrow.gif) 0 10px no-repeat ;
}

#nav a, #nav a:visited {
    color: #666 ;
    text-decoration: none ;
}

#nav a:hover {
    text-decoration: underline ;
}
 
#awards {
    position: absolute ;
    bottom: 20px ;
    left: 20px ;
}

#awards img {
    margin-right: 7px ;
}

#footer {
    width: 100% ;
    background: url(/img/index/main_footer_bg.png) 0 0 repeat-x; 
    position: relative ;
    top: -12px ;
    height: 45px ;
    margin: 0 auto ;
    text-align: center; 
}

#footer p {
    padding: 22px 0 24px 0;
    color: #333 ;
}


#footer li {
    list-style: none ;
    display: inline ;
}

#footer a {
    padding-left: 15px ;
    border-left: 1px solid #666 ;
    color: #333 ;
    text-decoration: none ;
}

#footer a:hover {
    text-decoration: underline ;
}

#footer-logos {
  clear: left ;
  width: 100% ;
  display: block ;
  margin: 25px 0 ;
  text-align: center ;
}