body {
    margin: 15% 5%;
    text-align: center;
    background-color: #231c16;
}

#container {
    width: 770px;
    height: 263px;
    border: none;
    padding: 0px;
    background-color: #231c16;
}

#logo {
    background-color: #8ac0ba;
    text-align: center;
    width: 205px;
}

.white {
    color: #fff;
}

.schedule_header {
    /*background-color: #FF8F00;
    color: #fff;
    border: solid 1px #666;*/
    color: #000;
}

#right {
    background-color: #8ac0ba;
    padding: 8px;
}

td#content {
    background-color: #8ac0ba;
    padding: 8px;
}

td#content h3 {
    font: bold 11px "Trebuchet MS";
}

td#content p , td#content pre, td#content table {
    font: 11px "Trebuchet MS";
    letter-spacing: .025em;
}

td#content pre {
    font-weight: bold;
}

#menu ul {
    list-style: none;
    display: inline;
    font: bold 10px "Trebuchet MS";
}

#menu ul li {
    float: left;
    width: 80px;
    white-space: nowrap;
    text-align: center;
}

#menu ul li a {
    text-align: center;
    color: #fff;
    height: 20px;
    text-decoration: none;
}

#menu ul li a:hover {
    text-decoration: none;
}

#callout {
	background-color: #f9f7a7;
	font: 12px "Trebuchet MS", "Georgia", "Arial";
	color: #333;
	border: solid 1px #000;
	padding: 3px 10px;
	margin: 4px 0px;
  width: 670px;
}

#callout a {
	color: #c00;
	text-decoration: none;
}

#callout a:hover {
	text-decoration: underline;
}
