#container {
	background-image: url(/new/images/home/frame.jpg);
}

a.zoe-logo {
	height: 122px;
	background-image: url(/new/images/home/logo_zoe.png);
}

p.mission {
	position: absolute;
	top: 250px;
	left: 175px;
	width: 250px;
	height: 105px;
	background-image: url(/new/images/home/text_mission3.gif);
	background-repeat: no-repeat;
	text-indent: -1000em;
}

p.slogan {
	position: absolute;
	top: 532px;
	left: 152px;
	width: 442px;
	height: 7px;
	background-image: url(/new/images/home/text_slogan.png);
	background-repeat: no-repeat;
	text-indent: -1000em;
}

#content .main {
	position: relative;
	width: 737px;
	height: 121px;
	top: 407px;
	left: 117px;
	background-image: url(/new/images/home/bg_blog.jpg);
	background-position: 0px 15px;
	background-repeat: no-repeat;
	border: 0px dotted green;
	overflow: hidden;
	z-index: 1;
}	

#content .main h3 {
	position: absolute;
	top: -7px;
	left: 110px;
	width: 56px;
	height: 11px;
	background-image: url(/new/images/home/text_blog.png);
	background-repeat: no-repeat;
	text-indent: -1000em;
	z-index: 10;
}


#content .main .article {
	position: relative;
	padding-left: 165px;
	padding-right: 20px;
	margin-left: 0px;
	top: -11px;
	height: 121px;
	overflow: auto;
	border: 0px dotted red;
}

#content .main .article h4 {
	margin-top: 2px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 11px;
	font-weight: normal;
	color: #A19482;
}

#content .main .article h4 a {
	display: block;
	margin-top: 5px;
	color: #6D6252;
	font-size: 12px;
	text-decoration: none;
}

#content .main .article h4 a:hover {
	color: #4982AA;
}

#content .main .article p {
	font-size: 11px;
	color: #8A7C6A;
	line-height: 17px;
	margin-top: 8px;
}

#content .main .article p a.more {
	color: #4A3E2F;
	font-variant: small-caps;
	text-decoration: none;
	padding-right: 7px;
	background-image: url(/new/images/home/but_more.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

#content .main .article p a.more:hover {
	color: #4982AA;
}

#content .main .article .image {
	position: absolute;
	top: 20px;
	right: 550px;
	height: 83px;
	width: 128px;
	padding: 1px;
	border: 1px solid #E4D1AF;
	overflow: hidden;
}

#content .main .article .image img {
	position:absolute;
	clip: rect(0px 128px 83px 0px);
}