@CHARSET "UTF-8";

.bucket {
  float:left;
	width: 333px;
	height: 300px;
	margin: 15px 0 0 0;
	}
.bucket img {
	position:absolute;
}
.leftBucket {
	width: 250px;
	height: 100px;
	float: left;
	margin: 10px 20px 10px 10px;
}

.centerBucket {
	width: 300px;
	height: 100px;
	float: left;
	margin: 10px 10px 10px 10px;
}

.rightBucket {
	width: 250px;
	height: 100px;
	float: left;
	margin: 10px 10px 10px 20px;
}

.headlineLogo {
	position: relative;
	width: 200px;
	height: 30px;
	float: left;
	margin: 60px 2px 0 25px;
	border: medium solid;
}

div.homeText {
	position: relative;
	font-weight: 200;
	width: 450px;
	float: left;
	font-size: 1.2em;
	margin: 10px 27px 0 20px;
}

.newsText {
	font-weight: 500;
	font-size: 1.0em;
	line-height: 1.6em;
	color: #999;
	position: relative;
	width: 350px;
	float: left;
	margin: 10px 10px 0 12px;
	clear:both
}
.newsText p {
	margin-bottom: 4px;
}

/* Image positioning for cycling images.*/

img.leftImage {
	position: absolute;
	margin-left: 40px;
}
img.centerImage {
	position: absolute;
	margin-top: 25px;
}
img.rightImage {
	position: absolute;
	margin-left: 100px;
}
.date {
	font-size: 1.06em;
	color: #999;
	float: left;
	height: 10px;
	width: 130px;
	margin: 5px 0 8px 121px;
}
.homeHeadlines {
  background: url(../images/body/headlines.png) no-repeat;
  float:left; 
  width: 464px;
  min-height: 300px;
  }
