/* @override http://localhost/~bjclark/designcentre/home.css */

#content{
	margin:0;
	padding: 0;
	font-size: 1em;
	line-height: 2em;
	background: url(images/home_content_bg.gif) repeat-y;
	color: #fff;
}			
#footer{ background: #ffde00; clear: both; position: relative; height: 155px; }
*:first-child+html #footer {
	margin-top: -1px;
}

/* ----- PARAGRAPHS ----- */

#content p{
	margin: 0;
	padding: 30px 185px 27px;
	font-size: .87em;
	line-height: 2em;
	color: #FFFFFF;
}


#footer p{
	height: 93px;
	font-size: 0.8em;
	margin: 0 0 0 314px;
	width: 410px;
	padding: 20px;
}

html>body #footer p {
	margin-top: -1px;
}

/* ----- LINKS ----- */

a#emailUs{
	display: block;
	background: #43BCEE url(images/email.png) no-repeat scroll 10px 125px;
	text-indent: -9999px;
	width: 155px;
	height: 155px;
	float: left;
}
a:hover#emailUs{
	background: #43BCEE url(images/email_over.png) no-repeat 10px 125px;
}
a#home_exhibits{
	float: left;
	width: 155px;
	height: 154px;
	background: url(images/exhibits_photo.jpg);
	text-indent: -9999px;

}
a#home_environments{
	float: right;
	width: 155px;
	height: 154px;
	background: url(images/environments_photo.jpg);
	text-indent: -9999px;
}

a#home_events{
	float: left;
	width: 155px;
	height: 155px;
	background: url(images/events_photo.jpg);
	text-indent: -9999px;
}
a#home_exhibits:hover {background: url(images/exhibits_photo_over.jpg);}
a#home_environments:hover {background: url(images/environments_photo_over.jpg);}
a#home_events:hover {background: url(images/events_photo_over.jpg);}