* {
    margin: 0px;
    padding: 0px;
}

html {
    background: url(../images/bgtest.jpg) fixed;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
}

body {
    width: 945px;
    margin: 60px auto;
    border: 1px solid #797379;
    background-color: #FFFFCC;
}

div#header {
    width: 945px;
    height: 107px;
    background: url(../images/logotop.jpg);
}

div#header h1 {
    display: none;
}


div#menu {
    width: 945px;
    height: 30px;
    background: url(../images/headernew.jpg);
    line-height: 30px;
}

div#menu a {
    color: black;
    margin-left: 34px;
    text-decoration: none;
}

div#container {
    width: 945px;
}

div#submenu {
    width: 250px;
    float: left;
    color: #414141;
}

div#submenu p {
    padding: 5px;
}

div#site {
    float: left;
    border-left: 1px solid #797379;
    width: 694px;
}

div#site .slogan {
    height: 40px;
    line-height: 40px;
    color: #414141;
    margin-left: 10px;
}

div#site .content {
    background-color: #AB9E78;
    color: #FFFFCC;
    min-height: 300px;
    height: auto !important;
    _height: 300px;
}

div#site .content h3 {
    padding: 8px;
}

div#site .content p {
    padding: 5px;
    padding-left: 8px;
    text-align: left;
}

#div#site .content ul {
    list-style-type: square;
}

div#site .content li {
    margin-left: 25px;
    text-align: left;
}

div#footer {
    clear: both;
    height: 30px;
    background: url(../images/headernew.jpg);
}

div#footer p {
    text-align: center;
    line-height: 30px;
}








form {
    width: 345px;
    padding: 15px;
}

label {
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 15px;
    cursor: pointer;
}

input {
    width: 150px;
    font-size: small;
    border: 1px solid #000;
    margin-bottom: 10px;
}

select {
    width: 150px;
    font-size: x-small;
    border: 1px solid #000;
    margin-bottom: 10px;
}

textarea {
    border: 1px solid #000;
}








#admin_nav {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #AB9E78;
    height: 30px;
    color: #FFFFCC;
}

#admin_nav ul {
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0px;
}

#admin_nav li {
    display: inline;
    padding-top: 5px;
}

#admin_nav li a {
    margin-top: 5px;
    color: #FFFFCC;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 20px;
    height: 20px;
    text-decoration: none;
    display: block;
    float: left;
}

#admin_nav li a:hover { 
    background: #9a8d67; text-decoration: underline; 
}