
    body {
		  background-color: #808080;
		  font-size: 14px;
		  font-family: Verdana, Trebuchet MS, sans-serif;
		  text-align: center;
		}
		
		a:link {color: black;}
    a:visited {color: black;}
    a:hover {color: #C80000;}
    a {text-decoration: none;}
		
		.float {
      float: left;
      height: 50%;
      margin-bottom: -350px;
      }

    .wrapper { 
      clear: both;
      position: relative;
      width: 1000px; 
      height: 700px;
      margin: 0px auto;
    }
    
    .container, .shadow1 {
      background-color: #707070;
      position: relative;
      bottom: 1px;
      right: 1px;
    }
    
    .container, .shadow2 {
      background-color: #606060;
      position: relative;
      bottom: 1px;
      right: 1px;
    }
    
    .container, .shadow3 {
      background-color: #505050;
      position: relative;
      bottom: 1px;
      right: 1px;
    }

    .container {
      background-color: white;
      color: black;
      height: 700px;
    }
    
    .banner {
      float: left;
      width: 940px;
      height: 20px;
		  text-align: left;
		  margin: 30px;
      display: inline;
      font-size: 16px;
		  }
		  
    .left {
      float: left;
      width: 120px;
      height: 620px;
      font-size: 12px;
      line-height: 16px;
		  text-align: left;
		  margin-left: 30px;
		  display: inline;
      }
      
    .center {
      float: left;
      width: 700px;
      height: 620px;
      text-align: center;
      font-size: 12px;
      }
      
    .center img {
      margin-bottom: 30px;
      }
    
    .right {
      float: right;
      width: 149px;
      height: 620px;
      display: inline;
      text-align: center;
      font-size: 11px;
      border-left: dotted black 1px;
      overflow: auto;
      }
    
    .right img {
      margin-bottom: 20px;
      border: 0px;
      }