body{
   color: #000000;
   background-color: ;
   background: url(../img/bg-header.png) no-repeat #f4e9d5 top center;
   height: 207px;
   width: 900px;
   margin: 0 auto 0 auto;
   font-family: verdana;
   font-size: 11;
}

A:link{color: #8b0000}

A:visited{color: #8b0000}

form{ 
	padding: 0 0 0 20px; 
	font-family: verdana;
	font-size: 10;
	}   

form select{
	border: 1px solid black; 
	font-family: verdana;
}

#container{ width: 850px; height: auto; margin: 210px 0 0 0; }

#col_lft{ float: left; width: 400px;}

#col_rgt{ float: right; width: 400px; margin: 0 0 0 0; }

#ocblock{ display: none;}

#haut{ 
	width: 350px;
	height: 30px;
	background:  url('../img/top-form.png') left;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
	padding: 0 0 0 10px;
}

#footer{ 
	background: url(../img/bg-footer.png) no-repeat  top center;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	clear: both;
	height: 40px;
	margin: 10px 0 0 0; 
}


