body { 
	background-color: #c9c9c9;
	margin:0px 0px 0px 0px;
}
	
a:link { 
	color: #aa0000;
	text-decoration : none;  
}
a:visited { 
	color: #aa0000; 
	text-decoration : none; 
}
a:active { 
	color: #ff2f2f; 
	text-decoration : underline; 
}
a:hover { 
	color: #ff0000;
	text-decoration : underline;   
}
	

a.header { 
	text-decoration : none;   
	font-size : 1.7em; 	
	font-weight: bold;
}
	
div.header { 
	padding: 6px 0px 11px 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	border-bottom: 0px solid #959595;
	width: 940px;
	margin: 0 auto;
}

div.content {
	width: 940px;
	margin: 0 auto;
	background-color: #efefef;
	padding: 10px 20px;	
}

.nowrap{
	background-color: #efefef;	
}

div.navigation{
	background-color: #efefef;	
}

.fglogo {
	right:-25px;
	top:-22px;
	position: absolute;
	z-index:10;
}
.myplay {
	margin: 0 auto;
	width: 940px;
	position: relative;
}

div.login { 
	font-size : 0.9em; 
	font-weight: bold; 
	text-align: right; 
	padding-right: 15px;
	color: #ffffff; 
	}
	
a.login {  
	color: #ffffff; 
	}

	/*CROSS-SITE MENU BAR
 */
#master_bar { 
	background-color: #eee; 
	text-align: left;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
	margin-bottom: 20px;
}
#master_bar img {
	border: 0px;
}
#mb_span_1{
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #bfbfbf;
}
#mb_span_2{
	position: relative;
	top: 5px;
	font-size: 11px;
}
#mb_slice{
	color: #bfbfbf;
}

