


/*BODY*/

body {font: 16px "franklin Gothic", sansserif;
	background-color: #6a6a6a;
	}

p { color: #fff; }

h3{color: white}


/*HEADER*/

header {
    background-color: #fff;
}



header h1 {
    color: #d94631;
    font-weight: 800;
    font-size:30pt;
    text-align: center;
	background-color:#fff;
    }


/*NAV*/


nav a{
    background-color: #fff;
	font-size: 17 px;
    color: #4d4d4f;
    text-decoration: none;
	padding: 0px 20px
	
}

nav a:hover{
    background-color: #4d4d4f;
	color: #d94631;
	align: center
}

article{color: white}
 
section{width: 60%; margin-top: -270px; margin-left: 250px; }




aside{ width: 20%;
    height: auto;
	margin-top: -370px;
color: white;
	font-size: 13px;
	text-align: left;
	padding: 15px;
                   float: right;
                    background: #f07b6a;
                    
                   }




/*FOOTER*/

footer {
    background-color: #d94631;
	margin-top: 350px;
}

footer p {
    font-size: 9pt;
    color: #fff;
    padding: 10px 20px
    
}