/* Layout Stylesheet */ 

body{
	margin: 0;
	padding:0;
	color: #FFFFFF;
	background-color: #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
 
 }
#container{
	width:775px;
	margin:0 auto;
	margin-top: 50px;
	a:link { color: red; }
}
#hdr{
	height:54px;
	color:#FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thick;
	border-color: #9D9D39;
	border-bottom-style: solid;
	width: 775px;
 }

#nav{
	padding:0; 
	margin:0 0 0 0 px; 
	list-style:none; 
	height:30px; 	
	color:#FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thick;
	border-color: #9D9D39;
	border-bottom-style: solid;
	width: 775px;
 }

#menu li {float:left;}
#menu li a {
	display:block;
	height:50px;
	line-height:25px;
	padding:0 15px 0 0;
	float:left;
	color:#ddd;
	text-decoration:none;
	background-image: url(nonflash/tab_a.gif);
	background-repeat: no-repeat;
	background-position: right -25px;
}
#menu li a b {
	display:block;
	height:50px;
	float:left;
	padding:0 0 0 20px;
	cursor:pointer;
	background-image: url(nonflash/tab_b.gif);
	background-repeat: no-repeat;
	background-position: left -25px;
}
#menu li a:hover,
#menu li a:active,
#menu li a:focus,
.home #menu li#home a,
.about us #menu li#about us a,
.counselling #menu li#counselling a,
.supervision #menu li#supervision a,
.recruitment #menu li#recruitment a,
.contact #menu li#contact a,
.map #menu li#map a,
.documents #menu li#documents a,
.links #menu li#links a
{
	line-height:50px;
	color:#fff;
	background-image: url(nonflash/tab_a.gif);
	background-repeat: no-repeat;
	background-position: right -10px;
}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b,
.home #menu li#home a b,
.about us #menu li#about us a b,
.counselling #menu li#counselling a b,
.supervision #menu li#supervision a b,
.recruitment #menu li#recruitment a b,
.contact #menu li#contact a b,
.map #menu li#map a b,
.documents #menu li#documents a b,
.links #menu li#links a b
{
	line-height:50px;
	background-image: url(nonflash/tab_b.gif);
	background-repeat: no-repeat;
	background-position: left -10px;
}

#lh-col{
	width: 770px;
	color: #333333;
	margin: 0px;
	padding: 10px;
	height: auto;
	margin-left: 0px;
	margin-top: 2px;
	position: absolute;
	background-image: url(images/bkgrnd.jpg);
	border-bottom-style: solid;
	border-bottom-color: #9D9D39;
	border-bottom-width: thick;

 }

#ftr{
	height:15px;
	color:#FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 775px;
	margin-top: 0px;
 }
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: xx-small;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: xx-small;
}
a:hover {
	color: #9d9d39;
	text-decoration: none;
	font-size: xx-small;
}

