body {
	background-image : url("/images/left_red.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
a, a:link, a:visited {
	color: #ad0419;
}
a:hover {
	background-color: #ffbfc7;
}

/* Custom classes */
#navigation li a:hover {
	background-color : #ffbfc7;
}
.boxed {
	border : 1px solid #ffbfc7;
	padding : 5px;
}

