html, body {
	margin: 0;
	padding: 0;
	background: #f3f5f3;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 99px;
	margin-bottom: 10px;
	background: url(images/header_bg.png) top left repeat-x;
}

#content {
	width: 900px;
	padding: 20px 30px 20px 30px;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	background: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

#footer {
	font-size: 11px;
	text-align: center;
	
	padding-bottom: 15px;
}
.clear {
	clear: both;
}

/* Header
------------------------------------------------------- */
#header h1 {
	display: block;
	width: 456px;
	height: 99px;
	margin: 0 auto;
	background: url(images/logo-iclr.png) top left no-repeat;
	text-indent: -9999px;
}

/* Content
------------------------------------------------------- */
#notice h2 a {
	display: block;
	width: 600px;
	height: 95px;
	margin: 0 auto;
	padding-top: 25px;
	background: url(images/notice_bg.jpg) top left no-repeat;
	font: bold 18px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #131313;
	text-align: center;
	text-decoration: none;
}

/* Boxes
------------------------------------------------------- */

div.box-half {
	width: 412px;
	height: 190px;
	float: left;
	padding: 20px 10px 20px 10px;
	margin: 15px 0 15px 0;
	border: 1px solid #dedede;
	background: #f3f5f3;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
div.right {
	margin-left: 30px;
}

div.tall {
	height: 240px;
}

div.box-half div.column {
	float: right;
	width: 245px;
}

div.box-half div.wide {
	float: right;
	width: 275px;
}

div.box-half div.column-double {
	float: right;
	width: 700px;
}

div.double {
	width: 870px;
	height: 120px;
}

div.box-half img {
	float: left;
	margin: 0 10px 10px 0;
}

div.box-half h3 a {
	font-weight: bold;
	color: #131313;
	text-decoration: none;
}

div.box-half h3 a:hover {
	text-decoration: underline;
}

div.box-half p {
	margin: 15px 0 0 0;
	color: #131313;
	font-size: 12px;
	line-height: 1.4em;
}

div.box-half p a {
	color: #005900;
	text-decoration: underline;
}

div.box-half p a:hover {
	color:#131313;
	text-decoration: underline;
}

div.box-half ol {
	display: block;
	margin: 0 0 0 20px;
	font-size: 12px;
	line-height: 1.4em;
}

div.box-half p em {
	font-style: italic;
}

div.box-half a.catalogue {
	display: block;
	width: 177px;
	height: 29px;
	margin-top: 15px;
	background: url(images/button-catalogue.png) top left no-repeat;
	text-indent: -9999px;
	outline: none;	
}

div.box-half a.case-search {
	display: block;
	width: 139px;
	height: 29px;
	margin-top: 15px;
	background: url(images/button-case-search.png) top left no-repeat;
	text-indent: -9999px;
	outline: none;	
}

div.box-half a.learning-zone {
	display: block;
	width: 149px;
	height: 29px;
	margin-top: 15px;
	background: url(images/button-learning-zone.png) top left no-repeat;
	text-indent: -9999px;
	outline: none;	
}

div.box-half a.about-iclr {
	display: block;
	width: 158px;
	height: 29px;
	margin-top: 15px;
	background: url(images/button-about-iclr.png) top left no-repeat;
	text-indent: -9999px;
	outline: none;	
}

div.box-half a.news-events {
	display: block;
	width: 155px;
	height: 29px;
	margin-top: 15px;
	background: url(images/button-news-events.png) top left no-repeat;
	text-indent: -9999px;
	outline: none;	
}

/* Footer
------------------------------------------------------- */

#footer p a {
	color: #131313;
}




