@charset "UTF-8";
/* CSS Document */

body {
	border-top:7px solid #000000;
	background-image:url(../img/multi/background.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
#container {
	background-image:url(../img/all/bg-image.png);
	background-repeat:repeat-y;
}
#footer {
	background-image:url(../img/multi/multi-footer-top.gif);
	background-repeat:repeat-x;
	background-color:#2b2b2b;
}
#headerTop {
	background-image:url(../img/multi/multi-header-top.png);
	background-repeat:no-repeat;
	width:880px;
	height:6px;
}
#headerMiddle {
	margin:0;
	padding:0;
	width:880px;
	background-image:url(../img/multi/multi-header-middle.png);
	background-repeat:repeat-y;
}
#headerBottom {
	background-image:url(../img/multi/multi-header-bottom.png);
	_background-image:url(../img/multi/multi-header-bottom.gif);
	background-repeat:no-repeat;
	width:880px;
	height:8px;
	margin-top:0;
	padding-top:0;
}

h1, h2, h3, h4, a, a:hover {
	color:#d22100;
}
#sidebar li a.subNavhover {
	background-color:#151515;
	background-image:url(../img/multi/main-nav-top.gif);
}
blockquote {
	background-color:#f3f3f3;
	background-image:url(../img/multi/multi-open-quote.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
}
blockquote p {
	background-image:url(../img/multi/multi-close-quote.gif);
	background-repeat:no-repeat;
	background-position:96% 100%;
	font-style:italic;
}
#footer a {
	color:#ffffff;
}
