.debug {
	background-color: orange;
	padding: 1em;
}


#beta {
	position: fixed;
	top: 0;
	left: 0;
	width: 113px;
	height: 113px;
	background-image: url(../images/beta-banner.gif);
}


#pageslide-body-wrap {
    position: relative;
}

#pageslide-slide-wrap {
    position: fixed;
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #000;
    color: white;
    margin-left: 1px;
    overflow-y: auto;
}

#pageslide-content {
	text-align: left;
}

#pageslide-content h2 {
	font-size: 18px;
	padding: 10px 5px 10px 10px;
    color: #C60;
    width: auto;
}

#pageslide-content ul {
	margin-left: 20px;
}

#pageslide-content em {
	display: inline-block;
	width: 150px;
	font-weight: bold;
}

