/* Structure */

#content.home {
	margin:15px 0 0 0; /* 3 pixels removed from top margin to compensate for 3 px overhang from slideshow */
	width:100%;
	overflow: auto;
	}
#content.home div.billboard {
	width:457px; /* 459px with borders */
	height: 151px; /* 180px with borders and padding */
	background: white;
	float: left;
	border: 1px solid #D9D9D9;
	padding:27px 0 0 0;
	text-align: center;
	}
#content.home div.billboard.left { margin:18px 9px 0 0; }
#content.home div.billboard.left p {
	margin:18px 36px 0 36px;
	font-family: "franklin-gothic-ext-comp-urw",'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:30px;
	line-height: 27px;
	}
#content.home div.billboard.right { margin:18px 0 0 9px; }
		#content.home div.billboard.right div.orgholder {
			text-align: center; 
			padding:27px 8px 0 8px;
			}
			
			#content.home div.billboard.right div.orgholder img {
				margin: 8px;
			}