/* General Pages */
body {
    /*background: #772211;*/
}
#titlebar {
    /*background: -moz-linear-gradient(center bottom, #fff5c0, #fffee9 42px);*/
    /*background: #772211;*/
    /*border-bottom: 2px solid #daa520;*/
    /*color: #b8860b;*/
}
#logo img {
    border: none;
    width: 343px;
    height: 80px;
}
#tools a {
    text-decoration: none;
    /*color: #daa520;*/
}
#tools a:hover {
    text-decoration: underline;
}
#search {
    min-height: 10px;
}
.sidebar_group h3 {
    /*color: #333333;*/
}
.sidebar_group ul a {
    /*color: #772211;*/
}
#main {
    /*background: #f5f5dc;*/
}
#content h2 {
    /*color: #884400;*/
}
#content a {
    /*color: #772211;*/
	color: #077712;
}
#footer {
    /*background: -moz-linear-gradient(center top, #fff5c0, #fffee9 25px);*/
    /*border-top: 2px solid #daa520;*/
    /*background: #772211;*/
    /*color: #b8860b;*/
}
#copyright {
    text-align: center;
}
#copyright a {
    /*color: #daa520;*/
    text-decoration: none;
    font-weight: bold;
}
#copyright a:hover {
    text-decoration: underline;
}
#bottom_nav {
    text-align: right;
}
#bottom_nav ul {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}
#bottom_nav ul li {
    float: right;
}
#bottom_nav a {
    /*color: #daa520;*/
    text-decoration: none;
    font-variant: small-caps;
    padding: 0.4em 1em 0.4em 4em;
    /*border-right: 1px solid #aaaa88;*/
    display: block;
    float: right;
    clear: both;
}
#bottom_nav a:hover {
    text-decoration: underline;
}

