/* Main Stylesheet */
@import url("home.css");
@import url("fonts.css");

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}
#contentInner2 {
    background: #000;
}
#leftcontent {
    background: #fcfcfc;
}
#rightcontent {
    background: #000;
}