@charset "utf-8";
/* CSS Document */

body {
  font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
	.div-1 {
        background-color: #1D3251;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		color: white;
		font-size: 45px;
    }
    
    .div-2 {
    	background-color: #ffab00;
		height: 20px;
		float:right;
		width:100%;
    }
    
    .div-3 {
    	background-color: #f2f2f2f2;
		width: 25%;
		float:left;
    }
	.div-4 {
    	padding-left:10px;
		width: 75%;
		float:right;
    }
	.div-5 {
    	padding-left:10px;
		width: 35%;
		float:left;
    }
	.div-6 {
    	padding-left:10px;
		width: 35%;
		float:right;
    }
div-7 {
	width:25%;
	background-color: white;
	float:left;
}
}
p {
  color: red;
}