@charset "UTF-8";
/* CSS Document */

/* BODY STRUCTURE
--------------------------- */

body{
	background-color: white;
	font-family:helvetica, arial;
	font-size:80%;
	
}

.container{
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:600px;
	-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px; /* future proofing */-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}
	
#sz_content_wrap {
	margin-top:20px;
	margin-left:450px;
}
	
#sz_content{
	width:520px;
	height:380px;
	overflow:auto;
	text-align:left;
	padding-right:10px;
	
	line-height: 1.3em;
}	

.nav{
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
	height:180px;
	overflow: hidden;
	text-align:left;
	z-index:10;
}	

.player_wrap {
	position:relative;
	top:10px;
	left:0px;
	padding-top:15px;
	height:20px;
	overflow: hidden;
	text-align:left;
	z-index:20;
	}
	
.player{
	color:#999999;
	font-size:7pt;
	display:inline;
	position:relative;
	height:20px;
	vertical-align: middle;
	}
	

	
	
/* TYPOGRAPHY
--------------------------- */
	
h1{
 	color:#ff0030;
	text-transform:uppercase;
	size:80%;
	border-bottom:4px solid #ff0030;
	padding-bottom:.3em;}
			
		
a:link, a:visited, a:active{
	color:#FF0030;
	}
	
a:hover{
	color:#FF0030;
	background-color:#1dffc1;
	}	

a.player{
	color:#999999;
	font-size:7pt;
	}
	
#pics p {
	font-size:65%;
}	
