/*Print Stylesheet for the Lauderdale Suzuki Group website*/

body{
	background:#fff !important;
	color: #000 !important;
	font:10pt/1.5em 'trebuchet ms', sans-serif;
}

#leftnav, #rightnav, #footer, #content img, #bread, #bottom, .map, .top, .content-list{
	display:none;
}/*Hide page elements that are not needed for printouts*/

#header h2{
	text-align:right;
	font-style:italic;
}

#content h3, #content h4, #content h5{
	border-bottom:1px solid;
}/*Add bottom borders to all headers in the content section to help them stand out.*/

#content p{
	text-align:justify;
}

#content a{
	color:#000;
	text-decoration:none;
}/*Set all links to have the same text colour as normal text and to cancel underlining*/

#content table{
	margin: 10pt auto;
	border-collapse:collapse;
	page-break-inside:avoid;
}

th, td{
	padding: 5pt 2pt;
	border:1px solid;
}

caption{
	margin: 20pt auto 0;
}