/* DIV example style sheet*/

body{
  background-color:#925226;
	  color:black;
		  }
			
				
						   .header{
						   background-color: #925226;
							 width: 1875px;
							 color: white;
							 padding: 20px;
							 margin-left: -11px;
							 
							
							
						
							 }
						 
							 .sidebar{
							 background-color: #823200;
							 width:200px;
							 color: black;
							 margin-left: -8px; /*TRBL*/
							 padding: 20px;
							
							 position:absolute;
							 height: 620px;
							 }
							  .sidebar2{
							 background-color: #823200;
							 width:200px;
							 color: black;
							 margin-left: 1664px; /*TRBL*/
							 padding: 20px;
							 	 position:absolute;
							 height: 620px;
							 }
							 .main{
							  background-color: #68A357;
							 width:1400px;
							 color: black;
							  margin-left:230px;
								padding: 20px;
							 position:absolute;
							 height: 620px;
							 }
							 .footer{
							  background-color: #925226;
							 width:1872px;
							 color: black;
							 padding: 20px;
								 margin-left: -8px ;
								 font-size: 14px;
								 position: absolute;
								 margin-top:655px;
								
						
							 }
							 
							 	 
	 h1{
			  font-size:70px;
				text-shadow:3px 3px black;
				font-family: Impact, sans-serif;
				 }
		h2{
		color: white;
		font-size: 11px;
		}
		h3{
		color: white;
		font-size: 16px;
		}
		h4{
		color: white;
		font-size: 25px;
		}
				h5{
		color: white;
		font-size: 25px;
		}
					h6{
		color: white;
		font-size: 30px;
		}
				
		td{
		color: white;
		font-size: 13px;
		padding: 10px;
		}
		
		
		a
		{
		   color: white;
		}
		
		