html, body {
	background: url(../images/mainbg2.jpg) top repeat-x;
}

div#wrapper {
	background: url(../images/banner2.jpg) 50% 25px no-repeat;
}

div#wrapper div#headerContent h1 {
	color: #990000;
}

div#wrapper div#main ul#nav li a {
	color: #990000;
}

div#wrapper div#main ul#nav li.selected a {
	border: 1px solid #ff6699;
	border-right: 1px solid #fff;
}

div#wrapper div#main div#contentWrapper {
	border-bottom: 1px solid #ff6699;
	border-left: 1px solid #ff6699;
}

div#wrapper div#main div#contentWrapper div#breadcrumb {
	border-top: 1px solid #ff6699;
}

div#wrapper div#main div#contentWrapper div#content h1 {
	color: #990000;
}
div#wrapper div#main div#contentWrapper div#content a {
	color: #990000;
}
div#wrapper div#main div#contentWrapper div#content a:hover {
	color: #ffd992;
}

div#wrapper div#main div#contentWrapper div#extras {
	background-color: #fffae5;
	border-top: 10px solid #ffd992;
	border-bottom: 4px solid #ffd992;
}

div#wrapper div#main div#contentWrapper div#extras h2 {
	color: #990000;
}

div#wrapper div#main div#contentWrapper div#extras ul.usefulLinks li a {
	background: url(../images/bulletArrow2.gif) left no-repeat;
}

div#wrapper div#main div#contentWrapper div#extras div.promo {
	background-color: #ffd992;
}
