a:link, a:visited {
	color: #cc0000;
}

a:hover, a:active {
	color: #ff0000;
}

#pageHeader h2 {
	color: #cc0000;
}

#navcontainer {
	background: repeat-x url(../images/navcontainer_bg.png);
}

#navcontainer #current {
	background: no-repeat url(../images/button_over.png);
	color: #cc0000;
}

#navcontainer .currentAncestor {
	background: no-repeat url(../images/button_over.png);
	color: #cc0000;
}

#navcontainer a {
	background: no-repeat url(../images/button_normal.png);
	color: #7f7f7f;
}

#navcontainer a:hover {
	background: no-repeat url(../images/button_over.png);
	color: #cc0000;
}

#contentContainer {
        width: auto;
        margin: 0px;
        float: none;
}

#contentContainer #content {
        padding-right: 20px;
        padding-left: 28px;
}
