/*
 * Cruisemart - Print style sheet 
 * Copyright 2006
 * ITbyUs.com
 * Author David Dale
 */

a {
	color: #000;
}

p, ul, ol, li, h1, h2, h3, .h4, h5 {
	margin: 0 0 15px 0;
}

ul, ol {
	margin-left: 20px;
}

#printhead {
	visibility: visible;
	display: block;
}

#content {
	padding: 0;
}
 
#header, #left, #right, #footer, #nav, #footer, .bookmenu, .button, .buttonbook {
	display: none;
	visibility: hidden;
}

#wrapper {
	border: 0;
	width: auto;
}
