      body {
        text-align: center;
        background: gray;
        font-family: "Arial", "Helvetica", sans-serif, serif;
        font-size: 0.9em;
      }
      a {
        color: #C00;
        text-decoration: none;
      }
      a:hover {
        text-decoration: underline;
      }
      #page {
        margin: 0 auto;
        position: relative;
        display: block;
        text-align: left;
        width: 760px;
        background: white;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
      }
      #header {
        position: relative;
        width: 760px;
        height: 235px;
      }
      #header h1 {
        position: absolute;
        bottom: 34px;
        background: black;
        border-top: 5px solid #C3B80C;
        border-right: 1px solid black;
        color: white;
        width: 599px;
        font-family: "Arial Narrow", "Arial", "Helvetica", sans-serif;
        font-size: 14pt;
        padding: 10px 15px;
        letter-spacing: 4px;
      }
      * html #header h1 {
        width: 630px; /* IE5/Win only */
        w\idth: 599px; /* Other IE */
      }
      #header h2 span{
        display: none;
      }
    
      #cWrapper {
        position: relative;
        width: 760px;
        min-height: 600px;
        background: white url(/include/layouts/images/cbackground.gif) repeat-y 629px 0;
      }
      * html #cWrapper {
        height: 600px;
      }
    
      #content {
        position: relative;
        width: 599px;
        margin-right: 130px;
        padding: 15px;
        line-height: 1.2em;
        z-index: 1;
      }
      * html #content {
        width: 596px;
      }
      
      #content h1 {
        font-size: 26px;
        text-transform: uppercase;
      }
      
      #content .inset {
        background: white;
        border: 1px dashed black;
        padding: 20px;
        margin-right: 10px;
        width: 425px;
        float: left;
      }
      #content .inset:hover {
        background: #F6F6F6;
        border: 1px dashed red;
      }
      
      #sWrapper {
        float: right;
        width: 130px;
        overflow: hidden;
        font-family: "Verdana", Times, sans;
        font-size: 0.8em;
      }
      #sticky {
        padding: 10px;
        padding-top: 380px;
      }
      #striperA {
        position: absolute;
        top: 90px;
        right: 0;
        background: black url(/include/layouts/images/striperA10.jpg) right no-repeat;
        width: 131px;
        height: 100px;
      }
      #striperB {
        position: absolute;
        top: 275px;
        right: 0;
        background: black url(/include/layouts/images/striperB4.jpg) right no-repeat;
        width: 131px;
        height: 100px;
      }
	  
	  #footer {
        clear: left;
        position: relative;
        width: 629px;
		text-align: center;
	  }
      * html #footer {
        width: 626px;
      }
	  
	  #footer h6 {
		padding: 20px;
	  }