﻿/******************************************************************************
 * Author:  Doug Johnson
 * Email:   doug@sizing.com
 * Website: http://www.infosizing.com/ aka http://www.sizing.com
 *
 * Description: CSS Level 2.1 compliant styling rules for banner pages.
 *              Banner pages add the banner and main content area
 *              to the site-wide framework.
 *
 *****************************************************************************/

/* MAIN:
 * The following rules apply to the main area and its content.
 */
#main
{
    float: left;
    width: 100%;
}


/* Banner:
 * This styles the banner on each page.
 */
#banner
{
    background: url(../Images/Artwerk.png) no-repeat center left;
    color: White;
    margin-bottom: 2.5em;
    margin-top: 1em;
    padding: 2em;
}

#banner h2
{
    font-size: 2.6em;
}

#banner p
{
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 1em;
}
