a {
	color: #760000;
}

#header {
	background: url('red.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#navbar {
	background: #acbcc2;
	background: url('red.png');
}

#navbar_real li {
	border-left: 1px solid #DD4949;
	border-right: 1px solid #760000;
}

#navbar_real li a {
	color: white !important;
}

#navbar_real li.active a {
	color: #760000 !important;
}

#navbar_real li.first {
	border-right: 1px solid #760000;
}

#navbar_real li.last {
	border-right: none;
}

#navbar_real li:hover {
	background: #DD4949;
}

#navbar_real li.active {
	background: white;
	background-image: url("red_active.png");
	border-left: none;
}

#footer {
	border-top: 1px solid #760000;
}