body {
	background-color: #660000;
	text-align: center;
	margin:  0px;
	padding: 0px;
}
#stripe {
	width: 100%;
	height: 30px;
	background-color: #000000;
	text-align: center;
}
#wrp {
	text-align: left;
	position: relative;
	margin-left:  auto;
	margin-right: auto;
	width: 950px;
}
#login {
	position: relative;
	text-align: left;
	position: relative;
	margin-left:  auto;
	margin-right: auto;
	width: 950px;
	z-index: 99;
}
#login #a {
	float: left;
	width: 240px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	font-family: Georiga, Times New Roman, Times;
}
#login #b {
	float: left;
}
#login #b a, #login #d a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #bbb;
	padding: 0 5px;
	font-size: 11px;
	font-weight: normal;
}
#login #b a:hover, #login #b a.active, 
#login #d a:hover, #login #d a.active {
	background-color: #333;
	color: white;
}
#login #d {
	float: right;
}

#login #c {
	margin-right: 15px;
	float: right;
}
#login #a, #login #b, #login #c {
	line-height: 30px;
	color: #bbb;
}

#cnt {
	width: 950px;
}
#nav {
	width: 240px;
	float: left;
}
img, embed, object {
	vertical-align: bottom;
}

ul.glossarylist {
	list-style-type: none;
}
ul.glossarylist li {
	text-indent: -5px;
	padding-left: 5px;
}
ul.glossarylist li.hidden {
	display: none;
}
ul.glossarylist li.visible {
	display: block;
}
ul.glossarylist li.section {
	display: block;
	border-top-color: #ffcccc;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
ul.glossarylist li.section a {
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.videolist {
	list-style-type: none;
	margin-bottom: 10px;
}
ul.videolist li {
	margin: 0px;
	padding-top: 0px;
	text-indent: -5px;
	padding-left: 5px;
}

.imgside {
	text-decoration: none;
}

#clear {
	clear: both;
}
#ftr {
	width: 240px;
	clear: both;
}
#debug {
	background-color: white;
	float: right;
	z-index: 1000;
	left: 20px;
	height: 400px;
	top: 20px;
	position: absolute;
	width: 400px;
	text-align: left;
}