﻿        #primary
        {
            width: 950px;
            text-align: left;
            background-color: #fff;
        }
        #secondary
        {
             display:none; 
        }
        #col_a
        {
            float: left;
            clear: left;
            width: 630px;
            padding-right: 20px;
        }
        #col_b
        {
            float: left;
            clear: right;
            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;
        }        
       
        
        .BlackLink:link{color:black; text-decoration:none}
        .BlackLink:visited{color:black; text-decoration:none}
        .BlackLink:hover{color:black; text-decoration:none}
        .BlackLink:active{color:black; text-decoration:none}
