body {
        margin: 0px;
        background-color: #e8e8e8;
        color: #444444;
        font-size: 85%;
}



#rapper {
        position: relative;
        top: 0px;
        width: 760px;
        margin: auto;
        background-image: url('images/background.jpg');
        background-repeat: repeat-y;
}

#wrapper {
        margin: auto;
        position: relative;
        width: 700px;
}

#header {
        padding: 0px 0px 30px 0px;
        margin-bottom: 0px;
        position: relative;
        height: 250px;
        background-image: url('images/oursuv1.jpg');
        background-position: 40px 0px;
        background-repeat: no-repeat;
        border: 0px solid #cccccc;
        border-top: none;
        color: #cccccc;
}

#header #title {
        font-size: 150%;
}

a img {
        border: none;
}

a:link {text-decoration:none;font-style: normal;color:#0000FF;}
a:visited {text-decoration:none;font-style: normal;color:#9900CC;}
a:hover {text-decoration:none;font-style: normal;color:#222222;}

input {
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #dddddd;
        color: #666666;
        background-color: #ffffff;
}

form {
        margin: 0px;
}

#sitefooter {
        clear: both;
        position: relative;
        background-image: url('images/footer.jpg');
        background-repeat: no-repeat;
        height: 60px;
        width: 760px;
        margin: auto;
        text-align: center;
        font-size: 85%;
}

#sitefooter #copyright {
        padding-top: 30px;
}

#clearer, .clearer {
        clear: both;
}

#forum {
        margin: auto;
        position: relative;
        width: 700px;
}

#forum input {
        margin-right: 5px;
}

/*------------------the navigation and options above the forums and topics--------------------*/

#forum .options {
        width: 100%;
        padding: 0px 0px 25px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        font-size: 95%;
        font-weight: bold;
        list-style-type: none;
}

#forum .options a { 
        color: #666666;
}

#forum .options li {
        display: inline;
        padding-right: 10px;
}

#forum .search {
        width: 100%;
        padding: 0px 0px 25px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        font-size: 105%;
        font-weight: bold;
        list-style-type: none;
}

#forum .search a {
        color: red;
}

#forum .search li {
        display: inline;
        padding-right: 10px;
}



/*------------------the messages--------------------*/

#forum .messages {
        clear: both;
        width: 100%;
        border: 1px solid #dddddd;
        margin-top: 4px;
}

/*------------------reply--------------------*/

#forum #reply {
        position: relative;
        margin-top: 20px;
}

#forum #reply #postheader {
        border: 1px solid #dddddd;
        position: relative;
        background-color: #7477a3;
        color: #ffffff;
        font-weight: bold;
        font-size: 122%;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        width: 100%;
}

#forum #reply #postitem {
       clear: both;
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        position: relative;
        height: 22px;
        font-weight: bold;
        color: #888888;
        width: 100%;
        padding-top: 1px;

}

#forum #reply #postitem span.label {
  float: left;
  width: 150px;
  text-align: left;
        border-right: 1px solid #dddddd;
        height: 24x;
        padding-top: 5px;
        padding-left: 5px;
}

#forum #reply #postitem span.field {
       padding-top: 5px;
       padding-left: 10px;
       float: right;
       width: 536px;
       text-align: right;
}

#forum #reply #postitem input {
       background-color: #f7f7f7;
       height: 15px;
}

#forum #reply span.message_label {
        border-right: 1px solid #dddddd;
        width: 150px;
        height: 210px;
        padding-left: 5px;
        padding-top: 5px;
        float: left;
        font-weight: bold;
        color: #888888;
}

#forum #reply textarea {
        margin-left: 5px;
        margin-top: 5px;
        background-color: #f7f7f7;
        width: 450px;
        height: 200px;
}

#forum #reply #username, #forum #reply #postsubject,#forum #reply #postemail {
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        position: relative;
        height: 28px;
        font-weight: bold;
        color: #888888;
        width: 100%;
}

#forum #reply #mainpost {
        width: 541px;
        float: right;
}


#forum #reply #postbuttons {
        width: 100%;
        position: relative;
        margin: 0px;
        clear: both;
        border: 1px solid #dddddd;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        background-color: #f7f7f7;
}

/*------------------the forum index--------------------*/

#forum .forumindex {
        margin-top: 5px;
        clear: both;
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #dddddd;
}

/*------------------preview--------------------*/

#forum #messagepreview {
        position: relative;
        margin: auto;
        margin-top: 20px;
        padding: 10px;
        border: 1px solid #dddddd;
        background-color: #f7f7f7;
}

#forum #messagepreview h3 {
        display: inline;
}
