#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	background-image: url(../images/web/bg-page.jpg);
	width: 1000px;
	float: left;
	background-repeat: no-repeat;
}
#contentWrapper {
	width: 950px;
	margin: 0px 0px 20px;
	padding: 5px 25px;
}
#contentLeft {
	float: left;
	width: 640px;
}
#contentRight {
	float: right;
	width: 285px;
}

#footerWrapper {
	float: none;
	width: 1000px;
	margin: 10px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #646257;
	padding-top: 10px;
}


#headerWrapper {
	float: none;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#headerTitle {
	background-image: url(../images/web/logo-pyrecosse.gif);
	background-repeat: no-repeat;
	width: 575px;
	height: 150px;
	margin-top: 15px;
	padding: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	float: none;
	clear: both;
}
#headerTitle h1 {
	text-indent: -10000px;
}
