body {
 padding: 0;
 margin: 0;
 background: #fff url(../img/body-bg.jpg) repeat-x top left;
 font: 12px Arial, Helvetica, sans-serif;
 color: #151616;
}
#frame {
  width: 850px;
  position: relative;
}


#main {
 width: 830px;
 height: 577px;
 text-align: center;
 background: #fff url(../img/container-bg.jpg) no-repeat;
}

#main-text {
 position: absolute;
 width: 784px;
 top: 157px;
 left: 67px;
 }

 #main-text a {
 color:#7e0000;
 text-decoration: none;
 font-size:1.2em;
 }

 #main-text a:hover {
 color:#7e0000;
 text-decoration: none;
 font-size:1.2em;
 }

#banner1 {
 width: 209px;
 height: 151px;
 padding: 10px 0 0 0;
 float: left;
 margin-right: 35px;
 background: #fff url(../img/banner1.jpg) no-repeat top left;
}

#banner2 {
 width: 209px;
 height: 151px;
  padding: 10px 0 0 0;
 float: left;
 margin-right: 35px;
 background: #fff url(../img/banner2.jpg) no-repeat top left;
}

#banner3 {
 width: 209px;
 height: 151px;
 padding: 10px 0 0 0;
 float: left;
 background: #fff url(../img/banner3.jpg) no-repeat top left;
}

#menu {
 position: absolute;
 width: 150px;
 top: 308px;
 left: 57px;
 text-align: left;
}

#menu1 {
 position: absolute;
 width: 150px;
 top: 308px;
 left: 300px;
 text-align: left;
}

#menu2 {
 position: absolute;
 width: 150px;
 top: 308px;
 left: 550px;
 text-align: left;
}

ul{
 text-align:left;
 width:150px;
}

ul li{
 padding:2px 0 0 0px;
 list-style:none;
background:  transparent url(../img/sublist-bg.jpg) no-repeat center right;
 border-bottom:1px dashed #CCCCCC;
}

#menu a{
 font-size:0.9em;
 margin:0;
 padding:0;
 text-decoration:none;
 color:#666666;
}

#menu a:hover{
 font-size:0.9em;
 padding:0;
 color:#151616;
}

#menu1 a{
 font-size:0.9em;
 margin:0;
 padding:0;
 text-decoration:none;
 color:#666666;
}

#menu1 a:hover{
 font-size:0.9em;
 padding:0;
 color:#151616;
}

#menu2 a{
 font-size:0.9em;
 margin:0;
 padding:0;
 text-decoration:none;
 color:#666666;
}

#menu2 a:hover{
 font-size:0.9em;
 padding:0;
 color:#151616;
}

#footline {
 position: absolute;
 width: 784px;
 height: 20px;
 left: 34px;
 top: 560px;
 padding: 2px 0 0 0;
 color: #fff;
 background: #7e0000;
}

#footer {
 position: absolute;
 width: 784px;
 height: 91px;
 left: 34px;
 top: 580px;
 background: transparent url(../img/footer.jpg) no-repeat center top;
}

#footer a {
  color: #999;
  font-size: 10px;
  margin-top: 20px;
}

