@charset "UTF-8";
/* CSS Document */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	width: 800px;
}
.sidebar  {
	background-image: url(../images/daligues_sidebar.jpg);
	background-repeat: repeat;
	width: 146px;
}
.maincontent  {
	background-color: #FFF;
	float: right;
	width: 654px;
}
.content {
	width: 614px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 20px;
	text-align: justify;
}
.footer {
	background-image: url(../images/daligues_footer.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 800px;
}
.header {
	background-image: url(../images/daligues_header.jpg);
	height: 123px;
	width: 800px;
}
.footercontent {
	width: 780px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
