#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;
	}

#featured p {
	font-size: 18px;
	color: #663300;
	padding: 2px 0px 0px 5px;
	font-weight: bold;
	margin: 0px;
	line-height: 130%;
}

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

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

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

#family-stories {
	width: 214px;
	float: left;
	height: 172px;
	margin: 0px;
	padding-top: 21px;
	cursor:pointer;
}

#blog {
	width: 214px;
	float: left;
	height: 142px;
	margin: 0px;
	padding-top: 79px;
	padding-left: 17px;
	background: url(../images/on-the-blog.jpg) 15px 43px no-repeat;
}

#blog p {
	font-size: 12px;
	color: #663300;
	padding: 7px 0px;
	line-height: 125%;
}

#blog p a {
	font-size: 10px;
}

#blog h3 {
	font-size: 14px;
	color: #663300;
	padding-bottom: 5px;
}

#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;
	}

#container {
	position: relative;
}

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

#screen {
	display: none;
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background-color: #000000; 
	filter:alpha(opacity=50); 
	opacity: 0.5; 
	-moz-opacity:0.5;
	z-index: 500;
	}
	
#dialog {
	width: 626px;
	height: 478px;
	padding: 2px;
	background: #ffffff;
	position: absolute;
	margin-left: -323px;
	margin-top: -250px;
	left: 50%;
	top: 50%;
	z-index: 550;
	display: none;
	}

#dialog #closeButton {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 600;
	}
