body{
	color: #2e3030;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	
}

a:link{
	color: #649741;
	text-decoration: none;
}

a:hover{
	color: RGB(58, 94, 44);
	text-decoration: underline;
}

a:visited{
	color: #649741;
	text-decoration: none;

}

h1{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2{
	
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

dd{
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size: 100%;
}

dt{
	margin-top:0px;
	padding-top: 0px;
}


li{
	padding:5px 5px 5px 0px;
	margin: 5px 5px 5px 20px;
}

p{
	margin: 0px;
	padding: 0px;
}






#header{
	padding:0px;
	width: 1000px;
	position:relative;
	line-height: 100%;
	padding-top: 10px;
}


img { 
    border: 0px none; 
    } 
    
#header a:link{
	text-decoration: none;
}

#header a:hover{
	text-decoration: none;
}

#header a:visited{
	text-decoration: none;
}

#nav {
	margin: 20px 0px 0px 0px;
	padding: 0;
	position:relative;
}

#nav a {
	text-decoration: none;
}

a img{
	text-decoration: none;
}

#nav {
	float: none;
}















#container{
	width: 1000px;
	margin: 0px auto;
}

#main{
	margin-top: 10px;
}


#left{
	padding: 10px 20px 20px 0px;
	margin-top: 50px;
	width: 610px;
	float: left;
	text-align: right;
}

#left h2{
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#staff{
	text-align: left;
}

.green{
	background-color: #c4e4b6;
}

.white{
	background-color: white;
}

#right{
	padding:10px 20px 20px 20px;
	margin: 50px 0px 50px 0px;
	width: 330px;
	background-image: URL(newsbg.png);
	float: right;
	line-height: 150%;
}

#leader{
	float: left;
	padding: 0px 10px 5px 0px;
}

#news{

}



#name{
	width: 230px;
}

#specialisation{
	width: 210px;
}

#office{
	width: 120px;
}

#footer{
	font-size: 70%;
	clear: both;
	background: URL(subnavbg.jpg) repeat-x;
	width: 740px;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 130px;
	padding-right: 130px;
	color: grey;
	line-height: 100%;
}

#footer a:link{
	color: rgb(94, 138, 59);
	text-decoration: none;
}

#footer a:visited{
	color: rgb(94, 138, 59);
	text-decoration: none;
}

#footer a:hover{
	color: rgb(94, 138, 59);
	text-decoration: underline;
}



