html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	background: #fff url(images/type-bkgd.gif) repeat-x top;
	font-family: "trebuchet ms", verdana, tahoma, arial, sans-serif; 
	text-align: center;
	}

p {
	font-size: 11px; 
	line-height: 17px;  
	color: #444;
	text-align: left;
	margin: 16px;
	}

h1 {
	font-family: impact, "sans serif";
	font-size: 17px;
	font-weight: normal;
	color: #aaa;
	text-align: left;
	margin: 16px;
	}

h2 {
	font-family: georgia, garamond, "times new roman", times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	font-variant: small-caps;
	text-align: center;
	margin-top: -10px;
	}	

tr img {
	display: block;
	}

.nomargin {
	margin: 0 10px 0 0;
	}

th {
	text-align: center;
	font-weight: bold;
	vertical-align: baseline;
	}

td#threehundred {
	width: 300px;
	}

.sched {
	font-family: georgia, garamond, serif;
	font-size: 12px;
	color: #eee;
	}

table.sched {
	border: #ccc solid 1px;
	border-style: outset;
	border-collapse: collapse;
	}

table.sched th {
	background: #000 url(images/wood.jpg) top repeat-x;
	border: 1px solid #111;
	padding: 15px 5px;
	}

table.sched td {
	padding: 8px 5px;
	border: 1px solid #111;
	}

table.sched tr#a {
	background: #444;
	}
	
table.sched tr#b {
	background: #555;
	}

table.sched th#foot {
	background: #000 url(images/wood.jpg) top repeat-x;
	padding: 2px 2px;
	width: 100%;
	}

/* LINKS */

.nav {
	font-family: impact, "sans serif";
	text-align: right;
	font-size: 17px;
	line-height: 21px;
	margin-right: 10px;
	}

.nav a:link {
	color: #777;
	text-decoration: none;
	}

.nav a:visited {
	color: #777;
	text-decoration: none;
	}

.nav a:hover {
	color: #aaa;
	text-decoration: none;
	}

a:link {
	color: #666;
	text-decoration: underline;
	}

a:visited {
	color: #666;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	color: #333;
	}

a:link img {
	border: none;
	}

a:visited img {
	border:none;
	}
	
a:hover img {
	border-bottom: none;
	background: none;
	text-decoration: none;
	border: none;
	}

/* CLASSES */

.center {
	text-align: center;
	}

.footer {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	}

.footer a:visited {
	color: #666;
	text-decoration: none;
	}

.footer a:hover {
	text-decoration: none;
	color: #333;
	}

/* DIVS */

#container {
	width: 670px;
	margin: 0 auto;
	}

#main {
	width: 550px;
	float: left;
	background: #000 url(images/wood.jpg);
	}

#info {
	width: 400px;
	margin-left: 126px;
	background: #eee url(images/info-bkgd.png);
	}

#side {
	float: right;
	width: 120px;
	background: transparent;
	}

#footer {
	clear: left;
	text-align: left;
	border-top: #000 4px solid;
	}