@charset "utf-8";

#main-container {
	width: 500px;
	padding-left: 300px;
	background-color: #930201;
	background-image: url(images/right-faces2.gif);
	color: #fff;
}

#whatson {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 335px; /* 400px - padding */
	padding-top: 65px;
	background-image: url(images/home-left-curtain.gif);
	background-color: #800000;
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	z-index: 1;
}

#news {
	position: absolute;
	top: 330px;
	left: 0;
	width: 300px;
	height: 70px; /* 400px - top */
	overflow: auto;
	z-index: 2;
}

#content {
	padding-left: 30px;
	padding-right: 155px;
}

#whatson h2, #news h2 {
	position: absolute;
	left: -1000em;
}

#whatson a:link, #whatson a:visited {
	text-decoration: none; /* Removes underline of image in Safari */
}

#whatson .QE_Link {
	margin-top: -17px;
}

#news ul {
	margin: 0;
	padding: 0;
}

#news li {
	display: block;
	list-style-type: none;
	text-align: center;
}

#news a:link, #news a:visited {
	color: #fc6;
	text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
}

body.home #content {
	height: 388px;
	padding-top: 12px; /* 400px - 12px */
}

body.home .company {
	text-transform: none;
	font-weight: bold;
}

body.home blockquote {
	margin: 1.5em 34px 1em 0;
}

body.home blockquote p {
	margin: 0;
}

body.home blockquote cite {
	display: block;
	text-align: right;
}

body.home #mc-embedded-subscribe-form legend {
	padding: 0;
}

body.home #mc-embedded-subscribe-form div.mc-field-group,
body.home #mc-embedded-subscribe-form div.response {
	padding: 1em 0;
}

body.home #mc-embedded-subscribe-form div#mce-responses {
	padding: 0;
}

body.home #mc-embedded-subscribe-form div {
	padding-left: 6.5em;
}

body.home label {
  float: left;
  margin-top: 0.5em;
  padding-right: 0.5em;
  width: 6em;
}
