body {
	background-color: #77c1d6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a img
{
  border-color:  #2b4a8d;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}

h1 { color: #000000; font-size: 1.2em; font-weight: bold; }


div#container { 
 background-image: url(images/plop_02.gif);
 width: 1000px;
 margin:0 ; padding:0} 

 
div#header {
    clear: both;
    background-image: url(images/plop_01.gif);
	width: 1000px;
	height: 232px;
}


div#left {
    float: left;
    width: 218px;

}

div#middle {
    padding: 0px 0px 0px 218px;
    margin: 0px;
}


div#footer {
    clear: both;
    background-image: url(images/plop_04.gif);
	width: 1000px;
	height: 68px;
}

