
/* McKay Securities Print Styles                                            */
/****************************************************************************/
/* All that prints is the logo (div id = logo) and content table (content): */
/* the main 700px table on every page - here forced to 15cm                 */

body {
	overflow:visible;
}

#topHeader, .address, .navbar{
	float:left !important;
}

.navbar{
	padding:0 !important;
	width:78% !important;
}

#contents{
	width:87.2727em; /*960px */
	padding-left:0em !important;
	float:left;
	/*border-top:1px solid red;
	border-bottom:1px solid green;*/
}

