#watering_can
{
	display:block;
	position:absolute;
	top: 10px;
	left:170px;
	height: 365px;
	width: 370px;
	background-image:url(../images/watering_can.jpg);
}
#text_col
{
	display:block;
	position:absolute;
	top: 10px;
	left:550px;
	height: 355px;
	width: 170px;
	background-color:#224e5b;
	padding:5px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
}
#text_col a {color: #0082D6;}
#text_col a:hover {color:white; background-color: #0082D6;}
#text_col a:visited {color: #0082D6;}
a.compliance
{
	display:block;
	position:absolute;
	top: 385px;
	left:170px;
	width:180px;
	height:165px;
	background-image:url(../images/compliance.gif);
}
a.added_value
{
	display:block;
	position:absolute;
	top: 385px;
	left:360px;
	width:180px;
	height:165px;
	background-image:url(../images/added_value.gif);
}
a.recruitment
{
	display:block;
	position:absolute;
	top: 385px;
	left:550px;
	width:180px;
	height:165px;
	background-image:url(../images/recruitment.gif);
}
a.recruitment:hover {background-image:url(../images/recruitment_h.gif);}
a.added_value:hover {background-image:url(../images/added_value_h.gif);}
a.compliance:hover {background-image:url(../images/compliance_h.gif);}

h1 {font-size:14px;  margin: 5px 0 8px 0;}
p {font-size:12px; margin: 0 0 8px 0;}
ul {margin:0;padding:0;}
li {margin:0; padding:0; list-style-type:none;}
#text_menu ul
{
	position: relative;
	top: 580px;
	margin:0px auto 0 auto;
	padding:0;
	width: 550px;
}