html {
    background:white;
}

body {
    margin:auto;
    width: 1005px;
    background:#fffcf7;
    font-family:Tahoma,sans-serif;
    font-size: 12px
}

#menu {
    margin-top:10px;
    margin-bottom:10px;
    background-image:url(../images/menubg.gif);
    background-repeat: repeat-x;
    float: left;
    width: 100%;
    height: 40px;
}

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

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

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

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

/* top menu design*/


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

#menu a:hover{
    background-image:url(../images/menubghover.gif);
    background-repeat:repeat-x;
    color:maroon
}



#subsidiary {
	color: #BBAA7E;
	font-weight:bold;
	font-size: 11px;
}


h1 {
    color:#FF8E00;
    font-size:16px;
    font-weight:bold;
}


#right img{
    border-top:none;
}

