html {
	background-color: #FFF;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	font-weight: normal;
}

h1 {
	width: 610px;
	height: 135px;
	margin: 0;
	background: #FFF url('../../img/microsites/nurserycrimes/headerbg.jpg') top center no-repeat;
}
	h1 span
	{
		display: none;
	}

#content {
	width: 610px;
	margin: 2px auto 0;
	background: #FFF url('../../img/microsites/nurserycrimes/contentbg.jpg') top center repeat-y;
}

.left {
	width: 280px;
	margin: -10px 0 0 15px;
	float: left;
}
	p.left {
		text-align: left;
	}

.right {
	width: 280px;
	margin: 5px 15px 0 0;
	float: right;
}
	p#link_back {
		margin-top: 30px;
	}

#content_bottom {
	clear: both;
	width: 610px;
	height: 216px;
	margin: 0;
	background: #FFF url('../../img/microsites/nurserycrimes/content_bottom_bg.jpg') bottom center no-repeat;
}

#footer
{
	width: 610px;
	margin: 10px auto 0;
}
	#footer p
	{
		width: 610px;
		margin: 0;
		text-align: right;
	}