/** nothing but shades of red **/
a:active {
	color: #c20026;
	border-color: #c20026 ;
}

#page {
	background: #f67070;
	border-left:4px solid #c20026;
}

#ajaxSearch_submit {
	border:1px solid #c20026;
	background:#fbb8b8;
}

#search {
	background: #f67070;
}

#navi {
	background: #f67070;
}

#main {
	background: #fbb8b8;
}

#contentwrap {
	background: #fbb8b8;
}

.subnav a:hover {
	border-bottom:1px solid #c20026 !important;
}

.selected {
	color:#c20026 !important;
}

#sidebar {
	background: #fbb8b8;
}