body {
    background: none;
}

h1,h2,h3,h4,h5,h6 {
    color: #FFB618;
}

#header {
    height: 90px;
}

#header h1 {
    line-height:79px;
}

#menu {
    background: none;
    background-color: #e6e6e6;
}

#nav {
    background: none;
    background-color: #e6e6e6;
}

#nav li {
    background: none;
}

#nav li a {
    color: black;
}

#nav li a:hover {
    background: none;
    color: #FFB618;
}

#nav li.active-trail a {
    color: #FFB618;
    background: none;
}

#rounded-menu-left {
    background: none;
}

#rounded-menu-right {
    background: none;
}

form input[type=submit] {
    border-color: #FFB618;
    background-color: #FFB618;
    color: black;
}

/* also can use EB3B36, the red */

/* also can use FFB618, the yellow */