﻿        #primary
        {
            width: 950px;
            text-align: left;
            background-color: #fff;
        }
        #col_a
        {
            float:left;
		    clear:left;
		    width: 630px;
		    padding-right:20px;
        }
        #col_b
        {
            float:left;
            width:300px;		  
        }
        #panel
        {
            width: 100%;
            background-image: url(/assets/images/wdgt/panel/bg.jpg);
            background-repeat: repeat-x;
            background-position: bottom left;
            border-bottom: 1px solid #000;
            overflow: hidden;
        }
        .lower
        {
            vertical-align: bottom;
        }
        .feature
        {
            background-repeat: no-repeat;
            text-align: center;
            float: left;
            padding-top: 8px;
            width: 230px;
            /*height: 254px;*/
            overflow: hidden;
        }
        #browse_others
        {
            background-image: url(/assets/images/home/bg_browse_others.jpg);
            background-repeat: no-repeat;
            width: 260px;
            padding-top: 8px;
            height: 151px;
        }


   h3
    {
      font-size:12px;
      font-family:Arial;
      font-weight:bold;   
    }
    
    h2
    {
      font-size:16px;
      font-family:Arial;
      font-weight:bold;   
    }
            
