/* CSS Document */
/* position the graphic for the navbar element so that it displays the down state for the appropriate page */
#about {background: transparent url(../uigfx/navbar.gif) -419px -27px no-repeat;}
/* set the left and right column attributes */
#leftColumn {
float: left;
width: 510px;
}
#leftColumn ul {
list-style-type: none;
}
#rightColumn {
margin: 0 0 0 530px;
}
#rightColumn ul {
list-style-type: none;
}
#contact {
text-align: center;
}
#contact a {
color: #703D27;
text-decoration: none;
}
#contact a:hover, #contact a:active {
color: #e37830;
text-decoration: none;
}