body {
	background-color: #747474;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px 0px 20px;

}
#lines-bg {
	background-image: url(images/lines-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
width:1200px;
margin-left:auto;
margin-right:auto;
padding-top:20px;
}
#wrap {
	background-color: #FFFFFF;
	width: 800px;
	/*margin-top: 20px;*/
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
padding-bottom: 10px;
}
#banner {
	width: 780px;
		margin-right: auto;
	margin-left: auto;

}#content {

	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;

}
#content p, #content ul, #content td, #content th {
	
	font-size: 80%;
	
	}
	#content td p {
	
	font-size: 100%;
	margin:0 0 5px 0;
	padding:0;
	
	}
#footer {
	background-color: #666666;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #fff;

	
}

.footer-left {
width:115px;
border-right: 1px solid #fff;
background-color:#bf2c37;
}
.footer-headoffice {
width:75px;
text-align:right;
}
.footer-middle {
width:240px;
}
.footer-scoffice {
width:120px;
text-align:right;
}
.footer-right {
width:230px;
}
#nav {
	margin-top: 10px;
}
h2 {
	font-size: 120%;
	margin-top: 25px;
	font-weight: normal;

}
#staff-table h2 {
	font-size: 120%;

	font-weight: bold;
		margin-bottom: 0px;
	padding-bottom: 0px;

}
h3 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: -10px;
	padding-bottom: 0px;

}
h1 {
	font-size: 150%;
	font-weight: normal;

}
td.td-spacer {
padding-right:20px;
padding-left:7px;
padding-top: 20px;
}
td.td-spacer2 {
padding-left:7px;
padding-top: 20px;
}
#staff-table img {
padding-top: 20px;
}
table.courses th {
font-weight: bold;
text-align:left;
color:#333;
background-color:#dbdbdb;
padding:3px;
}
table.courses th.red {

color:#fff;
background-color:#bf2c37;

}
table.courses td {

padding:6px;

}
table.courses td.line {
border-bottom: 1px solid #999;
}
table td.highlight {
color:#fff;
background-color:#999;
}
.img-right {
float:right;
margin: 0 0 10px 10px;
}
.img-left {
float:left;
margin: 0 10px 10px 0;
}
.clear-left {
clear:left;
padding:0;
margin:0;
}
.red {
color:#bf2c37;
font-weight: bold;
}
a {
color:#bf2c37;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.contact-left-td {
width:50%;

}
.contact-right-td {
width:50%;

background-color:#efefef;
padding-bottom:20px;
}