/* CSS Document */

#main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:#F89A1C double 3px;
	}
body {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	background-color:#5A3D1C;
	color:#5A3D1C;
	margin-top:0;
	}
#header {
	background-image:url(images/banner.gif);
	background-color:#ffffff;
	border-bottom:#5A3D1C double;
	font-family:Garamond, 'Times New Roman', Helvetica, serif;
	height:220px;
	}

#leftbar {
	width:25%;
	margin-left:10px;
	margin-top:20px;
	padding-right:10px;
	border-right:#F89A1C thin solid;
	}
	
#left {
	border-right:#F89A1C thin solid;
	}
	
#content {
	margin-left:28%;
	margin-right:2%;
	width:35%;
	padding-left:5px;
	padding-right:5px;
	float:left;
	position:absolute;
	top:255px;
	left: 12%;
	}

#footer {
	clear:both;
	text-align:center;
	border-top:#5A3D1C thin solid;
	}
	
a {
	color:#9F1E21;
	}

a:visited {
	color:#FDBB26;
	}

.counsellor {
	float:right;
	border:#4A3D1C thin solid;
	margin:2px;
	}

.counsellor1 {
	float:left;
	border:#4A3D1C thin solid;
	margin:2px;
	}
	
.programs {
	float:right;
	border:#4A3D1C thin solid;
	}

