  
    body {
      /* background-image: url(../media/wc_bgd.jpg); */
      /* background-repeat: no-repeat;  */
      background-color: black;
    }

    #mainbox {
	  position: relative;
	  top: 0px;
	  left: 0px;
      width: 860px;
      height: 876px;
      border: 2px solid black;
      font-family: verdana, arial, helvetica, sans-serif;
      font-size: 12px;
      margin: 0px auto;
      color: black;
      background-color: white;
    }

		.center {
			display: block;
			margin-left: auto;
			margin-right: auto;
			width: 50%;
		}

/* ------  MASTHEAD  ------  */
    .products {
       float: left;
       height: 100px;
       width: 100px
       border: 10px;
     }
     
     #pagetitle {
	     margin-top: 30px;
	     margin-bottom: 0px;
	     font-size: 60px;
	     color: white;
	     font-family: “Times”, serif;
         font-style: normal;
         font-weight: bold;
         text-shadow: 2px 2px 1px #000;
         text-transform: normal;
         letter-spacing: 1px;
         line-height: 1.2em;
      }

/* ------  MASTHEAD  ------  */
    #masthead {
	  position: relative;
	  top: 0px;
	  left: 0px;
	  width: 860px;
	  height: 236px;
	  padding: 1px;
    }
    #masthead p {
      position: relative;
      top: -220px;
      left: 280px;
      width: 275px;
      height: 80px;
      font-family: tahoma, sans-serif;
      font-size:14px;
      font-weight: bold;
      text-align: center;
    }
    #masthead table {
      position: absolute;
      top: 206px;
      left: 0px;
      width: 860px;
      height: 20px;
      text-align: center;
    }
    #masthead a {
      font-family: verdana, arial, helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      color: white;
    }
    #masthead a:visited {
      text-decoration: none;
    }
    #masthead a:active {
      color: #71A3BE;
      text-decoration: none;
    }
    #masthead a:hover {
      color: yellow;
      text-decoration: none;
    }    

/* ------  MAINBODY  ------  */
    #mainbody {
	  width: 760px;
	  height: 460px;
	  padding: 30px 50px 50px 50px;
    }

    #mainbody h1 {
	  font-family: georgia, times, serif;
	  font-size: 20px;
	  font-style: italic;
    }
    
    .picture {
      border-width:4px;
      border-style:double;
      border-color:#996600;
    }
    
    #TG116102451 {
	  position: relative;
	  top: -240px;
	  left: 450px;
	  width: 220px;
	  height: 240px;
    }

/* ------- FOOTER -------- */

    #footer {
	  width: 860px;
	  height: 100px;
	  text-align: center;
    }
    
    #footer p {
	  padding: 0 120px 0 120px;
    }
    
    .W3C {
      float: left;
      margin: 15px 0px 15px 32px;
      height: 31px;
      width: 88px;
    }
        
    #footer a {
      color: #cc7900;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
    }

    #footer a:visited {
      text-decoration: none;
    }

    #footer a:active {
      color: green;
      text-decoration: none;
    }

    #footer a:hover {
      text-decoration: underline;
    }
