﻿#content {
   border:2px solid #EAEAEA;
   float:left;
   padding:20px 15px;
   width:735px;
}
    
    #content #subheading {
        font-size:3.4em;
        padding-top:16px;
        padding-bottom:18px;
    }
    
    #leftColumn {
        clear:left;
        width:450px;
        float:left;
        margin-top:35px;
    }
    
    #rightColumn {
        margin-top:51px;
    }
    
    #content div.region {
        float:left;
    }
        
        #content div.region h2 {
            padding-top:0;
            padding-bottom:4px;
        }
        
        #content div.region ul {
            padding:0;
            margin:0;
            float:left;
        }
        
        #content div.region ul li {
            list-style:none;
            padding:0;
            margin:0;
            font-size:0.9em;
        }
    
    #content #first.region {
        border-right:1px solid #F0F0F0;
        width:241px;
        margin-left:6px;
    }
    
        #content #first.region ul.columnone li {
            width:150px;
        }
        
        #content #first.region ul.columntwo li {
            width:91px;
        }

    #content #second.region {
        
        width:177px;
        margin-left:32px;
    }
                
        #content #second.region ul li {
            width:183px;
        }
            
    
    #content #third.region {
        border-left:1px solid #F0F0F0;
        width:223px;
        padding-left:18px;
    }
        
        #content #third.region ul.columnone li {
            width:121px;
        }
        
        #content #third.region ul.columntwo li {
            width:102px;
        }
    
        
