html, body, .wrapper  {
	min-height: 100%;
	height: 100%;
}

.taste {
	float:left;
	background:url(images/taste.png);
	background-position: left 0px;
	background-repeat:no-repeat;
	width:64px;
	height:16px;
	display:block;

}
.taste:hover {
	background-position: left -18px;

}

.tools {
	float:left;
	background:url(images/tools.png);
	background-position: left 0px;
	background-repeat:no-repeat;
	width:37px;
	height:16px;
	display:block;

}
.tools:hover {
	background-position: left -18px;

}

.about {
	float:left;
	background:url(images/about.png);
	background-position: left 0px;
	background-repeat:no-repeat;
	width:134px;
	height:16px;
	display:block;

}
.about:hover {
	background-position: left -18px;

}

.blog {
	float:left;
	background:url(images/blog.png);
	background-position: left 0px;
	background-repeat:no-repeat;
	width:33px;
	height:16px;
	display:block;

}
.blog:hover {
	background-position: left -18px;

}

.coaching {
	float:left;
	background:url(images/coaching.png);
	background-position: left 0px;
	background-repeat:no-repeat;
	width:172px;
	height:16px;
	display:block;

}
.coaching:hover {
	background-position: left -18px;

}

.contact {
	float:left;
	background:url(images/contact.png);
	background-position: left 0px;
	background-repeat:no-repeat;
	width:50px;
	height:16px;
	display:block;


}
.contact:hover {
	background-position: left -18px;

}

.decision {
	float:left;
	background:url(images/decision.png);
	background-position: left 0px;
	background-repeat:no-repeat;
	width:95px;
	height:16px;
	display:block;


}
.decision:hover {
	background-position: left -18px;

}

.say {
	float:left;
	background:url(images/say.png);
	background-position: left 0px;
	background-repeat:no-repeat;
	width:105px;
	height:16px;
	display:block;


}
.say:hover {
	background-position: left -18px;

}

.menu {
margin: 9px 0 0 110px;
padding:0;
list-style:none;
white-space:nowrap;
height:16px;
width:auto;
}

.menu li {
display:inline;

}

.sep {
	float:left;
	margin-top: 1px;
}

.quote {
	font-family: Times;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	color: #606060;
	left: 210px;
	top: 155px;
	width: 180px;
	text-align: left;
}

.picture {
	border-top: 1px gray solid;
	width: 250px;
	padding-top: 10px;
	padding-right: 2px;
	position: absolute;
	left: 125px;
	top: 500px;
}

.content {

	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	color: gray;
	left: 400px;
	width: 320px;
	top: 220px;
	text-align: left;
	height: 580px;
}


.footer {
	font-family: Arial;
	font-size: 10px;
	float: left;
	clear: both;
	position: absolute;
	display: block;
	top: 820px;
	left: 80px;
	padding-bottom: 10px;
}

.footer a,.footer  a:visited {
	color: gray;
	text-decoration: none;
	margin-right: 12px;
}

.footer a:hover {
	color: #C4A964;
}

a, a:visited {
	color: black;
}

a:hover {
	color: #C4A964;
}

h1 {
		border: 0;
		padding: 0;
		margin: 0;
		font-size: 14px;
		font-weight: bold;
}

.downloadbtn,.downloadbtn:visited {
	
	display: block;
	text-align: center;
	width: 160px;
	height: 32px;
	border: 2px #C4A964 solid;
	text-decoration: none;
	white-space: nowrap;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: gray;
	float: right;
	margin: 15px 3px 6px 3px;
}

.downloadbtn:hover {
	border: 2px gray solid;
	background-color: #C4A964;
	color: white;
}
