/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
	font: 11px Arial, Helvetica, sans-serif; line-height: 15px;
	float: left; width: 95%;
	color: #000000;
	display: block;
	float: left;
}

.container {
	display: block;
	float: left;
	width: 95%;
}

#website {
   display: none;
}

#print {
	display: block;
}

.column {
  float: left;
  margin-right: 10px;
}

.columnRight {
  float: right;
  margin-left: 10px;
}

.last { margin-right: 0; }
.lastRight { margin-left: 0; }

.margin-bottom-40  { margin-bottom: 40px; }

.append-12     { margin-right: 12px; }

.grey-border-1 { 
	padding: 2px;
	border: 1px solid #B4B7B0;
}

a img { border: none; padding:0; margin:0; outline: none; }

img { display: block; border: none; padding:0; margin:0; }
