@charset "utf-8";
/* CSS Document */

/*
 * These are the style rules specific to the Staff intro page
*/

#content {
	height: 430px;
}

#marquee {
    height: 320px;
}

#marquee img {
    display: none;
}

#marquee img.active {
    display: block;
}

#intro-description {
    width: 600px;
    float: right;
}


#intro-description ul {
    margin-top: 20px;
    list-style-type: none;
}

#intro-description ul li {
    display: inline;
}

#intro-description ul li.right {
    margin-left: 285px;
}

#intro-description ul li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Times, serif;
    font-size: 1.1em;
}
