body{
  background: url(../images/body_bg.jpg) repeat-x left top;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline;
   
}

#header{
      height: 300;
      margin-bottom: 1px;
      z-index: 010;
}

#menu_container {
    margin:1px auto 0px auto; 
    position:relative; 
    width:964px; 
    height:26px; 
    z-index:200;
    background-color: #7484ad;
    border: 1px solid black;
    padding: 2px 2px;
    padding-bottom: 3px;    
}

#menu_container2 {
    margin:1px auto 0px auto; 
    position:relative; 
    width:964px; 
    height:26px; 
    z-index:100;
    background-color: #7484ad;
    border: 1px solid black;
    padding: 2px 2px;
    padding-bottom: 3px;    
}

#main{
    background: url(../images//BDG_CATALOG_2.jpg) repeat-y center top;
    width: 964px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    border:black double;
    text-align: center;
    padding-bottom : 10px;
    padding-top: 10px;            
}

#footer{
    background-color: white;
    width: 964px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    border: black double ;
    font-size: .8em;
    color: red;
    }
                                                       
.main_page_h3{
    font-size: 1.5em;
    font-weight: bold;
    color: red;    
}

.main_page_p{
    font-size: 1.2em;
    font-weight: bold;
    color: blue;
    margin: 5px 100px 5px 100px;
    line-height: 1.75em;
      
}

.buyers_img{
    border: double blue;
    margin: 5px 5px 5px 5px;
}

table{
    margin-left: auto;
    margin-right: auto;       
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-table;
       
}

td{
    padding: 1px 5px 1px 5px;
    margin-top: auto;
    margin-bottom: auto; 
}
.mem_list{
    font-size: .8em; 
}

.non_vis{
    visibility: hidden;
}

#logo{
display: none;
}

#data_select{
    width: 964px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    display: inline;

}

.ex_text{
     margin-left: auto;
     margin-right: auto;       
     display: inline;
     font-weight: bold;
}

#subForm{
  font-size: 1em;
  padding-bottom: 20px;
    
  }
  
fieldset{
    border: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: inline;
    line-height: 1em;
    }  

.label{
  float: left;
  width: 200px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: right;
  font-weight: bold;
  clear: left;
  display: block;
 
 
}

.input {
    width: 300px;
    background-color: #ACACAC;
    font-family:"Lucida Console", Monaco, monospace;
    font-size: .9em;
    margin-top: 10px;
    float: left;   
}

.input:focus {    
    background-color: #F0F0F0;
}

#subForm tr{
    width: auto;
    margin-left: auto;
    margin-right: auto;
       
 }

 #subForm td{    
    text-align: left; 
        
 }







