body{
    padding:0px; margin:0px;
    


}


#main{ width:1000px;
       height:1300px;
       margin:auto;
 }
 
 #upperbanner{
     height:100px;
     width:1000px;
     
}
#banner{
    width:1000px;
    height:540px;
    background-image:url(images/banner.jpg);
    margin-top: 10px;

}
#left{
    width:275px;
    float:left;
    height:600px;
    

}
#middle{
    width:275px;
    float:left;
    border-left-width:1px;
    border-left-style:solid;
    border-left-color:gray;
    height:600px;
    padding-left:10px;

}

#right2{
    width:675px;
    float:left;
    border-left-width:1px;
    border-left-style:solid;
    border-left-color:gray;
    height:600px;
    padding-left:10px;

}
#right{
    width:415px;
    float:left;
    border-left-width:1px;
    border-left-style:solid;
    border-left-color:gray;
    height:580px;
    padding:10px;


}
p{
    font-size:14px;
    text-align:justify;
    color:gray;


}
#title{
    height:60px;
    width:1000px;
}
#menu{

    height:30px;
    width:1000px;
    

}
#menu li{
    display:block;
    list-style-type: none;
    width:100px;
    height:30px;
    float:left;
   font-size:15px;
    color:black;
    font-weight: bolder;
    text-align: center;

}
.current{ display:block;
    list-style-type: none;
    width:100px;
    height:30px;
    float:left;
    font-size: 15px;
    background-image: url(images/sitebt.gif);
    color:#ffffff;
    font-weight: bolder;
    text-align: center;

}
.listitem{

    width:250px;
    height:30px;
    margin-left:10px;
    border-bottom-style:dotted;
    border-bottom-width:1px;
    border-bottom-color:gray;
  color:#4d5b04;
    font-weight: bold;
    font-size:13px;
}
.listitem2{

    width:250px;
    height:40px;
    margin-left:10px;
    border-bottom-style:dotted;
    border-bottom-width:1px;
    border-bottom-color:gray;
    color:#4d5b04;
    font-weight: bold;
    font-size:13px;
}
h2{

    color:#657220;
    

}
#footer{
    width:980px;
    height:40px;
    padding:10px;


}
#mask{
    width:100%;
    height: 1300px;
    background-color: gray;
    position: absolute;
    opacity:0.9;filter:alpha(opacity=90);
    z-index:2;


}
#maskedlogin{
    margin:auto;
    background-color:#ffffff;
    width:600px;
    height:400px;
position:fixed;
z-index:5;
margin:200px;
margin-top:50px;
border:5px groove #657220;


}
#lower1{
    width:1000px;
    height:500px;

}
a{

    text-decoration: none;
}
#lower1 li{

    color:gray;

}