
html {
overflow:hidden;
}


.rolloverMenu{
    float:left;
    padding: 10px 10px 10px 10px;
    
    z-index: 1000;
   
	position:fixed;
	BORDER: #f00 1px ridge;
 	BACKGROUND-COLOR: #ff9;
   
    top: 130px;
	
	

display: none;
}
.rolloverMenu#StoryMnu{
    width: 500px;
	left:20px;
	
}

.rolloverMenu#LnkMnu{
    width: 100px;
	left:220px;
	
}

.rolloverMenu#MemMnu{
    width: 180px;
	left:575px;
	
}

.rolloverMenu#GamMnu{
    width: 150px;
	left:300px;
	
}

.rolloverMenu#TFAMnu{
    width: 200px;
	left:300px;
	
}


.rolloverMenu#AdMnu{
    width: 150px;
	left: 400px;
	
}



#TitleBar{
	position:fixed;   
	left:10px; 
	right: 140px; 
	top:10px;
    height:100px; 
	z-index:1;
	font-size:1.5em;
	
font-variant: small-caps


}

#User{  
	position:fixed;
	top:140px;
	left:10px;
	right: 620px; 
	height:50px;
	BORDER: #f00 1px ridge;
 	BACKGROUND-COLOR: #ff9;

	font-size:0.8em;
	
	z-index:1;
} 
	

#Nav{  
	position:fixed;   
	left:10px; 
	right: 140px; 
	top:100px;
    height:30px; 
	z-index:1;
}



#TopBG{

	position:fixed;
	top: 0px;
	left: 0px; 
	right: 0px; 
	height: 140px;
	z-index:1;
	
	BACKGROUND-COLOR: #eeeeee

}

#Content{  
	position:fixed;
	top: 200px;
	left: 0px; 
	right: 140px; 
	bottom: 5px;	
	overflow:scroll;

	padding: 10px 10px 10px 10px;
	z-index:0;
	
}

#buttons{


	position:fixed;
	top: 130px;
	right: 0px; 
	float:right;
	padding: 10px 10px 10px 10px;
	z-index:0;


}

#topAd{
	position:fixed;
	top: 10px;
	right: 10px; 
	z-index:1;
}

#topBanAd{
	position:fixed;
	top: 140px;
	right: 140px; 
	z-index:1;
}

a.button{
	border-style:ridge;
	border-width:1px;
}


.Male{
		color:0000FF;
		BACKGROUND: #FFF
	}
	.Female{
		color:FF00FF;
		BACKGROUND: #FFF
	}	
