
    body {
    font-family: 'Georgia', 'times new roman';
    background-image: url('../images/background_gradient.jpg');
    background-repeat: repeat-x;
    color:#2f2f2f;
    }
    a {
        text-decoration:none;
    }
    a, img { border:none;}
    h1 {
        font-size:18px;
        margin-top:10px;
        margin-bottom:5px;
        font-weight:normal;
        color:#2f2f2f;
    }
    div.container_12 {
        min-height:1000px;
    }
    #orange_light {
        background-image: url('/images/orange_lightbg.jpg');
        background-repeat: repeat-x;
        height:39px;
        padding:0px;
        margin:0px;
        width:960px
    }
    #feature {
        width:960px;
        margin:0px;
        padding:0px;
    }
    #top {
        margin-top:50px;
        margin-bottom:20px;
    }
    #red_buttons {
        float:right;
        margin-right:0px;
        padding-right:0px;
    }
    #red_buttons img {
        margin-top:5px;
    }
    #content {
        width:630px;
        margin-left:0px;
        padding-left:0px;
        min-height:500px;
    }
    .left {
    float:left;
    }
    .right {
    float:right;
    }
    .menuitems {
        margin-top:7px;
    }

    .menuitems ul, .menuitems ul li {
        list-style-type: none;
        padding:0px;
        margin:20px;
        display:inline;
    }
    .menuitems a {
        font-family: times new roman;
        font-size:15px;
        color:#000000;
    }
    #orange_light p, #orange_light a {
        color:white;
        font-size:16px;
        padding:8px;
        padding-right:13px;
        text-transform: Capitalize;
    }
h1 {
    font-size:18px;
    margin-top:10px;
    margin-bottom:5px;
    font-weight:bold;
    color:#2f2f2f;
}
h2 {
    font-size:16px;
    margin-top:10px;
    margin-bottom:5px;
    font-weight:bold;
    color:#2f2f2f;
}
h3 {
    font-size:14px;
    margin-top:10px;
    margin-bottom:5px;
    font-weight:bold;
    color:#2f2f2f;
}
pre, blockquote {
    margin-left:20px;
    width:90%;
    border:1px dashed #000;
    padding:5px;
}