body {
	background:#600 url('/2.0/img/bg.gif') top left no-repeat;
	margin:0px;
	padding:0px 0px 0px 20px;
	font-family:arial,helvetica,sans serif;
	font-size:10pt;
	color:white;
}

#vert_line {
	position:absolute;
	z-index:2;
	top:0;
	left:527px;
	width:1px;
	height:100%;
	margin:0px;
	padding:0px;	
	background-color:white;
}

#horizon_line {
	position:absolute;
	z-index:2;
	top:119px;
	left:0px;
	width:100%;
	height:1px;
	margin:0px;
	padding:0px;
	color:white;
	background-color:white;
	border:0px;
}

.none {display:none;}

	#page {
		position:absolute;
		top:0;
		right:0;
		width:300px;
		height:100%;
		background:url('/2.0/img/faces_bg.gif') top right repeat-y;
	}

	h2#description {
		margin:26px 0px 0px 302px;
		padding:0px;
		font-size:10pt;
		font-weight:normal;
	}

	#about {
		clear:both;
		float:left;
		width:466px;
		height:369px;
		padding:5px 10px;
		margin:98px 40px 0px 0px;
		background-color:black;
		border-top:1px solid white;
		border-left:1px solid white;
	}
	
	#about .overflow {
		width:461px;
		height:359px;
		padding-right:5px;
		overflow:auto;
	}
	
	#content {
		float:left;
		position:relative;
		z-index:3;
		margin:98px 0px 0px 0px;
		background:url('/2.0/img/sample_tracks.gif') top left no-repeat;
		width:350px;
		height:200px;
	}
	
	#content ul {
		margin-top:40px;
		list-style-image: url('/2.0/img/bullet.gif');
	}
