body {
	background: url('images/background.gif') repeat;
	font-size: 76%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	}

#container {
	background: url('images/cont_bg.jpg') repeat;
	width: 890px;
	margin: 0px auto;
	border: 1px solid #666666;
	}

#left_col {
	width: 610px;
	float: left;
	padding: 20px 20px 20px 30px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 1.1em;
	}

#intro {	
	background: #e0d6a6;
	padding: 10px;
	border-top: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	}

p.first {
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
	}

#right_col {
	width: 200px;
	float: left;
	}

#footer {
	background: url('images/footer.jpg') no-repeat;
	background-position: bottom;
	clear: both;
	font-size: .8em;
	padding: 20px 30px;
	}

/* Typography and Misc Elements */

h1 {
	color: #d65110;
	font-weight: normal;
	font-size: 2.5em;
	letter-spacing: .2em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	border-bottom: 1px solid #0e799b;
	margin-top: 0px;
	padding-top: 0px;
	line-height: normal;
	}

h2 {
	color: #d65110;
	font-weight: normal;
	font-size: 1.5em;
	border-bottom: 1px solid #0e799b;
	padding-bottom: 5px;
	text-align: center;
	}

#right_col h2 {
	font-variant: small-caps;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fefcf5;
	padding: 3px 0px;
	color: #333333;
	}

a:link, a:active { color: #0e799b; }
a:visited { color: #666666; }
a:hover { color: #eb9512; }

img {
	border: none;
	}

.clear {
	clear: both;
	}
	
.center {
	text-align: center;
	margin: 0px auto;
	}

.right {
	text-align: right;
	}

.floatleft {
	float: left;
	padding-right: 5px;
	}

.floatright {
	float: right;
	padding-left: 5px;
	}

p.phone {
	text-align: center;
	color: #0e799b;
	font-size: 2em;
	margin: 0px 0px 5px 0px;
	}

p.smalltxt {
	font-size: .8em;
	}

span.red {
	color: #d65110;
	font-weight: bold;
	}

table.timetable {
	border: 1px solid #666;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

table.timetable td {
	padding: 5px 1px;
	}

table.timetable td.calmth {
	background: #e0d6a6;
	font-weight: bold; 
	}

table.timetable td.op1 {
	background: #f40056;
	}

table.timetable td.op2 {
	background: #44b7dd;
	}

