
        #contentarea {
            width:500px;
            float:left;
        } 
        
        #leftarea {   
            width:201px;
            float:left;
            min-height:400px;
            height:400px;
            padding-top:22px;
        }
        
        #middlearea { 
            width:862px;	
            margin:0px 2px;	
            height:auto;
            border-bottom:1px solid #3865a8;
            background-image:url(/httpd/img/dott.gif);
            background-repeat:repeat-y;
            background-position:200px 0px;
        }
        
        .content{
            line-height: 17px;	 
            width:640px;
            padding:10px 10px 10px 10px;
        }
        
        .headline{
            width:650px;
        }
    