body {
    margin: 0px;
    background: url(/chrome/site/img01.jpg) repeat-x;
    color: #666;
}

*:link, *:visited {
    color: #528f63;
    border: none;
}

*:link:hover, *:visited:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #528f63;
}

#banner {
    margin: 0px auto;
    width: 860px;
}

#header {
    overflow: hidden;
    height: 205px;
}

#header h1 {
    background: url(/chrome/site/guake_logo.png) no-repeat;
    height: 200px;
    margin: 34px 0px;
}

#header a {
    color: #fff !important;
    font-size: 1.8em;
    letter-spacing: -2px;
    padding: 40px 0px 40px 165px;
    display: block;
}

#header a:hover {
    text-decoration: none;
}

#search {
    display: none;
}

#mainnav {
    border: 0px;
    background: none !important;
    margin: 0px auto;
    width: 860px;
}

#mainnav ul {
    text-align: center;
    padding: 0px 10px 20px 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #aaa;
}

#mainnav a {
    background-color: transparent !important;
    background-image: none !important;
}

#mainnav .active *:link, #mainnav .active *:visited {
    border-right: 1px solid #fff;
    color: #33573a;
}

#mainnav *:link:hover, #mainnav *:visited:hover {
    color: black !important;
}

.nav li.last a {
    border-right: none !important;
}

.nav li.first a {
    border-left: none !important;
}

#metanav {
    position: relative;
    top: -190px;
}

#main {
    margin: 0px auto;
    width: 860px;
}

