@charset "UTF-8";
#pictureBox {
	float: right;
	height: 273px;
	width: 462px;
	right: 15px;
	position: relative;
}
#redBox {
	height: 185px;
	background-image: url(/Images/MidGreenBox.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 15px;
}
#darkGreyBox {
	height: 55px;
	background-image: url(/Images/DarkGreyBox.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 15px;
	position: relative;
	top: 3px;
}
#subBox {
	float: right;
	width: 447px;
	right: 15px;
	position: relative;
	height: 325px;
	background-repeat: no-repeat;
	margin: 0px;
	top: 3px;
	padding-left: 15px;
	padding-top: 15px;
	background-color: #D4D4D4;
}
#mainCopyBox {
	float: left;
	height: 325px;
	width: 280px;
	position: relative;
	left: 15px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
	top: 3px;
	background-color: #D4D4D4;
}
#headlineBox {
	height: 273px;
	float: left;
	position: relative;
	left: 15px;
	width: 295px;
}
