HTML, BODY { margin: 0px; padding: 0px; }
BODY {
    background-color: white;
    font-family: tahoma, verdana, georgia, arial;
}

A {
    text-decoration: none; 
}

A:Hover {
}



#header { height: 151px; position: relative; }
#header.tall { }
#header img { position: absolute; z-index: 1; left: 0px; }
#header img.contact { margin-top: 38px; }
#header img.profile { margin-top: 0px; }
#header img.design { margin-top: 2px; }
#main { background-color: black; height: 432px; position: relative; }

#full { text-align: center; }
#full.home { position: absolute; left: 221px; top: 94px; z-index: 1; width: 365px;  }






#menu {
    position: absolute;
    left: 50px;
    bottom: 23px;
    z-index: 2;
    
    width: 100px;
    height: 60px;
    
    list-style-type: none; margin: 0px; padding: 0px;
    

}
#menu li { margin: 0px; }
#menu #profile { margin-left: 31px; }
#menu #portfolio { margin-left: 0px; }
#menu #contact { margin-left: 13px; }




#menu_wide { position: absolute; left: 221px; bottom: 32px; z-index: 1; list-style-type: none; padding: 0px; margin: 0px; }
#menu_wide li { float: left; margin: 0px; }



#menu_sub { position: absolute; left: 430px; }
#menu_sub .middled { margin-top: 21px; }
#menu_sub ul { list-style-type: none; margin: 0px; padding: 0px; height: 22px; }
#menu_sub li { float: left; padding-left: 5px; }





#footer { position: relative; margin-top: 30px; }
#push_logo { position: absolute; left: 0px; }
#br_logo { text-align: right; }
#br_logo #fms { color: #ddd; font-size: 9pt; position: absolute; width: 180px; right: 100px; top: 0px; }
#br_logo #fms a { color: #ccc; }

#fms { margin: 12px; }


.centered { width: 800px; margin-left: auto; margin-right: auto; }
.hide { display: none; }

#nostyle { list-style-type: none; margin: 0px; padding: 0px; }
#nostyle.left { float: left; }
#nostyle.right { float: right; }






#display { position: absolute; right: 45px; bottom: 30px; z-index: 2; background-color: white; width: 575px; height: 370px; float: right; margin: 0px; padding: 0px; overflow-x: none; overflow-y: auto; }
#body { margin-top: 20px; padding: 50px; font-size: 11pt; line-height: 2; text-align: justify; }
#contact { margin-top: 70px; }
#profile { margin-top: 110px; margin-left: 65px; }

#gallery_nav { position: absolute; bottom: 6px; right: 45px;  }



.fine { font-size: 17pt; }
.yellow { color: #ff9900; font-size: 15pt; font-weight: bold; }
.red { color: #cc0000; font-size: 15pt; font-weight: bold; }
.blue { color: #003399; font-size: 15pt; font-weight: bold; }