#container {	width: 868px;	margin: 0 auto  0px;	text-align: left;	background-image: none;	background-color: #FFFFFF;	} #container2 {	width: 868px;	margin: 0 auto  0px;	text-align: left;	background-image: none;	background-color: #FFFFFF;	padding-top: 10px;	height: 500px;	padding-right: 10px;}#container_pedFaire {	width: 868px;	margin: 0 auto  0px;	text-align: left;	background-image: none;	background-color: #FFFFFF;	padding-top: 10px;	height: 830px;	padding-right: 10px;}#container #header {	padding: 0px 0 0; } #container #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}#container #weather {	position: relative;	top: -365pt;	z-index: 2;	color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;}#container #navBar {	width: 868px;	top: 456px;	position: absolute;	height: 30px;}#container #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px 15px 30px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #628FA7;	font-weight: bold;}#container #mainContent {	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	border-left-width: 2px;	border-left-style: dotted;	border-left-color: #628FA7;	line-height: 17px;	background-color: #FFFFFF;} #container #mainContentWide {	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0 20px;	line-height: 17px;	background-color: #FFFFFF;	width: 828px;} #container #footer {	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background-image: url(../images/footer_sand_shell_starfish.png);	background-repeat: repeat-x;	background-position: left top;	background-color: #FFFFFF;} #footerImage{	background-image: url(../images/footer_sand_shell_starfish.png);	background-repeat: repeat-x;	height: 2.047in;	}#container #mainContent #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 0 0 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	background-color: #FFFFFF;}
