@charset "UTF-8";
/* CSS Document */
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#CCCCCC;
}
#wrapper {
	width:900px;
	text-align: left;
	margin: 0 auto;
	margin-bottom:10px;
	background-color:#FFF;
}
h1{
	font-size:24px;
	font-weight:200;
	color:#000;
	margin-bottom:15px;
	}
h2{
	font-size:24px;
	font-weight:200;
	color:#000;
	margin-bottom:15px;
	}
p{
	font-size: 14px;
	color:#000;
	margin-bottom:15px;
	line-height:16px;
	}
a {
	color:#d77600;
	}
a:hover {
	color:#005ff7;
	}
.burgesslink {
	color:#000000;
	}				
 .courses{
	font-size: 14px;
	color:#000;
	margin-bottom:6px;
	}
.burgess {
	font-size:12px;
	text-align:center;
	}	
#topleft {
	height:332px;
	width:349px;
	background-color:#FFF;
	float:left;
	}
#topright {
	height:332px;
	width:551px;
	background-color:#FFF;
	float:left;
	}
#list {
	font-size:14px;
	color:#000;
	line-height:18px;
	
	}
#Contact {
	height:28px;
	width:900px;
	float:left;
	margin-bottom:15px;
	}
#Leftpanel {
	height:860px;
	width:314px;
	background-image:url(links/lpanel-background.jpg);
	float:left;
	padding:10px 10px 0 15px;
	margin:0 0 15px 10px;
	}
#Rightpanel {
	height:860px;
	width:486px;
	background-image:url(links/rpanel-background.jpg);
	float:left;
	padding:10px 15px 0px 20px;
	margin:0 0 15px 20px;
	}
#Footer {
	height:115px;
	width:790px;
	background-image:url(links/footer-background.jpg);
	clear:both;
	padding:15px 30px 0px 60px;
	margin:0 0 10px 10px 
	}
