BODY {
	margin: 0;
	padding: 0;
	background-color: black;
	font-family: Arial, Sans-Serif;
}
TABLE {
	width: 100%;
	height: 100%;
	font-family: Arial, Sans-Serif;
}
TD {
	vertical-align: middle;
	text-align: center;
}
IMG {
	border: 0;
}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #171717;
	border-left: 2px solid #171717;
	width: 655px;
	height: 620px;
	text-align: left;
}
#topLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 405px;
	height: 220px;
	padding-top: 40px;
	background-color: #171717;
	color: #777;
	font-size: 14px;
	font-weight: bold;
}
#topLeft LI {
	list-style-type: none;
	padding-bottom: 10px;
}
#topLeft LI A {
	text-decoration: none;
	color: #777;
}
#topLeft LI A:hover {
	color: #ccc;
}
#topLeft LI A.selected {
	color: #ccc;
}
#topRight {
	position: absolute;
	top: 0px;
	left: 405px;
	width: 250px;
	height: 220px;
	padding-top: 40px;
	background-color: black;
}
#topRight DIV {
	padding-top: 90px;
	padding-left: 25px;
	color: #777;
	font-weight: bold;
}
#bottomLeft {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 405px;
	height: 399px;
	background-color: black;
}
#bottomRight {
	position: absolute;
	top: 220px;
	left: 405px;
	width: 250px;
	height: 399px;
	background-color: #171717;
}
.notes {
	color: #777;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 40px;
}
.notes A {
	text-decoration: none;
	color: #777;
}
.notes A:hover {
	color: #ccc;
}

