/*
About us stylesheet...
*/

h1 span
{
	visibility: hidden;
}

body.about-us .about-us h1
{ 
	background-image: url(/_assets/images/about-us/about-us-header.gif);
	background-repeat: no-repeat;
	width: 490px;
	height: 175px;
	margin-bottom: 10px;
}
	
body.about-us .our-tasks h1
{ 
	background-image: url(/_assets/images/about-us/our-tasks-header.gif);
	background-repeat: no-repeat;
	width: 490px;
	height: 136px;
	margin-bottom: 10px;
}	
	
body.about-us .our-course-leaders h1
{ 
	background-image: url(/_assets/images/about-us/our-course-leaders-header.gif);
	background-repeat: no-repeat;
	width: 490px;
	height: 151px;
	margin-bottom: 10px;
}	
	
body.about-us .emily-wiser h1
{ 
	background-image: url(/_assets/images/about-us/emily-wiser-header.gif);
	background-repeat: no-repeat;
	width: 490px;
	height: 69px;
	margin-bottom: 10px;
}		
	
p.bordered, div.bordered
{
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(228,192,77);
}

div.quote
{
	background-image: url(/_assets/images/about-us/long-open-quotes.jpg);
	background-position: top left;	
	background-repeat: no-repeat;
	padding-top: 52px;
}

div.quote div
{
	background-image: url(/_assets/images/about-us/long-close-quotes.jpg?asdkhv);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 40px;
}

#right-quote
{
	margin-right: 0;
}