/* 
Printing styles for Monthly Web Coupon for smithdiving.com
Bob Haider
bobhaider@mac.com
Updated: June 2004
*/

/* The printing for the coupon will only print the display area text and a special background. To only print the text area we need to turn off the printing of the banner area and the sub-menu area  as well as other areas */
#sdbanner {
	display: none;
	}

#menuarea {
	display: none;
	}

#textarea h4 {
	display: none;
	}

a {
	display: none;
	}

/* Need to redefine the background image and top and bottom logo for the background
*/

body {
	background: none;
	padding: 0em;
	margin: 0em;
	}

#maindisplay {
	background: #ffffff url(../images/pagedisplays/mainpage/mp2displaybg.gif) repeat-y;
	text-align: center;
	border-top: 1px #000 solid;
	margin: 0px;
	padding: 0px;
	}

#maindisplay:before {
	content: url(../images/pagedisplays/mainpage/mp2displaytop.gif);
	margin: 0em;
	padding: 0em;
	}

#maindisplay:after {
	content: url(../images/pagedisplays/mainpage/mp2displaybtm.gif);
	}
	
#textarea p {
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 1em;
	padding-right: 1em; 
	}

#textarea h1 {
	padding-top: 10px; 
	}

#textarea, #textarea h1, #textarea h2, #textarea h3, #textarea h4, #textarea h5, #textarea p, address {
	color: black; 
	}

#textarea {
	float: none;
	position: relative;
	width: 90%;
	height: 450px; 
	margin-left: auto;
	margin-right: auto;
	padding-left: 1px;
	padding-right: 1px;
	background-image: url(../images/logo/logo_bkgrnd.gif);
	background-position: center center;
	background-repeat: no-repeat;
	}

address {
	position: relative;
	}




