@charset "utf-8";
body {
	background-color: #B8C2A9;
	width: 1000px;
}
*{
margin:0;
padding:0;
}
h1 {
	font-size: 36px;
	color: #FFFF00;
}
h2 {
	font-size: 18px;
	color: #003399;
}
h3 {
	font-size: 20px;
	color: #CC3300;
}
h4 {
	font-size: 36px;
	color: #000099;
}
h5 {
	font-size: 18px;
}
h6 {
	color: #FFFF00;
	font-size: 18px;
}
h7 {
	font-size: 16px;
	color: #000000;
}
#header {
	background-color: #CC0000;
	float: left;
	width: 1000px;
	height: 139px;
	color: #FFFFFF;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/backwaters3.jpg);
}
#container {
	background-color: #CC99FF;
	float: left;
	width: 1000px;
	background-position: top;
	background-repeat: repeat;
	background-image: url(../images/cadolles.jpg);
}
#left {
	width: 180px;
	float: left;
}
#left a{
	color: #003399;
	text-decoration:none;
}
#left a:hover{
	color: #CC0000;
}
#center {
	float: left;
	width: 780px;
	margin-left: 20px;
	margin-right: 20px;
}
#center img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#right {
	width: 0px;
	float: left;
}
#footer {
	background-color: #FF33CC;
	float: left;
	width: 1000px;
	clear: both;
	font-size: 24px;
	color: #003366;
}
#center p {
	text-align: justify;
}
