body 
{
	/* background: #D9E0D0; */
	background: #ededeb;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #333333;
	font-size: 10px;
	margin-top: 40px;
	margin-left: 40px;
	padding: 0px;
	width: 1170px;
}

/***
 *
 * Generic Tag classes 
 *
 ***/

img
{
	border: 0px;
}

a 
{ 
	color: #3c61a7;
}

p.rule_above 
{
	margin-bottom:0em;
	padding-bottom:0em;
}

p.rule_below 
{
	margin-top: 0.5em;
}

/***
 *
 * Generic classes 
 *
 ***/

.break 
{
	clear: both;
}

.rule_container
{
	margin-top: 5px;
	margin-left: 40px;
	margin-bottom: 5px;
}

.next_image
{
	line-height: 24px;
}

/***
 *
 * Container (cos IE 5.5 is crap)
 *
 ***/

.container
{
	position: relative;
	display: block;
	width: 1170px;
}

/***
 *
 * Masthead
 *
 ***/

#masthead
{
	width: 1170px;
	margin-bottom: 85px;
}

#masthead h1 {
	font-family: times;
	padding: 0px;
	margin: 0px;
	height: 24px;
}

/*
#masthead h1 a img
{
	position: relative;
}

#masthead h1 a div
{
	position: relative;
	width: 230px;
	height: 24px;	background: url('/img/west_london_projects-over.gif');
	background-repeat: none;
	background-position: 0 0;
}

#masthead h1 a:hover div img
{
	visibility: hidden;
}
*/

#masthead h1 
{
	position: relative;
	display: block;
	width: 230px;
	height: 24px;
	background: url('/img/west_london_projects.gif');
	background-repeat: none;
	background-position: 0 0;
}

#masthead h1 a
{
	position: relative;
	display: block;
	width: 230px;
	height: 24px;
	background: url('/img/west_london_projects.gif');
	background-repeat: none;
	background-position: 0 0;	
}

#masthead h1 a:hover
{
	display: block;
	width: 230px;
	height: 24px;
	background: url('/img/west_london_projects-over.gif');
	background-repeat: none;
	background-position: 0 0;	
}

#masthead h1 img
{
	/* display: none; */
}

/***
 *
 * Column Styles
 *
 ***/

.column {
	position: relative;
	width: 370px;
	margin-right: 20px;
	float: left;
}

.column h2 {
	position: relative;
	height: 21px;
	font-family: times;
	margin: 0px;
	margin-bottom: 9px;
	font-size: 15pt;
}

.column img.exhibit
{
	margin-left: 35px;
	margin-top: 15px;
	margin-bottom: 20px;
}


.column div.rule
{
	position: relative;
	display: block;
	background: #ffffff;
	height: 9px;
	width: 94px;
	margin-bottom: 0px;
	line-height: 9px;
}

.column p {
	margin-top: 0px;
	padding: 0px;
	margin-left: 35px;
	line-height: 16px;
	font-size: 10px;
	margin-bottom: 15px;
}

#column_exhibitions p
{
	font-size: 11px;
	line-height: 15px;
}

.column p a
{
	color: #333333;
}

.column p a.blue
{
	color: #336699;
}

.column p a.nounderline
{
	text-decoration: none;
}


.column p a:hover
{
	font-weight: bold;
}

.column p a.arrow
{
	text-decoration: none;
	color: #990000;
}

.column h3,
.column h4 {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	color: #990000;
	height: 13px;
	margin-top: 40px;
	margin-bottom: 13px;
}

.column h5,
.column h6
{
	padding: 0px;
	margin: 0px;
	margin-left: 35px;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	clear: right;
}

.column h5
{
	padding-bottom: 12px;
}

.column h6
{
	padding-bottom: 5px;
}



#column_1 h3 
{
	height: auto;
}

/***
 *
 * Footer 
 *
 ***/

.footer {
	padding-top:32px;
	padding-bottom: 250px;
}

