/* content */
#page_title {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

#content {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
    margin: 10px auto 0 auto;
    padding: 0;
    border: 2px solid black;
    width: 900px; /* width of whole page */
    min-height: 600px;
    overflow: hidden;  /* This chops off any overhanging divs */
}

#slideshow {
    display: none;
    margin: 50px auto 0 auto;
    padding: 0;
    width: 750px;
    height: 500px;
    border: 1px solid black;
}

#logo {
    margin-right: 10px;
}