*{
    margin:0;
    padding:0;
}
body{
    background:url('images/fon.png') center top repeat-y;
}

.container{
    width:1024px;
    height:100%;
    margin-right:auto;
    margin-left:auto;
}
.header{
    width:1024px;
    height:159px;
    background:url('images/header.jpg') left top no-repeat;
}

.menu ul#nav{
  padding:5px 0 0 0;
  width:700px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  text-align:center;
  font-family: Times New Roman;
  font-size:14px;
}

.menu ul#nav a{
  color:#663333;
  font-weight:bold;
  text-decoration:none;
}

.menu ul#nav a:hover{
  color:#996633;
  text-decoration:underline;
}



.menu ul#nav li{
  height:20px;
  margin:0 10px 0 10px;
  position:relative;
  float:left;
  display: inline;
  text-transform:uppercase;
}

.menu{
    width:1024px;
    height:30px;
    background-color:#99ccff;
    text-align:center;
}


.main{
width:685px;
font-size:14px;
margin-left:auto;
margin-right:auto;
margin-top:15px;
text-align: justify;
}

.footer{
    margin:15px 0 0 0;
    background:#99ccff;
    width:1024px;
    height:64px;
    position:relative;
    float:left;
}
.footer_txt{
    font-size:12px;
    text-align:0;
    margin:15px 0 0 15px;
        position:relative;
    float:left;
}


.footlogo{
    background:#99ccff url('images/footlogo.jpg') right top no-repeat;
    width:173px;
    height:64px;
    position:relative;
    float:right;
    margin:0 170px 0 0;
}


#left_banner, #right_banner{position:relavite;height:600px;}
#left_banner{float:left;width:123px;}
#right_banner{float:right;width:220px;}
#left_banner img, #right_banner img{border:0;}