/* bring html5 to ie6 */
header, nav, article, footer, section, figure, aside {  
        display: block;  
}  

.toLeft {
    float:left;
}

.toRight {
    float:right;
}


.clear {
    clear:both;
}

.hidden {
    display:none;
}

.center {
    width:960px;
    margin:0 auto;
}

a {
    cursor:pointer;
}

em {
    font-style:italic;
}
