/* IMPORT GENERIC STYLE DEFINITIONS COMMON TO ALL DEPT SITES */
@import "http://www.qmul.ac.uk/qmcms/intranets/css/style.css";

/* ---------------------------------------------------- */
#wrapper1
	{
	background			: url(../images/bg.jpg) no-repeat top right;
	height				: 314px;
	width				: 955px;
	}
/* ---------------------------------------------------- */
#heading
	{
	height				: 94px;
	}
/* reset IE*/
* html body #heading
	{
	margin-bottom		: -20px;
	}

#breadcrumb
	{
	font-size			: 0.9em;
	margin				: 20px 0px 0px 20px;
	}
/* reset IE6*/
* html body #breadcrumb
	{
	margin				: 20px 0px 0px 20px;
	}
/* reset IE7*/
*+html body #breadcrumb
	{
	margin				: 22px 0px 0px 20px;
	}
/* ---------------------------------------------------- */
hr {
  	height				: 0;
	width				: 100%;
	border-style		: solid;
 	border-color		: #666;
 	border-width		: 1px 0 0 0;
}
/* ---------------------------------------------------- */
#sidebar .lead_snippet
	{
	margin				: 0px 0px 0px 0px;
	}
#sidebar img{
	display: block;
	margin: 0px auto;
}
/* ---------------------------------------------------- */
.block {
	background-color	: #EAEEF0;
	}

/* ---------------------------------------------------- */
.top {
	clear: both;	
}
