﻿body 
{
	font-family: "Papyrus";
	font-size: small;
	color:#1b0000;
}
#container 
        {
        	position:relative;
        	overflow:hidden;
        	height:430px; 
        	top: 3px; 
        	left: 0px; 
        	width: 374px;
        }
        
        #content 
        {
        	position:relative;
	        width		: 374px;
        }
        
        #scrollArea 
        {
        	height:230px;
        	width:8px;
        	border: none;
        	overflow: hidden;
        	background-image:url('../images/scroll/scrollTrack.png');
        }
                
        #scroller {
	        position	: relative;
	        top			: -1px;
	        width		: 8px;
	        
        }