body {
	font-family: Arial, Helvetica, sans-serif;
}
#holder {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	width: 1200px;
}


#Header {
	background-color: #FFF;
	margin-bottom: 5px;
	height: auto;
	position: relative;
}

#Top_Logo {
	width: 400px;
	height: 100px;
	background-image: url(../images/rob-logo.png);
	background-repeat: no-repeat;
	position: relative;
	background-position: left;
	float: left;
}

#top_nav {
	border-bottom-width: 1px;
	border-bottom-color: #999;
	float: left;
	width: auto;
	position: relative;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

.topnav_elements {
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	display: block;
	position: relative;
	height: 30px;
	width: 125px;
	text-align: center;
}


.clean {
	color: #000;
	text-decoration: none;
}


ul {
	position: relative;
	float: left;
	margin: 0px;
}
#centre ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-top: 20px;
	text-decoration: none;
}

#centre {
	display: block;
	clear: both;
	overflow: visible;
	position: relative;
}



#Footer {
	position: relative;
	margin-top: 10px;
	width: 1200px;
	background-color: #CCC;
	float: left;
	background-image: url(../images/lores_images/footer.jpg);
	height: 70px;
}

#footer_content {
	position: relative;
	height: 70px;
	margin: 0px;
	padding: 0px;
}

.foot {
	display: block;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}
.footer_pictogram {
	margin-right: 10px;
}

a:link {
}
a:hover{
	color: #666;
}
#top_nav ul :hover {
	background-image: url(../images/underline.jpg);
	background-repeat: no-repeat;
}
