body {
	margin: 0px;
	background-color: #C3B3A2;
}

#objcenter {
	margin: auto;
	text-align: center;
}

#header {
	margin: auto;
	text-align: center;
}

#container {
	width:1003px;
  margin:0 auto;
	text-align: center;
	background-color:#FFF;		
}

#content {
	text-align: left;
	font-family: "Lucida Grande", Georgia, Verdana, "New Century Schoolbook", Lucida, Arial, Helvetica, Times, sans-serif, serif;
	font-size: small;
	line-height: 1.5em;
	color: #333;
}	  
  
#footer {
	margin: auto;
	text-align: center;
	clear: both;
}
#container #content table img {
	border: thick solid #D5C49B;
}

