#main {
    padding-left: 5px;
    background-color: #f9f9f9;
    border-left: 1px solid white;
	border-right: 1px solid white;
    border-bottom: 1px solid white; 
}

#header h1 {
    margin: 0 auto;
    /* padding: 0.5em 0 0.25em 10%; */
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
    /* background-color: #9c1e21; */
    text-align: center;
    padding-top: 50px;
    padding-right: 04em;
    padding-bottom: 50px;
    background: radial-gradient(#eb1f22 10%, #9c1e21 83%, #9d1c20 70%);

}

#header h1 {
    margin: 0 auto;
    /* padding: 0.5em 0 0.25em 10%; */
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
}

#sidebar div.block span.blockTitle {
    background-image: -webkit-linear-gradient(top, #eb1f22, #9d1c20);
    background: -moz-linear-gradient(top, #eb1f22, #9d1c20);
    background: -ms-linear-gradient(top, #eb1f22, #9d1c20);
    background: -o-linear-gradient(top, #eb1f22, #9d1c20);
    color: #fff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-indent: 8px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 5px 5px;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
}

body {
    background-color: #ffffff;
    color: #111111;
}

#navbar a {
    font-size: 0.7em;
    letter-spacing: 0.05em;
    font-weight: bold;
}

#breadcrumb {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 0.7em;
}
