/*
 * Layout - General
 */
div#containerMain {

}

div#header {
    background:         #e00;
    color:              #fff;
}

div#headerLogo {
    background:         #fff;
    width:              120px;
}

div#headerLogo img {
    height:             60px;
}

div#headerTitle h1 {
    margin-left:        10px;
}

div#content {
}

div#content div.container {
    padding:            10px;
}

div#container div.content {
    padding:            10px;
}

div#contentMain {
}

div#sidebarRight {
    background:         #dfdfdf;
}

div#fbFanBox {
}

div#footer {
    background:         #e00;
    color:              #fff;
    text-align:         center;
}

div.container {
}

/*
 * Layout - Specfic
 */

