@charset "UTF-8";
/* CSS Document */
body { font-family:arial, sans-serif; margin:0px auto;color:#333333; }
#wrapper { margin:0px auto;width:1000px;height:722px;  }
#leftColumn { width:250px;height:100%;float:left;}
#rightColumn { width:743px;margin-top:7px;margin-left:5px;float:left; }

/* --- COMMON ----------------------------------------------------------------- */
.clr { clear:both }
.aBox { margin:0px 0px 50px 16px;
		float:left;
		width:225px;
		height:171px; 
		cursor:pointer;
		font-size:0.9em;
		font-color:#333333;
		text-align: center;
		}
.theInformation { 
	margin-left:200px;
	text-align:left; 
	margin-top:-18px;
}	
.aPaintingBlock	{ 
	display:none; 
	text-align:center; 
}
.Bold700 { font-weight:700 }
.copyrightPop {font-size:0.8em;}

/*-- original page css -- */
.artistname {  font-size:30px;float:left;margin-left:20px;margin-top: 146px; cursor:pointer; }
#artiststatement { float:left;text-align:left;margin-top: 10px; width:250px; padding-right:19px;font-size:0.9em;}
#sd-logo	{ float:left;cursor:pointer }		
.theLinks { margin-top:20px;line-height:160%;font-size:16px; font-weight:700; }
a.discreetLink			{ color:#6666cc;text-decoration:none; }
a.discreetLink:hover 	{ color:#0000ff;text-decoration:underline;  }	
.surfacedeepheader		{ font-size: 16px; line-height: 21px; font-weight: 700;color:#333333; }			
					
/* --- CSS FOR POPUP ------------------------------------------------------------- */
#backgroundPopup{
					display:none;
					position:fixed;
					_position:absolute; /* hack for internet explorer 6*/
					height:100%;
					width:100%;
					top:0;
					left:0;
					background:#000000;
					border:1px solid #cecece;
					z-index:1;
					margin-top:-20px;
}

#popupContact{
					display:none;
					position:fixed;
					_position:absolute; /* hack for internet explorer 6*/
					height:630px;
					width:744px;
					background:#FFFFFF;
					border:2px solid #cecece;
					z-index:2;
					padding:12px;
					font-size:13px;
}


#popupContactClose{
					font-size:14px;
					line-height:14px;
					right:6px;
					top:4px;
					position:absolute;
					color:#3333ff;
					font-weight:700;
					display:block;
					cursor:pointer;
}


