  body
  {
  margin:0px;
  background: #C0C0FE;
  background-repeat:repeat-x;
  }
  
  .outer 
  { 
  min-height:500px;
  width: 950px;
  margin-left:auto;
  margin-right:auto;
  position: relative; 
  border: solid 0px #5252FC;
  border-bottom: solid 0px;
  background: #FFF;
  background-repeat:repeat-x;
  z-index:1;
  }
  
  .header
  {
  position:absolute;
  top:0px;
  left: 0px;
  border: solid 0px red;
  width:850px; 
  height: 100px;
  background: url(../img/header.png);
  background-repeat: no-repeat; 
  }
  
  .navi_left
  {
  position:absolute;
  top:100px;
  left:0px;
  width:200px;
  min-height:300px;
  border: solid 0px blue;
  }
  
  .main
  {
  position:relative;
  top:100px;
  left:200px;
  width:750px;
  min-height:500px;
  border: solid 0px green;
  }
  
  .footer
  {
  position:relative;
  top:150px;
  border:solid 0px;
  width:950px;
  height:50px;
  background: url(../img/footer.png);
  background-repeat:repeat-x;
  }
 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .eing_contact
  {
  width:300px;
  }
  
  
  
  
  .gal_nav
  {
  height:50px;
  width:72px;
  cursor:pointer;
  }
  
  
  
  
  
  
  .eq_link
  {
  width:650px;
  height:20px;
  border:solid 0px;
  text-align:right;
  vertical-align:bottom;
  
  }
  
  .eq_link a:link {text-decoration: underline; color: #1A03C4; font: bold 12px Verdana;}
  .eq_link a:visited {text-decoration: underline; color: #1A03C4; font: bold 12px Verdana;} 
  .eq_link a:active {text-decoration: underline; color: #1A03C4; font: bold 12px Verdana;} 
  .eq_link a:hover {text-decoration: underline; color: #FC7623; font: bold 12px Verdana;}
  
  
  
  
  
  
  
