/* CSS Document */
*{ margin:0; padding:0;}


#warp{
   margin:0 auto;
   width:1024px;
   background:#ffffff;
}
#logo{
   background:url(../images/logo.jpg) no-repeat 0 0;
   height:155px;	
}
#menu{
   height:25px;
   background:url(../images/menu_bg.gif) repeat-x 0 2px;
}
#container{
    margin-bottom:20px;
}
#footer{
   clear:both;
   background:url(../images/footer_bg.gif) repeat-x;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #c6d78d;
   height:39px;
}
#content{
   margin:0 0 0 60px;
 /*  text-align:center;*/
   background:#ffffff;
}


