@charset "utf-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-position: center center;
}
.oneColLiqCtrHdr #container {
	width: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #0000000;
	background-position: center;
}
.oneColLiqCtrHdr #header {
	background: #0000000;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
	background-position: center;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #0000000;
	background-position: center;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-position: center;
}a:link {
	color: #CC0000;
}
a:link l1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #CC0000;
	text-decoration: underline;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center;
}
.oneColLiqCtrHdr #apDiv7 {
	text-align: center;
}
#photo {
	height: 330px;
	width: 275px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 70px;
	border: medium ridge #666;
	top: 0px;
	position: relative;
	background-image: url(Mel-red.jpg);
	background-repeat: no-repeat;
	margin-bottom: 175px;
}
#design {
	width: 326px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: -290px;
	position: relative;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	bottom: 0px;
	background-image: url(mdd-logo-graphic-des.gif);
	height: 104px;
	margin-left: 0px;
	z-index: 1;
}

#left-text-block {
	width: 450px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	top: 0px;
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
	margin-bottom: 150px;
	margin-left: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	text-align: left;
}
#left-logos {
	width: 450px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	top: 0px;
	position: relative;
	background-image: url(fb_in_logos.jpg);
	background-repeat: no-repeat;
	margin-bottom: 75px;
	margin-left: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	text-align: right;
	height: 35px;
	background-position: right;
}

