

body {
    background-color : #544741;
    background-image : url('images/background.jpg');
    background-repeat : repeat-x;
    font-family: Arial, serif;
    font-size : 10px;
    margin-bottom : 0;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0;
  }


#container {
    margin-top: 0px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }


#header {
    margin: 0 auto;
   margin-top: 5px;
    width: 813px;
    height: 132px;
    background: url('images/top_header.png');
  }


#menu {
    padding-left: 266px;
    padding-top: 69px;
    width: 540px;
    height: 45px;
  }

#load_images {
    display: none;
  }

#orange_top {
    margin: 0 auto;
    width: 809px;
    height: 18px;
    background: url('images/orange_top.jpg');
  }


#content_back {
    background-image: url('images/win_back.png');
    background-repeat: repeat-y;
    width: 813px;
    margin: 0 auto;
    text-align: center;
  }


#content {
    background: #503820;
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
    font-family: Arial, serif;
    text-align: left;
  }


#orange_bottom {
    margin: 0 auto;
    width: 813px;
    height: 18px;
    background: url('images/orange_bar.png');
  }


#footer {
    background: url('images/win_back.png');
    padding-top: 20px;
    margin: 0 auto;
    color: #F8F8F0;
    width: 813px;
    text-align: center;
  }


#curve_bottom {
    margin: 0 auto;
    background: url('images/curve_bottom.png');
    height: 30px;
    width: 813px;
  }


#copyright {
    color : #999999;
    font-family: Arial, serif;
    font-size : 10px;
text-align: center;
    padding-top: 10px;
    margin-bottom : 0;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0;
    width : 813px;
  }

a.copyright {
    color : #999999;
    font-family: Arial, serif;
    font-size : 10px;

  }

a.copyright:hover {
    color : #CCCCCC;
    font-family: Arial, serif;
    font-size : 10px;

  }

img {
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
  }


a {
    text-decoration: none;
    color: #FFFFFF;
  }


a:hover {
    text-decoration: none;
    color: #F69221;
  }


