
/* static divs -- to set up vertical positioning */
#frame       { width: 700px; text-align: left; margin-left: auto; margin-right: auto; 
               margin-top: 0px; padding: 0px; border: 0px solid white; background-color:#000;}
#dframe     { width: 700px; height: 100%; text-align: left; margin-left: auto; margin-right: auto; 
               margin-top: 0px; padding: 0px; border: 0px solid white; background-color:#000;}			   
#noframe       { width: 700px; text-align: left; margin-left: auto; margin-right: auto; 
               margin-top: 0px; padding: 0px; border: 0px solid white; background-color: #DEA743}			   
#contentleft { width: 140px; height: 800px; float: left; background-color: #000; background-repeat: repeat; 
               background-attachment: scroll; padding: 0px; margin-top: 50px; margin-bottom: 60px;
               background-position: 0% 50%; overflow: hidden; }
#contentcenter { height: 100%; width: 560px; float: left; background-color: #000; background-repeat: repeat; 
               background-attachment: scroll; padding: 0px; 
               background-position: 0% 50%; overflow: auto; 
			   letter-spacing: 0.2px; font-size: 100%; color: #FFFFCC}	
#contentmanage { width: 700px; float: left; background-color: #fff; background-repeat: repeat; 
               background-attachment: scroll; padding: 0px; 
               background-position: 0% 50%; overflow: auto; 
			   letter-spacing: 0.2px; font-size: 100%; color: #000}			   
#contentright { width: 130px; float: left; background-color: #fff; background-repeat: repeat; 
               background-attachment: scroll; padding: 0px; 
               background-position: 0% 50% }
#contentheader { height:110px; top:0px;  background-position: 0% 50%; width:700px;
               background-repeat: none;}

h1           { font-size: 14px; padding-top: 10px }
#contentheader h1 { font-size: 14px; margin: 0px; padding: 10px }

#backend  { position: static; border-left: 0px solid teal; border-right: 0px solid teal; 
               margin-left: 160px; margin-right: 160px; background-color: #DFFEEE;
               height: 400px; margin-top: 0; margin-bottom: 0; color: #66789d;
               overflow: auto; letter-spacing: 0.5px; padding: 5; font-size: 105%
               }               

#About     { position: static; border-left: 0px solid teal; border-right: 0px solid teal; 
               margin-left: 100px; margin-right: 100px; background-color: #F3F6FB;
               margin-top: 0; margin-bottom: 0; color: #66789d;
               overflow: auto; letter-spacing: 0.5px; padding: 5; font-size: 100%
               }               


#srch  { position: static; border-left: 0px solid teal; border-right: 0px solid teal; 
               margin-left: 5px; margin-right: 5px; background-color: #F3F6FB;
               height: 400px; margin-top: 0; margin-bottom: 0; color: #66789d;
               overflow: auto; letter-spacing: 0.5px; padding: 5; font-size: 105%
               } 

#srch2  { position: static; border-left: 0px solid teal; border-right: 0px solid teal; 
               margin-left: 5px; margin-right: 5px; background-color: #F3F6FB;
               height: 1780px; margin-top: 0; margin-bottom: 0; color: #66789d;
               overflow: hidden; letter-spacing: 0.5px; padding: 5; font-size: 100%
               }
			   #Footer    { background-color: #bac9d4; background-repeat: repeat;
           border-top: 1px solid teal; width: 99%;
          border-bottom: 1px solid green; margin: 0; padding: 2px; 
               }
       
#cent        {  width: 100%; border: 0px solid red;}

/* absolute divs -- % based margins to set up 3 cols */
#Left        { position: absolute; width: 120px; top: 115x; height: 675px; border:2px solid teal;
                 left: 0; overflow: hidden; background-color: #669999; 
                 }
#Right       { position: absolute; width: 30px; top: 115px; height: 675px;
                 right: 0px; overflow: hidden; background-color: #F3F6FB;
                 }
		 
/* layout, no positioning */
#Header .logo { margin: 0; padding-left: 0px; padding-right: 0px; padding-top: 0px; 
               padding-bottom: 0 }             
#contentcenter .box { text-align: left ; padding: 5px }
#Left .box   { padding: 2px }
#Right .box  { margin: 0; padding: 2px; }

/* END OF page layout positioning */



