/* CSS Document */
	body {
		background-color: white;
		color: black;
		font-size: 12px;
		line-height: 20px;
		font-family: "arial", helvetica, sans-serif;
	}
	#company_name_for_print {
		display: block;
		font-size: 24px;
		font-weight: bold;
		line-height: 50px;
}
	h1 {
		border-bottom: 1px solid black;
	}
	img#spider_logo {
		display: none;
	}
	#left_column {
		width: 320px;
		float: left;
		margin-top: 10px;
		padding-right: 10px;
	}
	#right_column {
		width: 320px;
		float: left;
		margin-top: 10px;
		padding-left: 10px;
	}
	img.portfolio_image {
		float: left;
		margin: 0 20px 30px 0;
	}
	#portfolio dt {
		clear: both;
		margin-top: 30px;
		border-bottom:1px solid black;
		font-size: 16px;
		font-family: "arial", helvetica, sans-serif;
		font-weight: bold;
	}
	#portfolio dd {
		clear: both;
	}

/* --------------- style for the google map ---------------------*/
#map_canvas a {
  text-decoration: none;
  border: 0pt none;
}
