@charset "utf-8";
/* CSS Document */

.header {
    background-color: #a62020;
}

.navbar {
	background-color: #a62020;	
}

.content {
	background-color: #fae1e1;	
}

.footer {
	background-color: #a62020;
}