
ul{
	margin: 0;
	padding: 0;
}
img{
	border-style: none;
}
body{
	font: 13px/1.3em Arial, Helvetica, Geneva, sans-serif;
	color: gray;
}
#container{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	width: 860px;
	height: 204px;
	background: url(http://rpo.adecco-ric.com/images/stockart.jpg) no-repeat 40px 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header h1{
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	width: 340px;
	line-height: 1.2em;
	padding-bottom: 0;
	margin-top: 5px;
}
#header p{
	width: 435px;
}
#logo{
	padding-bottom: 20px;
	padding-top: 15px;
}
#leftcolumn{
	width: 183px;
	float: left;
	height: 1px;
}
#leftcolumn img{
	padding-bottom: 20px;
}
#leftcolumn ul{
	padding-bottom: 169px;
}
#leftcolumn li{
	float: left;
	clear: left;
	display: block;
	padding-left: 4px;
	padding-bottom: 7px;
	width: 174px;
}
#leftcolumn a:link {
	color: gray;
	text-decoration: none;
	font-size: 15px;
	display: block;
}
#leftcolumn a:visited {
	text-decoration: none;
	color: gray;
	font-size: 15px;
	display: block;
}
#leftcolumn a:hover {
	text-decoration: none;
	color: #e92002;
	font-size: 15px;
	display: block;
}
#leftcolumn a:active {
	text-decoration: none;
	color: gray;
	font-size: 15px;
	display: block;
}
#footer{
	width: 631px;
	float: right;
	border-top: 1px solid silver;
	padding-top: 10px;
}
#footer p{
	font-size: 11px;
}

#search{
	width: 602px;
	float: left;
	margin-left: 30px;
	margin-top: -10px;
}
#footerclear{
	width: 820px;
	clear: both
}