#logo
{
	position:absolute;
	top:14px;
	left:32px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	padding:0 0 0 0;
	width:88px;
	height:32px;
}

#ajax
{
	position:absolute;
	top:18px;
	left: 136px;
	background-image: url(logo2.gif);
	background-repeat: no-repeat;
	padding:0 0 0 0;
	width:108px;
	height:24px;
}

#shade
{
	position:absolute;
	top:0;
	background-color: white;
	background-image: url(xul-shade.gif);
	background-repeat: repeat-y;
	height: 40px;
	width:100%;
}

#antishade
{
	position:absolute;
	top:40px;
	background-color: #ec9e00;
	background-image: url(xul-antishade.gif);
	background-repeat: repeat-y;
	height: 20px;
	width:100%;
}


#topmenu a
{
	color:white;
}

.sidepub
{
	background:#060;
	padding:4px;
	-moz-border-radius:8px;
	border-radius:8px;	
	-moz-box-shadow:2px 2px 4px #8a8;  
	-webkit-box-shadow:2px 2px 4px #8a8;  
	box-shadow:2px 2px 4px #8a8;	
	font-size:85%;
	border:2px solid #090;
	width:128px;	
}
