/* CSS Document */
body{font: 76% arial,sans-serif;
     text-align:center;
	 background: #000000;
	 vertical-align: middle;
	  }
h1 {font-weight: bold;
      color: #91950D;
	  font-size: small;
	  text-align:center;
	  	  }
h2 { font-size: 11px;
     color: #000000;
	 text-align: center;
	 	 }
		 
table { padding: 5px;
        
       }
td, tr {border:  solid thin #996600;
        padding: 2px;
		
				 }
li {line-height: 20px;
}
a {color: #666666;
}
				 
p{margin:0px 50px 10px 40px;
  color:#FFFFFF;
  padding: 2px;
  font-size: 11px;
  white-space:  2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height:1.3;
  }

div#container {width: 710px;
               background: #4B1610;
}
div#header {width: 700px;
            height: 102px;
			padding-top: 2px;
			}

div#wrapper {width: 710px;
             padding-top: 6px;
			 margin-left:-4px;
			 margin-bottom: -3px;
 }
div#content {
             width:700px;
			 height: auto;
			 padding-top: 10px;
			 }

div#footer{ background: #4B1610;
            width: 700px;
			height: 45px;
			text-align:center;
			margin-top: 0px;	
			border-top:  solid thin #A8A534;
			padding-top: 5px;
						 
}
