#topContainer {
	margin: 0px;
	width: 100%;
	text-align: left;
	background:#fff;
}

BODY.blackblog {
	background:#000;
}

BODY.blackblog #topContainer {
	background:#000;
}

#topContainer #topMenu {
	margin: 0px auto;
	width: 980px;
	text-align:center;
	font-family: verdana;
	font-size: 10px;
	text-transform: uppercase;
	background: url(/gfx/newsblog/horiz_long.gif) no-repeat bottom center;
}

BODY.blackblog #topContainer #topMenu {
	background: url(/gfx/newsblog/horiz_long_black.gif) no-repeat bottom center;
}

#topContainer #topMenu A, #topContainer #topMenu A:LINK {
	padding: 10px 10px;
	display: inline-block;
	background: url(/gfx/newsblog/topmenu_div.gif) no-repeat center left;
}

BODY.blackblog #topContainer #topMenu A, BODY.blackblog #topContainer #topMenu A:LINK {
	background: url(/gfx/newsblog/topmenu_div_black.gif) no-repeat center left;
}

#topContainer #topMenu A.first, #topContainer #topMenu A.first:LINK {
	padding-left: 0px;
	background: none;
}

#topContainer #heading {
	margin: 10px auto 20px;
	width: 980px;
	padding-bottom: 18px;
	text-align: center;
	background: url(/gfx/newsblog/horiz_long.gif) no-repeat bottom center;
}

BODY.blackblog #topContainer #heading {
	background: url(/gfx/newsblog/horiz_long_black.gif) no-repeat bottom center;
}

#topContainer #heading H1 SPAN {
	display: none;
}


#topContainer #heading H1 {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: none;
	width: 494px;
	height: 82px;
	background: url(/gfx/newsblog/title.gif) no-repeat;
}

BODY.blackblog #topContainer #heading H1 {
	background: url(/gfx/newsblog/title_black.gif) no-repeat;
}

#topContainer #heading #logo {
	float: right;
	border: none;
	width:87px;
	height:87px;
	background:url(/gfx/newsblog/alogo.gif) no-repeat;
}

BODY.blackblog #topContainer #heading #logo {
	background:url(/gfx/newsblog/alogo_black.gif) no-repeat;
}

#topContainer A, #topContainer A:LINK {
	color: #000;
	text-decoration: none;
}

BODY.blackblog #topContainer A, BODY.blackblog #topContainer A:LINK {
	color:#fff;
}

#topContainer A:HOVER {
	text-decoration: underline;
}

