#container {
	position: relative;
}

#today { position: absolute; top:110px; left: 50px; z-index: 99; outline: none; cursor: pointer; }

#content {
	background: url(../images/content-bg.gif) 10px 17px no-repeat;
	padding-top: 31px;
	margin: 0px 29px;
}

#content .block {
	float: left;
	height: 149px;
	color: #663300;
	width: 223px;
}

#content .block p {
	width: 100px;
	margin: 0px;
	line-height: 115%;
	font-size: 12px;
	padding: 20px 0px 0px 0px;
}

#content .block p a {
	color: #663300;
	text-decoration: none;
	font-weight: normal;
}

#content #activities.block {
	padding-top: 4px;
	margin-right: 30px;
	background: url(../images/features-activities.jpg) bottom right no-repeat;
}

#content #activities.block p {
	padding: 0px 0px 0px 2px;
}

#content #cabins.block {
	background: url(../images/features-cabins.jpg) bottom right no-repeat;
	height: 163px;
	width: 229px;
	margin-right: 30px;
}

#content #time.block {
	width: 200px;
	background: url(../images/features-time.jpg) bottom right no-repeat;
	margin-right: 33px;
}

#content #time.block p {
	width: 120px;
}

#content #milk.block {
	background: url(../images/features-milk.jpg) bottom right no-repeat;
	width: 190px;
}

#content #milk.block p {
	padding: 9px 0px 0px 2px;
}

#content #milk, #time, #cabins, #activities, #available, #free-bottle {
	cursor: pointer;
}

#featured {
	float: left;
	width: 255px;
	height: 104px;
	margin: 35px 0px 0px 6px;
	}

#available {
	float: left;
	width: 245px;
	margin: 35px 0px 0px 0px;
}

#available p {
	color: #663300;
	margin: 0px;
	padding: 0px;
}

#free-bottle {
	background: url(../images/water-bottle.jpg) top right no-repeat;
	width: 411px;
	float: left;
	height: 148px;
	margin: 31px 0px 0px 0px;
	padding-top: 14px;
}

#free-bottle p {
	font-size: 18px;
	color: #663300;
	padding: 13px 0px 0px 5px;
	font-weight: bold;
	margin: 0px;
}

#free-bottle p a {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

#header {
	height: 469px;
	background: url(../images/header.jpg) 0px 39px no-repeat;
	position: relative;
	}
	
#tagline {
	color: #3F6F0E;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px;
}

img {
	border: 0px;
	}