
body {
    /*background-image:url(img/nsd/bg_fire.jpg);*/
	background-attachment: fixed;
    background-color:#293884;
}

#top {
    /*background-color:#293884;*/
	padding-top:0;
	border-right: 1px solid #000;
}

#all {
    width:752px;
	margin-top:10px;
}

div#hanger {
    position: absolute;
    top: 0px;
    height: 300px;
    width:193px;
    /*background-image: url(img/nsd/overlay.png);
    background-position: top left;
    background-repeat: no-repeat;*/
    z-index: 1;
    left:50%;
    margin-left:223px;
}

#right {
    width:140px; 
    margin:0px;
    padding:0px;
    padding-top:113px;
    float:right;
}

#all {
    background-image:url(img/nsd/bg.jpg);
}


.nav0 {
    font-weight:bold;
    margin-top:0px;
    margin-bottom:5px;
}

.nav0 a {
    width:130px;
    display:block;
    text-decoration:none;
    padding:0px;
    color:#293884;
    border-bottom:1px solid #293884;
}
.nav0 a:hover {
    width:130px;
    display:block;
    border-right:13px solid #293884;
    border-bottom:1px solid #293884;
}

.nav0active {
    font-weight:bold;
    margin-top:0px;
    margin-bottom:5px;
}
.nav0active a {
    width:130px;
    display:block;
    text-decoration:none;
    padding:0px;
    color:black;
    border-right:13px solid #e9193a;
    border-bottom:1px solid #e9193a;
	}

