/* CSS Document */
/* position the graphic for the navbar element so that it displays the down state for the appropriate page */
#home {background: transparent url(../uigfx/navbar.gif) -0px -27px no-repeat;}
/* set the left and right column attributes */
#leftColumn {
float: left;
width: 400px;
}
#leftColumn ul {
list-style-type: none;
}
#rightColumn {
margin: 0 0 0 420px;
}
#rightColumn ul {
list-style-type: none;
}