/* CSS Document */

			body {
				
				background-color:#d7e4c2;
				
				width:1536px;
				
				margin:auto;
					
			}
			
			h1{
				
				text-align: center;
				
				font-size: 50px;
				
			}
			
			h3{
				
				font-size: 45px;
				
			}
			
			p {
				
				font-size: 20px;
				
			}
			
			.header{
				
				background-color:#41393d;
				
			}
			
				
			.whitearea {
				
				background-color:#ffffff;
				
				border: 2pt solid #000000;
				
			}
			
			.promo{
				
				text-align: center;
				
			}
			
			footer{
				
				margin-left: 618px;
				
			}
