


 body {
    margin:0 0 0 0;
    padding:0;	
     /*background:#4848FF;*/	
     background:#9393CA;
	/*background-image: url('images/greenbg.jpg');*/
    }
	
.navlink A:link {display:block;width:100px; height:10px; color: white; background-color:#00009B;}}
.navlink A:visited {display:block;width:100px; height:10px;color: black; background-color:#00009B;}} 
.navlink A:active {display:block;width:100px; height:10px; color: white; background-color:#00009B;}}
.navlink A:hover {display:block;width:100px; height:10px; color:black;
background-color:#eaeaea;}}
a:link {text-decoration:none; padding:0px; color:blue;text-decoration:none}}
a:visited {text-decoration:none; padding:0px;color:purple; text-decoration:none}} 
a:active {text-decoration:none; padding:0px; color:white;text-decoration:none}}
a:hover {text-decoration:green; padding:0px; color:white;text-decoration:none}}

    
    
    #container1 {	
	  position: absolute;
      left:15px;
	  top:0px; 
     /* border-style:dotted;
      border-width:think;
      border-color:white;*/
	  width:100%;	
	  height:100%;
     
	  /*background:yellow;*/}

        
#left_col { 
    position:absolute;
	left:20px;
	top:200px;
	 height:100%;
   width:200px;
    /*border-style:ridge;
      border-color:blue;
      border-width:medium;*/} 
      
      
      #left_block {
    position:relative;
	right:0px;
	  padding-left:5px;
      width:200;
      border-style:ridge;
      border-color:#000064;
      border-width:medium;
	 background:#D6D6D6;}
#center {	
	  position:absolute;
	  left:220px;
	  top:200px; 
      padding-right:10px;
      padding-left:40px;
	  width:550px;	
	  height:100%;
     /* border-style:dotted;
   border-width:think;
      border-color:yellow;*/
	 }
	  
#right_col {
    position:absolute;
	right:50px;
	  left:780px;
	top:200px;	
	 height:80%;
     /*border-style:ridge;
      border-color:blue;
      border-width:medium;*/
      width:140px;}

	
#top_area {  
  position:absolute;
	top:5px; 
  width:100%;
  }
#nav1{
    position: relative;
	top:185px; 
  	height:15px;
    width:100%;
    
    /*background-image: url('images/menu_bg2.jpg');*/
    background:#000064;
    }
 
 
   
#footer {  	

  position:absolute;
	bottom:5px; 
	
  width:100%; 
  height:15px;
   }
  
  
 