body {
          margin-top : 0px;
          background-color : #666666;
          background-image : url(bg.gif);
      }
	  
table, td {
          text-align : center;
          vertical-align : top;
          font-family : Helvetica, Arial, Verdana;
          color : #ffffff;
          font-size : 12px;
      }

p {
          position : relative;
          vertical-align : middle;
      }
	  
#holder {
          width : 850px;
          height : 610px;
          margin : 0 auto;
          vertical-align : middle;
      }
	  
#holderstart {
          width : 850px;
          height : 200px;
          margin : 0 auto;
          vertical-align : middle;
      }
	  
#header {
          text-align : left;
          vertical-align : bottom;
          background-color : #230f23;
          width : 850px;
          height : 55px;
          padding-top : 5px;
          color : #ffffff;
      }
	  
#start {
          text-align : left;
          vertical-align : bottom;
          background-color : #230f23;
          width : 850px;
          height : 55px;
          margin-top : 400px;
          color : #ffffff;
          padding-top : 5px;
      }
	  
#nav {
          padding : 5px 10px 0;
          text-align : right;
          vertical-align : middle;
          background-color : #f8f9f1;
          font-family : Helvetica, Arial, Verdana;
          color : #23160f;
          font-size : 12px;
          width : 830px;
          height : 25px;
      }
	  
#nav a {
          font-family : Helvetica, Arial, Verdana;
          color : #23160f;
          font-size : 12px;
          text-decoration : none;
          vertical-align : middle;
      }
	  
#nav a:hover {
          color : #cc0000;
      }
	  
#nav a:active {
          color : #cc0000;
      }
	  
#nav a:focus {
          color : #cc0000;
      }
	  
#copy {
          padding : 0 10px;
          text-align : right;
          background-color : #230f23;
          font-family : Helvetica, Arial, Verdana;
          font-size : 9px;
          color : #cccccc;
          width : 830px;
          height : 14px;
          padding-top : 2px;
      }
	  
#contentswf {
          text-align : center;
          background-color : #ffffff;
          width : 850px;
          height : 500px;
          padding-top : 10px;
      }
	  
#content {
          text-align : center;
          background-color : #ffffff;
          width : 850px;
          height : 505px;
          padding-top : 5px;
      }
	  
#content a {
          font-family : Helvetica, Arial, Verdana;
          color : #23160f;
          font-size : 12px;
          text-decoration : none;
          vertical-align : middle;
      }
	  
#content a:hover {
          color : #cc0000;
      }
	  
#content a:active {
          color : #cc0000;
      }
	  
#content a:focus {
          color : #cc0000;
      }
	  
#text {
          width : 505px;
          height : 450px;
          text-align : left;
          font-family : Helvetica, Arial, Verdana;
          color : #23160f;
          font-size : 12px;
          background-color : #f8f9f1;
          margin-left : auto;
          margin-right : auto;
          padding-left : 15px;
          padding-right : 10px;
          padding-top : 10px;
          margin-bottom : 20px;
          margin-top : 20px;
      }
