


/* ------------------------------------------------------------------------------------------------------*/
/* STYLES SPECIFIC TO THE "HOME" PAGE -------------------------------------------------------------*/


#mainContent { background: none; } /* get rid of vertical rule */


/* Definitions for two-column layout  */

.twoColumnBlock .col1 {
	float: left;
	width: 280px;
	margin-right: 65px;
	text-align: left;
}

.twoColumnBlock .col2 {
	float: left;
	width: 570px;
	text-align: center;
}




#home .col1 h1 { float: none; }





.paintingContainer { 
	text-align: center;
	margin: 0 -17px 0 17px; /* Adjust centering for dropshadows */
}

.painting { 
	min-height: 390px;	/* Force the height of the painting area so that the specs stay in the same vertical position */
	height: 390px;
}

/* Flexible drop shadows for artwork images */

div.imgShadow {
	background: url(../images/work/artwork_shadow.png) no-repeat bottom right;
	float: left; /* set the div to "shrinkwrap" the artwork image  */
	margin: 0 17px 15px 0; /* */
	padding: 0;
}

div.shadowMask {
	background: url(../images/work/shadow_mask.png) no-repeat top left;
	padding: 0 17px 15px 0;
	float: left;
}

div.paintingBackground {
	/*background: #ffffff;*/
}
