body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; 
	color: #000000;
	background-color: #DBA5A5;
}
.oneColElsCtrHdr #container {
	width: 700px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	font-size: 10pt;
	background:#DBA5A5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	background: #DBA5A5;
	/*border: 1px solid #000000;*/
	margin-bottom: 15px;
	margin-top: 30px;
} 
.oneColElsCtrHdr #header h1 {
	background:#DBA5A5;
}
.oneColElsCtrHdr #mainContent {
	background:#DBA5A5;
	color: #542728;
	font-size: 14px;
}
.oneColElsCtrHdr #footer { 
	background:#DBA5A5;
} 
.oneColElsCtrHdr #footer p {
	background:#DBA5A5;
}
.obaba_link:active img{
	border: 2px solid #DBA5A5;
}
.obaba_link:link img{
	border: 2px solid #DBA5A5;
}
.obaba_link:visited img{
	border: 2px solid #DBA5A5;
}
.obaba_link:hover img{
	border: 2px solid #666600;;
}
