/* style for the header */
.header
{
	background-image: url(images/bgSoftDev.jpg);
}

/* styles for the navbar */
.navbar
{
	background-color: #fcc6a0
}

.navbarLink
{
	background-color: #fbb07a
}

