#root {
	position: fixed;
	height: 100%;
	width: 100%;
}
#content {
	background: #FFF;
	height: auto;
	width: 760px;
	border-top: 2px solid #000;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #000;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #3A3D34;
	margin: 0px;
	padding: 0px;
}
#sideBar, .grayText {
	margin: 10px;
	padding: 10px;
	text-align: right;
	vertical-align: top;
	color: #666;
}
#newFace {
	margin-top: 70px;
}
#sideBar a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	text-align: right;
	display: block;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
}
#sideBar a:hover {
	font-size: 10px;
	color: #F33;
	text-decoration: none;
	text-align: right;
	display: block;
	border-left: 1px solid #99F;
	border-bottom: 1px solid #FFF;
	margin-bottom: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
}
td {
	font-size: 11px;
}
#uc {
	background: #FFF;
	position: absolute;
	width: 756px;
	height: 420px;
	z-index: 2;
	visibility: hidden;
}