* 
{
	font-size: 11px;
}
/* body */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
p {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0px;	
}
/* container */
#container {
	position: absolute;
	width: 890px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -440px;
}
/* navigation */
#sidebar {
	position: absolute;
	width: 125px;
	height: 485px;
	margin-top: 2px;
	margin-right: 0px;
}
#list{
	position: absolute;
	width: 120px;
	height: 470px;
}
#list ul{
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	right: 0px;
}
#list li {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	list-style-type: none;
	letter-spacing:0.15em;
	margin-top: 15px;
}
#list li.small {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-align: right;
	list-style-type: none;
	letter-spacing:0.15em;
	margin-top: 5px;
}
#list li.small_first {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-align: right;
	list-style-type: none;
	letter-spacing:0.15em;
	margin-top: 10px;
}
/* content */
#content {
	position: absolute;
	width: 770px;
	height: 500px;
	margin-left: 127px;
	margin-top: 0px;
}
#content_title{
	position: absolute;
	height: 15px;
	margin-top: 0px;
	margin-left: 0px;
}
#content_title p{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
#content_nav{
	position: absolute;
	width: 770px;
	height: 40px;
	margin-top: 18px;
	margin-left: 0px;
	padding: 0px;
}
#content_frame{
	position: absolute;
	width: 759px;
	height: 426px;
	top: 55px;
	border: 2px solid #ffffff;
	margin: 0px;
}
/* content classes */
.content_navpoint{
	float: left;
	width: 24px;
	height: 24px;
	border:  2px solid #ffffff;
	margin-right: 7px;
}
.content_textbox {
	position: absolute;
	width: 235px;
	height: 412px;
	background-color: #ffffff;
	margin: 0px;
	padding: 7px;
}
.content_textbox p{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
}
/* footer */
#footer {
	position: absolute;
	width: 761px;
	text-align: right;
	bottom: 0px;
}
#footer p {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
}