@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #DDDDDD;
}
.oneColLiqCtrHdr #container {
	width: 1024px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	background-image: url(Pharmilink_images/topgradientlogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1024px;
	height: 155px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	padding-top: 133px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10;
	text-indent: 15px;
	vertical-align: bottom;
	background-position: bottom;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 1024px;
}
.oneColLiqCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(Pharmilink_images/bottomgradient.jpg);
	background-repeat: no-repeat;
	height: 172px;
	width: 1024px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	clear: both;
	float: right;
}
.oneColLiqCtrHdr #mainContentsubscribe {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 1024px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 950px;
}
.oneColLiqCtrHdr #footer_fr {
	background-color: #FFFFFF;
	background-image: url(Pharmilink_images/bottomgradient_fr.jpg);
	background-repeat: no-repeat;
	height: 172px;
	width: 1024px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 0px;
}
.oneColLiqCtrHdr #header_fr {
	background-image: url(Pharmilink_images/topgradientlogo_fr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1024px;
	height: 155px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
