/* ---- Print style sheet for Pointe Rocks ---- */

/* Remove unwanted elements */

#strapline, #navigation {
	display: none;
}

/* Ensure the content spans the full width */
#outerWrapper, #content {
	width: 100%; 
	margin: 0; 
}

/* Change text colour to black */


/* Improve colour contrast of links */
a:link, a:visited {
	color: #00F;
	text-decoration: none;
}

p.fright, ul.fleft {float: none;}

form input, form textarea {
	border: 1px solid #666;
}

