* {
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse: collapse;
    background-color: white;
    color: #4A1E0A;
}

#frame {
    width: 700px;
    margin: 0px auto;
}

#head {
    float: left;
    width: 700px;
    height: 190px;
    background-image: url(../img/bg.png);
}

#main {
    float: left;
    width: 700px;
}

#left {
    float: left;
    width: 200px;
    text-align: left;
    vertical-align: top;
}

#nav {
    float:left;
    width: 200px;
    text-align: left;
    vertical-align: top;
}

#advertising{
    float:left;
    width: 200px;
    text-align: left;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 15px;
}

#fbbbox{
    float:left;
    width: 200px;
    text-align: left;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 15px;
}

#commentbox{
    float:left;
    width: 200px;
    text-align: left;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 15px;
}

#archive {
    float:left;
    width: 200px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 15px;
}

.commentTa {
    margin-top: 8px;
    width: 168px;
    height: 60px;
    border: 1px;
    border-style: solid;
    border-color: #4A1E0A;
    background-color: #ECE8E8;
}

.submit {
    margin-top: 8px;
    cursor: pointer;
}

#services20 {
    float:left;
    width: 200px;
    text-align: left;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 15px;
}

#right {
    float: left;
    width: 495px;
    margin-left: 5px;
    text-align: left;
    vertical-align: top;
}

#footer {
    float: left;
    width: 700px;
    height: 20px;
    font-size: 9px;
    text-align: right;
    line-height: 20px;
}

.headline {
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #4A1E0A;
    font-weight: bold;
    margin-bottom: 5px;
}

form span.headline {
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #4A1E0A;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
}

hr {
    color: #4A1E0A;
    border:1px dotted #4A1E0A;
    margin-bottom: 4px;
    margin-top: 2px;
}

a {
    color: #85482D;
    line-height: normal;
    text-decoration: none;
}

a:visited {
    color: #85482D;
    line-height: normal;
    text-decoration: none;
}

a:hover {
    color: #4A1E0A;
    line-height: normal;
    text-decoration: none;
}