/* General layout */
     body {
           font-family : 'Century Gothic', Verdana, 'Times New Roman', Arial, serif;
           font-size : 12px;
           color : #373626;
           background-color:#6e715a;
           margin:0px;
      }

       p, br, td {
           font-family :  'Century Gothic', Verdana, 'Times New Roman', Arial, serif;
           font-size : 12px;
           color : #373626;
           background-color : transparent;
      }
      a {
           text-decoration : none;
           color : #373626;
      }
     A:link {
           text-decoration : none;
           color : #373626;
           text-transform: uppercase;
           font-weight : bold;
           background-color : transparent;
      }
     A:visited {
           text-decoration : none;
           color : #373626;
           text-transform: uppercase;
           font-weight : bold;
           background-color : transparent;
      }
     A:hover {
           text-decoration : none;
           color : #373626;
           text-transform: uppercase;
           font-weight : bold;
           background-color : transparent;
      }


/* layout */

     .container {
	 margin: auto auto auto auto;
	 padding: 0 0 0 0;
	 width: 796px;
	 text-align: center;
	}
     #layout {
           margin: auto auto auto auto;
	 background-image : url('images/background.jpg');
           padding: 0 0 0 0;
           width:796px; 
	  height:457px;
	}

     .container2 {
	 margin: auto auto auto auto;
	 padding: 0 0 0 0;
	 width: 590px;
	 text-align: center;
	}
     #nav{
           width : 100px;
           float:left;
           padding-right:10px;
           color : #373626;
           text-align:right;
           font-size : 16px;
           font-weight : bold;
           text-transform: uppercase;
           text-align:right;
           background-color:#4d664c;
           border-bottom: 1px solid #b9beab;
      }
     #links{
           padding-top:30px;
           width : 100px;
           padding-right:10px;
           float:left;
           text-align:right;
           font-size : 16px;
           font-weight : bold;
           text-transform: uppercase;
           text-align:right;

      }


     #main {
           width : 450px;
           padding-left:30px;
           float:left;
           text-align:justify;
      }

     .stats {
           width:400px;
           font-size: 11px;
           margin-left:5px;
           padding:10px;
           background-color : #4d664c;
           font-family:  'Trebuchet MS', Verdana, 'Times New Roman', Arial, serif;
           -moz-border-radius: 10px;
      }

     .unit {
           width:180px;
           text-align:left;
           float:left;
           margin:8px;
           font-size: 10px;
           font-family:  'Trebuchet MS', Verdana, 'Times New Roman', Arial, serif;

      }


     Textarea, input, select, option {
           color : #111111;
           background : #4d664c;
           font-size : 11px;
           font-weight : normal;
           text-decoration : none;
           font-family : 'Trebuchet MS', Verdana, 'Times New Roman', Arial, 'Courier (T1)';
           text-align : left;
           border-width : 1px;
           border-style : solid;
           border-color : #b9beab;
      }


     #disclaimer{
           margin-left:30px;
           margin-right:30px;
           font-size: 10px;
           text-align:center;
           border-color: #111111;
           border-width: 0px;
           border-top-width: 1px;
           border-style: solid;
           margin-top:50px;
      }
