@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#BBBBBB;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width:1000px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#header {
	width:1000px;
	height: 350px;
	display:block;
}
#content {
	margin:0 160px 0 278px;
	padding: 25px 0 0 0;
	font : 90% "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, Arial sans-serif;
	line-height: 155%;
	color: #444;
}
#timetable #content {
	/*margin:0px 10px; */
}

h2 {
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	margin:0;
	padding: 15px 0 10px 0;
	color: #6A003A;
}
.book-session {
	float:left;
	margin-left:-220px;
}
.pullquote {
	margin: 30px 0 0 -250px;
	padding: 0;
	text-align: center;
	color: #966C2A;
	width: 210px;
	clear: left;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 160%;
	font-style: italic;
	font-weight: normal;
}
#email-flash {
	margin: 55px 0 0 -264px;
	padding: 0;
	width: 250px;
	height: 450px;
	display: block;
	float: left;
}
#footer {
	text-align: right;
	margin: 250px 0 0 0;
	padding:5px 25px 5px 5px;
	display:block;
	height: 65px;
	border-top: 1px solid #000000;
	background-image: url(/images/footer-bg.jpg);
	background-repeat: repeat;
	background-position: bottom;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:110%;
} 
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #3D2E15;
}
 #footer a:hover {
	text-decoration: underline;
}
#footer #sub-links {
	width: 100%;
	display:block;
}
#footer #sub-links li {
	display:inline;
	float: left;
	margin:0 14px 0 0;
	padding: 0;
}
#footer #credits {
	clear: both;
	padding: 20px 0 0 0;
}
b, strong {
	color: #444444;
}
.table-fees {
	margin:0 0 0 20px;
	padding:0;
}
.table-fees td {
	padding:0px;
	margin:0;
	border-bottom: 1px solid #CCCCCC;
}
.table-fees td p {
	margin:0;
	padding:0;
}
.special-box {
	float:right;
	margin:0 -125px 15px 20px;
	padding: 4px 5px 12px 10px; 
	width: 200px;
	background-color:#FFFFDD;
	border: 1px dashed #FFEEAA; 
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:110%;
	color: #680D38;
}
address {
	font-style: normal;
	margin:0;
	display:inline;
}
a:active {
	outline: none;
}
a:link, a:visited {
	color: #CE6E1E;
}
a:hover {
	color: #000000;
}
td {
	vertical-align: top;	
}
#qualifications {
	display:none;
}