
body {
    font-family: Arial, sans-serif;
    background: #fff url(../images/bg1.jpg) top left repeat-x;
}

#wrapper {
    width: 980px;
    margin: 10px auto;
    border: 2px double #f1e261;
    background-color: #000;
    color: #fff;
    padding: 0px;
}

#header {
    width: 100%;
    border-bottom: 2px double #000;
    margin: 0px;
}

#header img {
    padding: 5px;
}

#footer {
    clear: both;
    width: 100%;
    border-top: 2px double #000;
}

#content {
    display: block;
    min-height: 400px;
    padding: 8px;
}

#menu {
    display: block;
    clear: both;
    height: 38px;
    background: #f1e261 url(../images/menuback.png) top left repeat-x;
}

#menu a {
    color: #000;
    display: block;
    float: left;
    background: transparent;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    padding: 3px 8px 0 12px;
    line-height: 26px;
    margin-top: 5px;
    border-right: 2px solid #555;
}
.menu_first {
    margin-left: 130px;
    border-left: 2px solid #555;
}
#menu a:hover {
    color: #fff;
}

.clearit { clear: both; }

.cathead {
    display: block;
    border-bottom: 1px solid #f1e261;
}

#contactblock {
    text-align: center;
}
#contactblock a { color: #f1e261; }
#contactblock a:hover { color: #fb0; }

/* show agent styles */
#agent {
    width: 80%;
    margin: 10px auto;
    border: 2px solid #f1e261;
    padding: 10px 0;
}

#agentpic {
    width: 30%;
    text-align: center;
    float: left;
}
#agentpic img {
    border: 1px solid #f1e261;
    padding: 1px;
}
#agentdata {
    margin-top: 100px;
    width: 60%;
    float: left;
}
#agentdata a {
    color: #f1e261;
}
#agentdata a:hover { color: #fb0; }

#agentbio {
    margin-top: 50px;
}

#agentbio ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 20px;
}
#backtoagent {
    clear: both;
}
#backtoagent a {
    color: #fb0;
}

/* our agents styles */

#agents { display: block; }
.agent {
    width: 32%;
    float: left;
    text-align: center;
    height: 275px;

}

.agent img {
    border: 2px solid #f1e261;
    padding: 2px;
}

.agent a { color: #fb0; font-weight: bold; text-decoration: none; }
.agent a:hover { text-decoration: underline; }
.agentname {margin-bottom: 0; }
.agentlink { margin-top: 0;}
