/* ready for new development */



body  {
       margin:10px;
      }



p     {
      font-size: 12px;
      color:#000000;
      font-family: Times New Roman, Times, serif, Arial, Helvetica, Geneva;
      }

h1
      {
      color: white;
      font-size: 11px;
      font-family: Arial, Times New Roman, Geneva, Eras Light ITC,  Times, serif, Arial,  Geneva;
      }	       	   
		   
h2
      {
      color: grey;
      font-size: 11px;
      font-family: Arial, Times New Roman, Geneva, Eras Light ITC,  Times, serif, Arial,  Geneva;
      }

h3
      {
      color: white;
      font-size: 14px;
      font-family: Times New Roman, Times, serif, Arial, Helvetica, Geneva;
      }

h4
      {
      color: green;
      font-size: 15px;
      font-family: Times New Roman, Times, serif, Arial, Helvetica, Geneva;
      }		   		    		   
		   
 	 
	   
td    {
      font-size: 14px;
      color:#000000;
      font-family: Times New Roman, Times, serif, Arial, Helvetica, Geneva;
      }



li    {
      font-size: 10px;
      color:blue;
      font-family: Arial, Times New Roman, Times, serif, Helvetica, Geneva;
      }
      
      
     
      
     
      
      a:hover {color: white}   /* mouse over link */

      
   




#container  {
                   width: ;
                   height:0px;
		   border: 0px;
		   padding: 0px;
                   margin-left:auto;
                   margin-right:auto;
                   margin-top:auto;
                   margin-bottom:auto; 

            }	   

#banner_1     {
                   
		  
		   width: 850px;
		   height: 200px;
		   background-image:url(web_graphic/banner_1.gif);
                   background-color: ;
                   border: medium double rgb();
	    }


#banner_2     {
                   
		   width: 850px;
		   height: 20px;
                   background-image:url(web_graphic/);
                   border: medium double rgb();
                   margin-right:;
                   background-color:#F3BB77;

	    }     

 
#sidebar1   {
                   float: left;
		   width: 250px;
		   background-color:;
		   background-image:url(web_graphic/sidebar.gif);
		   height: 600px;
		   border: medium double rgb();
            }

#searchbar   {
                   float:center;
		   width: 400px;
		   background-color:red;
		   background-image:url();
		   height:200px ;
                   margin-left:120px;
		   border: medium double rgb(250,0,255);
            }


#content     {
                   height:600px;
                   border:0px none;
                   background-color:;
                   width:600px;
                   margin-left:250px;
                   background-image:url(web_graphic/content.gif);
                   border: medium double rgb();

            }


#content_2     {
                   height:595px;
                   border:0px none;
                   background-color:;
                   width:580px;
                   margin-left:10px;
                   background-image:url();
                   border: medium double rgb();

            }



#footer     {
                   height:20px;
                   border:1px none;
                   background-color;
                   width:850px;
                   background-image:url(web_graphic/footer.gif);
                   border: medium double rgb();
                   
                   
            } 
            
            
            
