@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCFFFF;
}
#container  {
	width: 950px;
	text-align: left;
	background-repeat: no-repeat;
	height: 640px;
	margin: 0;
}
#mainstrap {
	font-size: 230%;
	position: absolute;
	left: 270px;
	top: 350px;
	font-weight: bold;
	width: 500px;
	float: left;
}
h1 {
	font-size: 120%;
	position: absolute;
	top: 400px;
	left: 270px;
	width: 450px;
}
#tel {
	position: absolute;
	top: 550px;
	left: 270px;
	width: 370px;
	font-size: 90%;
}
#email {
	position: absolute;
	top: 580px;
	left: 270px;
	width: 260px;
}
#calme {
	position: absolute;
	width: 400px;
	left: 270px;
	top: 500px;
}
#idmplogo {
	position: absolute;
	left: 250px;
	float: left;
	top: 60px;
	z-index: 20;
}
#email a {
	color: #006699;
}
#email a:hover {
	color: #F0027F;
}
#calme  a {
	text-decoration: none;
	color: #000000;
}
#weather-container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
