body{
        background-color:#1a1a1a;
        margin:20 auto;
}

h1{
        font-family:Tahoma;
        font-size:14px;
        color:#323d15;
        margin:0;
}
h2{
        font-family:Tahoma;
        font-size:11px;
        color:#c4e07d;
        margin:0;
}

.banner{
        background-color:#4e5c2b;
        font-family:"Times New Roman", Times, serif;
        font-size:30px;
        color:#c4e07d;
        font-weight:bold;
        font-style:italic;
        text-align:center;
        padding-top:30px;
        padding-bottom:30px;
        height:40px;
}
span.palomino{
        font-family:Tahoma;
        font-size:12px;
        color:#323d15;
}

.nav{
        background:#65763c url(images/bg.gif) bottom left repeat-x;
        font-family:Tahoma;
        font-size:12px;
        color:#FFF;
        line-height:20px;
        padding:15px;
        width:148px;
}
.nav a{
        color:#c4e07d;
        text-decoration:none;
}
.nav a:hover{
        color:#323d15;
        text-decoration:underline;
}

.content{
        background:#65763c url(images/bg.gif) bottom left repeat-x;
        font-family:Tahoma;
        font-size:12px;
        color:#FFF;
        line-height:20px;
        padding:15px;
        padding-bottom:40px;
        width:442px;
}
.content a{
        color:#c4e07d;
        text-decoration:none;
}
.content a:hover{
        color:#FFF;
        text-decoration:underline;
}

.footer{
        height:35px;
        background-color:#4e5c2b;
}

.spacer_width{
        width:25px;
}
.spacer_height{
        height:25px;
}
