
body {
    background: url("../images/background.png");
    background-repeat:repeat;
    background-attachment:fixed;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    color: #663300;
    line-height: 20px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.textHeader {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.header {
    padding-top:5px;
    padding-bottom:0px;

}
.top {
    background: url("../images/top.png");
    background-repeat:no-repeat;
    height:25px;

}
.center {
    background: url("../images/mid.png");
    background-repeat:repeat-y;
    min-height:200px;
    padding-top:10px;
    padding-bottom:0px;
}
.bottom {
    background: url("../images/bottom.png");
    background-repeat:no-repeat;
    height:50px;
    padding-top:40px;
}
.picture {
    background: url('');
    background-position:center center;
    background-repeat:no-repeat;
    height:200px;
}
a {
    text-decoration:none;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    color: #463c3c;
    line-height: 20px;
}
img {
    border:none;
}

.littletop {
    background: url("../images/top.png");
    background-repeat:no-repeat;
    height:25px;

}
.littlecenter {
    background: url("../images/mid.png");
    background-repeat:repeat-y;
}
.littlebottom {
    background: url("../images/bottom.png");
    background-repeat:no-repeat;
    height:50px;
}
span.footer {
    position:relative;
    left:25px;
    bottom:-5px;
}

.imagehover {
    position:absolute;
    left:30px;
    visibility:visible;
}

.maintext {
    width:382px;
}

.textareas {
    width:240px;
}

textarea.informed {
    width:300px;
    height:80px;
}

.blog {
    min-height:300px;
}

.chatnav:hover {
    color:#000000;
    text-decoration:underline;
}
