html {
	background: #d1d1d1 url(background.jpg) top center no-repeat;
}

body {
	background: transparent none;
}

#siteHeader {
	background: url(pageHeader.jpg);
	height: 180px;
}

#topNav table { 
	background-color: #181818; height: 33px;
}

#topNav tr {
	background-image: none !important;
}

#topNav a {
	background-image: none !important;
	border-left: 0;
	border-right: 0;
	background-color: #b70d00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 3px;
	margin-right: 3px;
}

#topNav a:hover {
	color: #000;
}

#topNav .selected:link, #topNav .selected:visited, #topNav .selected:hover {
	color: #000;
	background-position: 0;
}

#topNav td ul {
	margin-left: 3px;
}

#topNav td ul li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #d7d7d7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#bfbfbf));
	background-image: -moz-linear-gradient(top, #d7d7d7, #bfbfbf);
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #d7d7d7;
	padding: 4px 15px 4px 5px;
	/*text-shadow: 0px 1px 0px #e7e7e7;*/
	height: auto;
	color: #000;
}

#topNav td ul li:hover > a, #topNav td ul li.hover > a {
	background: #bfbfbf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#d7d7d7));
	background-image: -moz-linear-gradient(top, #bfbfbf, #d7d7d7);
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #d7d7d7;
	padding: 4px 15px 4px 5px;
	/*text-shadow: 0px 1px 0px #e7e7e7;*/
	color: #000;
	height: auto;
}

#displayBodyHeader {
	border-color: #FFF;
}