@charset "UTF-8";

/* GENERAL */
body {
	background: transparent url(background_ad.jpg) repeat top left;
	font: 9pt Arial;
	margin: 0px;
	padding: 0px;
}

p {
	color: #444444;
	font: 10pt Arial;
	line-height: 16pt;
	text-align: justify;
	margin: 14px 0px 14px 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}


/* PRESCRIPTION PAD PIECES */
#wrap {
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#main {
	background: #FFFFFF;
	border: 3px solid;
	height: 524px;
	width: 844px;
	margin: 0px;
	padding: 0px;
	position: absolute;
		  left: 0px;
		  top: 10px;
	z-index: 3;
}

/* MAIN FRAME */
#header {
	background: transparent url(header_ad.jpg) no-repeat top left;
	height: 151px;
	width: 844px;
	margin: 0px;
	padding: 0px;
}

#midsection {
	background: #FFFFFF;
	height: 358px;
	width: 744px;
	margin: 0px;
	padding: 5px 50px 10px 50px; 
}




