  body{
    margin: 0px;
    padding: 0px;
    color: #CCCCCC;
    background: #000000;
    font-family: Courier New;
    font-size: 12px;
  }
  a.link{
    color: #B20023;
    border-bottom-style: solid;
    border-bottom-color: #B20023;
    border-bottom-width: 1px;
    padding-bottom: 1px;
  }
  a.link:hover{
    color: #00B2FF;
    border-bottom-color: #00B2FF;
  }
  #wrap{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
  }
  #header{
    width: 100%;
    height: 150px;
    background: url(images/header.jpg) no-repeat;
    clear: both;
  }
  #menu{
    width: 100%;
    height: 50px;
    clear: both;
    background: #000000 url(images/menu_bg.jpg) repeat-x;
  }
  ul#nav li{
    list-style-type:none;
    margin:0px;
    padding:0px

  }
  ul#nav li{
    float:left;
    text-align: center;
    width: auto;
    margin: 0px;
    padding: 0px;
  }
  ul#nav a{
    float:left;
    width: 6em;
    font-size: 14px;
    padding: 15px 5px;
    text-decoration:none;
    color: #FFD1C9;
  }
  ul#nav a:hover{
    color: #000078;
    font-weight: 600;
    background: url(images/menu_bg_over.jpg) repeat-x;
    text-decoration: underline;
  }
  #content{
    width: 100%;
    clear: both;
    font-family: Courier New;
    font-size: 12px;
    background: url(images/script.jpg) no-repeat;
    background-position: 60% 60%;
  }
  #content_tl{
    width: 350px;
    float: left;
    clear: left;
    margin-left: 5px;
  }
  #content_tr{
    width: 350px;
    float: right;
    clear: right;
    margin-right: 5px;
  }
  #content_bl{
    width: 350px;
    float: left;
    clear: left;
    margin-left: 5px;
    margin-top: 10px;
  }
  #content_br{
    width: 350px;
    float: right;
    clear: right;
    margin-right: 5px;
    margin-top: 10px;
  }
  #content_center{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer{
    width: 100%;
    height: 75px;
    clear: both;
    background: url(images/footer.jpg) no-repeat;
  }
  #contact{
    width: 90%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  input, textarea{
    background: #c0c0c0;
    color: #0048d8;
    font-family: Courier New;
    font-size: 12px;
  }
  h1{
    font-size: 16px;
    color: #00B2FF;
    text-decoration: underline;
    border-bottom-style: solid;
    border-bottom-color: #00B2FF;
    border-bottom-width: 1px;
  }
  h2{
    font-size: 14px;
    color: #00B2FF;
    text-decoration: underline;
    border-bottom-style: solid;
    border-bottom-color: #00B2FF;
    border-bottom-width: 1px;
  }
  

