* {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

a:link, a:hover, a:active {
    color: #4f1f91;
}

a:visited {
    color: #999;
}

body {
    color: #000;
    font: 76%/1.4 "Lucida Grande", Verdana, "Bitstream Vera Sans", "Lucida Sans", sans-serif;
    background: #fff url(/images/col_bg.png) top center repeat-y;
    text-align: center;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    text-align: left;
}    

h1 {
    width: 770px;
    height: 224px;
    background-image: url(/images/wc_header.jpg);
}

h1 a {
    display: block;
    width: 770px;
    height: 224px;
    text-indent: -5000px;
    text-decoration: none;
    background-image: url(/images/wc_header.jpg);
}

#content {
    float: left;
    width: 430px;
    margin-left: 25px;
    margin-top: 20px;
}

/* Important workaround for Internet Explorer margin-doubling bug; don't remove this. */

* html #content {
    display: inline;
}

#content h2 {
    font-family: Georgia, "Georgia Ref", "Bitstream Vera Serif", serif;
    font-weight: normal;
    font-size: 2em;
}

#content .separator {
    padding-top: 2em;
}

#content h3 {
    font-family: Georgia, "Georgia Ref", "Bitstream Vera Serif", serif;
    font-weight: normal;
    font-size: 1.3em;
    margin-top: 1em;
    clear: right;
}    

#content p {
    margin: 1em 0;
}

#content .schedule {
    padding-bottom: 10px;
    border-bottom: 1px dotted #999;
}

#content .schedule img {
    border: 2px solid #4f1f91;
    margin-right: 4px;
}

#content .event_title {
    clear: left;
    padding-top: 10px;
}

#content .photobar {
    clear: right;
    margin-top: 3em;
    border-top: 1px dotted #ccc;
    padding-top: 1em;
}

#content ul {
    margin-bottom: 1em;
}

#content ul li {
    list-style-type: none;
}

#content .faculty_image img {
    padding: 2px;
    border: 1px solid #999;
    margin-right: 8px;
    margin-bottom: 8px;

}

#content .photobar img {
    border: 2px solid #4f1f91;
}

.staff #content h3 {
    clear: left;
}

#sidebar {
    float: right;
    width: 314px;
    margin-top: -21px;
}

#sidebar #side_content {
    width: 240px;
    margin-left: 30px;
    clear: left;
	background-color: #e5e5e5;
}

#sidebar #side_content table td {
    padding-right: 20px;
    padding-top: 10px;
}

#comingsoon {
    background-color: #e5e5e5;
    text-align: left;
}

#comingsoon * {
    background-color: #e5e5e5;
}

#sidebar h2, #comingsoon h2 {
    font-family: Georgia, "Georgia Ref", "Bitstream Vera Serif", serif;
    font-weight: normal;
    padding-top: 10px;
}

.poster img {
    border: 1px solid #000;
    text-align: center;
}

#main_nav {
    width: 314px;
    float: left;
}

#main_nav li {
    display: inline;
    list-style-type: none;
}

#main_nav li a {
    display: block;
    height: 23px;
    float: left;
    text-indent: -5000px;
    background-color: transparent;
    text-decoration: none;
}

#main_nav  #about a {
    width: 91px;
    background-image: url(/images/nav_about.gif);
}

#main_nav #about .current, #main_nav #about a:hover {
    background-position: -91px 0;
}

#main_nav #products a {
    width: 91px;
    background-image: url(/images/nav_products.gif);
}

#main_nav #products .current, #main_nav #products a:hover {
    background-position: -91px 0;
}

#main_nav #order a {
    width: 66px;
    background-image: url(/images/nav_order.gif);
}

#main_nav #order .current, #main_nav #order a:hover {
    background-position: -66px 0;
}

#main_nav #links a {
    width: 66px;
    background-image: url(/images/nav_links.gif);
}

#main_nav #links .current, #main_nav #links a:hover {
    background-position: -66px 0;
}

#copyright {
    padding-top: 4px;
    margin-top: 2em;
    margin-bottom: 0;
}

#copyright a img {
    border: 1px solid #ccc;
    padding: 2px;
}