body{
background-color:black;
}

#cgwm_page {
    margin:auto;
    background-color: black;
    width:1200px;
}


#cgwm_header {
    height: 180px;
}

#cgwm_logo{
    padding: 7px 10px 10px 7px;
    float:left;
}

#cgwm_banner{
    position:relative;
    height: 180px;
    width:1020px;
    float:left;
    text-align: center;

}

#cgwm_nav {
background-color:#f69221;
    padding: 2px 0px 2px 0px;
clear:both;
}

ul.menu {
}

li.menu {
}




ul.nav {
    list-style-type: none;
    margin: 0px;
    padding-left: 260px;
    font-weight: bold;
}

li.nav {
    display:inline;
    padding-right: 120px;
    font-weight: normal;
}

/* unvisited link */
a.nav:link {
    color: black;
    text-decoration: none;
    //font-weight: normal;
}

/* visited link */
    a.nav:visited {
    color: black;
    text-decoration: none;
    //font-weight: normal;
}

/* mouse over link */
    a.nav:hover {
    //color: #3a3a3a;
    text-decoration: none;
    //font-weight: normal;
}

/* selected link */
a.nav:active {
    color: black;
    text-decoration: none;
    //font-weight: normal;
}

/* unvisited link */
a.menu:link {
    color: #f69221;
    text-decoration: none;
    //font-weight: normal;
}

/* visited link */
    a.menu:visited {
    color: #f69221;
    text-decoration: none;
    //font-weight: normal;
}

/* mouse over link */
    a.menu:hover {
    //color: #f69221;
    text-decoration: none;
    //font-weight: normal;
}

/* selected link */
a.menu:active {
    color: #f69221;
    text-decoration: none;
    //font-weight: normal;
}

#cgwm_footer{
    height: 30px;
    text-align: center;
    clear:both;
    padding-top:10px;
background-color:#f69221; 
}

#cgwm_main{
    position:relative;
    left:240;
    background-color:white;
    text-align: center;
    padding-left:30px;
    padding-right:30px;
    padding-top:40px;
    padding-bottom:20px;
    width:900px;
    float:left;
}

#cgwm_left{
    color:#f69221;
    padding-left:15px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    width: 220px;
    background-color:black;
    float:left;
}