#mainmenu {
	background: #8E0000 url("../Images/mainmenu/guide/bg.gif") repeat-x bottom;
}
#mainmenu li {
	background: url("../Images/mainmenu/guide/left_both.gif") no-repeat left top;
	border-bottom: 1px solid #8E0000;
}
#mainmenu a {
	background:url("../Images/mainmenu/guide/right_both.gif") no-repeat right top;
}
div#menu li.current a {
	color: #8E0000;
}
#contentcontainer {
	background-color: #FFF;
}

#content {
	border-left: 1px solid #8E0000;
	padding-right: 0;
}

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

#footerend {
	border-bottom: 1em solid #8E0000;
}

h1 {
	color: #8E0000;
}

h2 {
	border-color: #8E0000;
	color: #8E0000;
}

#content a {
	color: #8E0000;
}
