html {
    background:#BBAA7E;
    
}

body {
    margin:auto;
    width: 1000px;
    background: white;
    font-family:Tahoma,sans-serif;
    font-size: 12px;
    background:white;
}

#menu {
    margin-top:10px;
    margin-bottom:10px;
    background: #000000;
    background-repeat: repeat-x;
    float: left;
    width: 100%;
    height: 27px;
}

#banner {
    text-align:center;
    clear:both;
    border-bottom:1px solid #BBAA7E
}

#top {
    background:white;
}

#right {
    margin:10px;
    width: 240px;
    float:left;
    
}

#content {
    margin:10px;
    width: 710px;
    float:left;
    
}

#footer {
    clear:both;
    height: 40px;
    background-color:black;
    font-size:10px;
    text-align:center;
    padding-top: 20px;
    color:#BBAA7E
}

/* top menu design*/


#menu a {
    display: block;
    float:left;
    padding: 4px 15px;
    margin-top: 2px;
    margin-bottom: 4px;
    border-right: 1px solid #BBAA7E;
    text-decoration:none;
    color: #BBAA7E;
    font-size: 12px;
    font-weight:bold
}

#menu a:hover{
    background:#BBAA7E;
    background-repeat:repeat-x;
    color: black
}



#nwh_holdings_sub {
    z-index: 1000;
    position:absolute;
    background-color: black;
}

#nwh_holdings_sub a {
    color: #BBAA7E;
    padding: 4px;
    padding-left: 15px;
    display:block;
    text-decoration: none;
    font-weight:bold
}

#nwh_holdings_sub a:hover {

    color:black;
    background-color: #BBAA7E;
}
