/* CSS Document */

body { 
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0 0 0 0;
	background-color:#111111;
	
	scrollbar-face-color:#642f28;
    scrollbar-highlight-color:#888888;
    scrollbar-3dlight-color:#000000;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-arrow-color:#ffffff;
    scrollbar-track-color:#000000;

}

.news {
    background-color:transparent;
	position:relative;
	left:10px;
	top:10px;
	width:475px;
	height:280px;
	overflow:auto;
	color:#ffffff;

	
}


.bio {
    background-color:transparent;
	position:relative;
	left:125px;
	top:25px;
	width:360px;
	height:280px;
	overflow:auto;
	color:#ffffff;

	
}