/* CSS Document */



/***************** BODY ***************** */


body {
	margin: 0;
	padding: 0;
	text-align: center;
    background-color: #CDCBC2;
}



p, ul, li, dl, dt, dd, h1, h2, h3 {

	padding: 0;
	margin: 0;
	
}



/***************** SFONDOWRAPPER ***************** */


#sfondowrapper {
	background-color: #DDDCD5;
	text-align: left;
	margin: auto;
	width: 898px;
	background-image:url(graphics/sfumatura.gif);
	
}
/***************** MAIN WRAPPER ***************** */

#mainwrapper {
	width: 880px;
	margin: auto;
	text-align: left;
	background-color: #DDDCD5;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BEBCAD;
	border-left-color: #BEBCAD;
}



/***************** HEADER ***************** */

#headerholder {
	clear: both;
	width: 880px;
	
}

#headertop {
	clear: both;
	width: 880px;
     height: 0px;
	background-color: #B7BEC6;
}


#headerimage {
	background-image: url(graphics/headerimage.jpg);
	width: 880px;
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 0px;
}


.headerbot {
	background-image: url(graphics/toptrialdown.jpg);
	clear: both;
	height: 22px;
	width: 705px;
	padding-top: 4px;
	padding-left: 75px;
	background-repeat: no-repeat;
	margin-bottom: 16px;
}



/***************** TOP MENU ***************** */

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing:0px;
	text-transform: uppercase;
	margin: 0;
	text-align:center;
	
	background-color: #B7BEC6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #932F2F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #932F2F;
	padding-top: 40px;

	background-image: url(graphics/signblue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#menu ul {

	list-style:none;
	padding:0;
	
}


#menu li {

    
    display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CACACA;	
	
}


#menu li a:link {

	
	padding: 2px 4px;
	text-decoration: none;
	color: #F4F4F4;
	border: none;
		
	}
	
	
#menu li a:visited {
	
	padding: 2px 4px;
	text-decoration: none;
	color: #EFEFEF;
	border: none;
		
	}
	
	
#menu li a:hover {
	padding: 2px 4px;
	color: #E4E4E4;
	
	}	



/***************** COLOR FRO POSTERS AND PRINTS   **************** */

.stylepandp {

color: #EBDEDE}

/***************** DIV FOR GOOGLE SEARCH BAR   **************** */


form, input {
	margin: 0;
}



#search {
	clear: both;
	margin-top: 10px;
	text-align: right;
	padding-right: 50px;
	
	
}

#topspacer {
	height: 15px;
}


/***************** CONTENTS ***************** */

#contents {

	clear: both;
	font-size: small;
	background-color: #DDDCD5;

}

/***************** AD **************** */

#ad {
	float: left;
	width: 120px;
	padding-top: 20px;
	padding-right: 4px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #E5E5E5;
	text-align: center;
}





#ad a:link {
	color: #FFFEE1;
	text-decoration: none;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#ad a:visited {
	text-decoration: none;
	color: #FFFEE1;
	border: none;
	font-weight: bold;
}

#ad a:hover {
	text-decoration: underline;
	color: #E2DEDE;
	border: none;
	font-weight: bold;
}

#ad p {
	
	clear: both;
	margin-bottom: 1em;
}





/***************** LARGE TEXT HOLDER   **************** */


.text {
	width: 670px;
	padding-left: 20px;
	padding-right: 8px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}

.text a:link {
	text-decoration: none;
	color: #4E81A3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C0B4;
}

.text a:visited {
	text-decoration: none;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.text a:hover {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C5C0B4;
	background-color: #F2F2F2;
	}	
	
	
.text p{
	margin-bottom: .6em;	
}


/***************** TEXT LEFT   **************** */
	
.textleft {
	width: 520px;
	padding-left: 16px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}

.textleft p{
	margin-bottom: .6em;
	
}


.textleft a:link {
	text-decoration: none;
	color: #6394B4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C0B4;
}

.textleft a:visited {
	text-decoration: none;
	color: #6394B4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.textleft a:hover {
	text-decoration: none;
	color: #616161;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C5C0B4;
	background-color: #F2F2F2;
	}	
	
/***************** RIGHT BAR   **************** */
	
.rightbar {
	float: right;
	width: 200px;
	padding-top: 35px;

}




/***************** BACKGROUND IMAGE FOR SIDEBAR COLOR   **************** */


#bckgrnd {
	background-image: url(graphics/backgrndlarge.jpg);
	background-repeat: repeat-y;
}


#bckgrndfulltext {
	background-image: url(graphics/backgrndlargefull.jpg);
	background-repeat: repeat-y;
}



/***************** IMAGE HOLDER  FOR SIDEBAR ***************** */


/***************** IMAGE HOLDER TO FOR MAINTEXT ***************** */

.imagehold{
	float: left;
	color: #585858;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 1px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 1px;
	padding-bottom: 1px;
}




.imagehold a:link {
	color: #B48181;
	text-decoration: none;
	border: none;
	
}
.imagehold a:visited {
	text-decoration: none;
	color: #B48181;
	border: none;
	
}
.imagehold a:hover {
	text-decoration: underline;
	color: #A09494;
	border: none;
	
}

.imagehold img{
     margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #ffffff;

}

.imagehold p{
	clear: both;
	margin-bottom: .4em;	
}




/***************** DOTTED LINE TEXT SIDEBAR HOLDER ***************** */


.boxdottedline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8B8B8B;
	width: 80%;
	text-align: left;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	font-size: 85%;
	padding: 7px;
	border: 1px solid #B7BEC6;
}

.boxdottedline a:link {
	text-decoration: none;
	color: #7EA5C0;
	
}

.boxdottedline a:visited {
	text-decoration: none;
	color: #7EA5C0;
	
}

.boxdottedline a:hover {
	text-decoration: underline;
	color: #999999;
	background-color: #F2F2F2;		
	}	


.boxdottedline p {
	margin-bottom: 0.6em;
	clear: both;		
	}	
	
	.boxdottedline img {
	margin-bottom: 4px;	
		
	}	
	
/***************** BOX IMAGE WITH CAPTION IN VERDANA ***************** */


.boximagecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	text-align: center;
	width: 90%;
	margin-top: 16px;
	padding-top: 4px;
	margin-right: auto;
	margin-left: auto;
}


.boximagecaption a:link {
	color: #333333;
	text-decoration: none;
	border: none;
}

.boximagecaption a:visited {
	text-decoration: none;
	color: #B48181;
	border: none;
}

.boximagecaption a:hover {
	text-decoration: underline;
	color: #BEB6B6;
	border: none;
}

.boximagecaption img{

	border: 1px solid #666600;
}

.boximagecaption p{
	clear: both;
	margin: .6em;
}



/***************** TABLE STYLES ***************** */

table {
	border: 1px solid #CCCCCC;
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
}


td {
border:1px solid #CCCCCC;
margin:0;
padding: 25px;

}

.column 

{
	background-color: #F2F3EB;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;

}


/****************************  STYLES FOR TABLE LINKS   **********************/

.tablelinks  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;

}


.tablelinks a:link {
	color: #B48181;
	text-decoration: none;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;	
}

.tablelinks a:visited {
	text-decoration: none;
	color: #B48181;
	border: none;
	font-style: italic;	
}

.tablelinks a:hover {
	text-decoration: underline;
	color: #BEB6B6;
	border: none;
	font-style: italic;	
}



/***************** TEXT HEADINGS ***************** */


h1 
{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 200%;
	color: #333333;
	letter-spacing: 0px;
	margin-bottom: 10px;
	text-transform: none;
	font-weight: normal;
	margin-top: 16px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: 2px;
	color: #A05F5F;
	width: 90%;
	margin-top: 24px;
	margin-bottom: 3px;
	clear: both;
	background-image: url(graphics/spacerboxw.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 18px;
}


h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: 2px;
	color: #A05F5F;
	width: 90%;
	margin-top: 24px;
	margin-bottom: 3px;
	clear: both;
	background-image: url(graphics/spacerboxw.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 18px;
}



/***************** LIST FOR DATES ***************** */

#navcontainer 
{
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	color: #999999;
	margin-left: 10px;
	margin-right: 10px;

}


#navcontainer a:link {
	color: #B48181;
	text-decoration: none;
		margin-right: 50px;
		margin-left: 50px;
	border: 1px solid #B48181;
	padding-right: 3px;
	padding-left: 3px;		
	
	
}

#navcontainer a:visited {
	color: #B48181;
	font-size: 100%;
	text-decoration: none;
	border: none;
		margin-right: 50px;
		margin-left: 50px;
    padding-right: 3px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: 1px solid #B48181;	
	
	}
	
	
#navcontainer a:hover {
	color: #999999;
	font-size: 100%;
	margin-right: 10px;
		margin-right: 50px;
		margin-left: 50px;
	text-decoration: none;
	background-color: #F5F5F5;
	border: 1px solid #BFB7A6;
	padding-right: 3px;
	padding-left: 3px;
}

/***************** SINGLE WORK PAGE ***************** */

#workholder {
	width: 720px;
	padding-left: 16px;
	padding-right: 8px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}	

  /***************** navigation previous and next ***************** */

#workinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	
}


 /***************** contains extra to the right of the tile and work information ***************** */
#workextra {
	float: right;
	text-align: center;
	margin-bottom: 8px;
	margin-right: 16px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}



#workextra a:link {
	color: #B48181;
	text-decoration: none;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#workextra a:visited {
	text-decoration: none;
	color: #B48181;
	border: none;
}

#workextra a:hover {
	text-decoration: underline;
	color: #BEB6B6;
	border: none;
}

#workextra p {
	margin-bottom: 4px;	
}



 /***************** contains extra to the right of the tile and work information ***************** */
#workextrapainting {
	float: right;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 8px;
	margin-right: 16px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 85%;
}



#workextrapainting a:link {
	color: #B48181;
	text-decoration: none;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#workextrapainting a:visited {
	text-decoration: none;
	color: #B48181;
	border: none;
}

#workextrapainting a:hover {
	text-decoration: underline;
	color: #BEB6B6;
	border: none;
}

#workextrapainting p {
	margin-bottom: 4px;	
}

#workextrapainting img {
	padding-bottom: 4px;	
}


 /***************** contains extra to the right of the tile and work information ***************** */
#workextraetchings {
	float: right;
	text-align: center;
	margin-top: 36px;
	margin-bottom: 8px;
	margin-right: 16px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 85%;
}



#workextraetchings a:link {
	color: #B48181;
	text-decoration: none;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#workextraetchings a:visited {
	text-decoration: none;
	color: #B48181;
	border: none;
}

#workextraetchings a:hover {
	text-decoration: underline;
	color: #BEB6B6;
	border: none;
}

#workextraetchings p {
	margin-bottom: 4px;	
}

#workextraetchings img {
	padding-bottom: 4px;	
}

 /***************** contains title and informatipon and navigation ***************** */

#title {
	float: left;
	width: 300px;
	border: 1px solid #B7BEC6;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
 


h2.work{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-image: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	letter-spacing: 1px;
}



  /***************** navigation previous and next ***************** */
  
  
  
#worknavigation {
	background-image: url(graphics/navigationworkB.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 30px;
	width: 120px;
	padding-bottom: 2px;
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
}

#worknavigation a:link {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 0px;
	border-bottom-style: none;

	
}

#worknavigation a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 0px;
	border-bottom-style: none;
	
}

#worknavigation a:hover {
	text-decoration: underline;
	color: #999999;
	background-color: #F2F2F2;
	border-bottom-width: 0px;
	border-bottom-style: none;		
	}
	
/***************** holds big image under information ***************** */
	#workimage {
	clear: both;
	float: left;
	margin-top: 8px;
	margin-bottom: 24px;
}
	 

/***************** SIMPLE GRAY LINE ***************** */


.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


/***************** CLEAR ***************** */

.clear {
	clear: both;
}

/***************** CENTER ALIGN ***************** */

.calgn {
	
	text-align: center;
}

.romntimescenter {
	font-family: "Times New Roman";
	text-align: center;
	font-size: 140%;
}

.adtitle {
	font-family: "Times New Roman";
	text-align: center;
	font-size: 140%;
	color: #E6E3CC;
}


/***************** LEFT ALIGN ***************** */



.lalgn{
	text-align: left;
}

.floatleft{
	text-align: left;
	float: right;
	margin-left: 8px;
}


/***************** 50 PERCENT BOX CENTER ALIGN ***************** */

.box50percentcenter {
	float: left;
	width: 47%;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
}



/***************** 50 PERCENT BOX LEFT ALIGN ***************** */


.box50percent {
	float: left;
	width: 48%;
	margin-top: 8px;
	margin-bottom: 8px;
	
}




/***************** BASIC LINKS ***************** */

.links ul{



}

.links li{
	padding-bottom: 14px;
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 1.0em;
	background-image:url(graphics/diamondsmalll.gif);
	list-style:none;
	
	

}


.links a:link {
	color: #7EA5C0;
	text-decoration: none;
	border: none;
}

.links a:visited {
	text-decoration: none;
	color: #7EA5C0;
	border: none;
}

.links a:hover {
	text-decoration: underline;
	color: #BEB6B6;
	border: none;
}


/****************************  CLASSIC SMALL VERDANA TEXT   **********************/

.four  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;

}


.four a:link {
	color: #B48181;
	text-decoration: none;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.four a:visited {
	text-decoration: none;
	color: #B48181;
	border: none;
}

.four a:hover {
	text-decoration: underline;
	color: #BEB6B6;
	border: none;
}

/***************** PAGE LIST ***************** */
.checkmark {
	
	background-image: url(graphics/chkmrktrans.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 0px;
	color: #333333;
	
}


.magnify {
	background-image: url(graphics/magnfyglasslightbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 0px;
	clear: none;	
}

/***************** PAGE LIST ***************** */
.pagessimple ul{



}

.pagessimple li{
	
	
	

	padding-bottom: 8px;
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 1.5em;
	background-image:url(graphics/page.gif);

	
	list-style:none;
	
	

}	

/***************** BULLET LIST ***************** */

.simplebullet ul{

}

.simplebullet li{


	padding-bottom: 4px;
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 1.1em;
	background-image:url(graphics/bullets/cross.gif);
	list-style:none;
	
	

}

	


/***************** FOOTER ***************** */


#footer {
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height: 148px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #B7BEC6;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #932F2F;
	font-size: 70%;
}

.footermenu {
	float: left;
	width: 160px;
	height: 100px;
	margin-top: 4px;
	margin-right: 7px;
	margin-bottom: 4px;
	margin-left: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.footermenu ul{

}

.footermenu li{
	padding-bottom: 4px;
	list-style-image: none;
	list-style-type: none;	
	
	

}

.footermenu  li a:link {

	
	text-decoration: none;
	color: #EFEFEF;
	border: none;
		
	}
	
	
.footermenu  li a:visited {
	
	text-decoration: none;
	color: #EFEFEF;
	border: none;
		
	}
	
	
.footermenu  li a:hover {
	color: #E4E4E4;
	
	}	
	
	.footertopic
	
	{
	color: #A05F5F;
	
	}
	

	
	#graybottom {
	text-align: center;
	background-color: #BDBDB5;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #EFEFEF;
	padding: 8px;
	}
	
	#graybottom a:link {

	
	text-decoration: none;
	color: #FFFFFF;
	border: none;
		
	}
	
	
#graybottom a:visited {
	
	text-decoration: none;
	color: #FFFFFF;
	border: none;
		
	}
	
	
#graybottom a:hover {
	color: #E4E4E4;
	
	}	
	
	
	
			
.artcom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	float: right;
	height: 100px;
	width: 170px;
	text-align: center;
	background-image: url(graphics/artdotcombox.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/***************** art.com box ***************** */
.artcombox {
	
	text-align: center;
	float: right;
	width: 100px;
	color: #9F9F8D;
	font-family: "Times New Roman";
	padding: 2px;
	border: 1px solid #B1B1A3;
}

.artcombox a:link {
	text-decoration: none;
	color: #9F9F8D;
	border: none;
	font-family: "Times New Roman";		
	}
	
	
.artcombox a:visited {
	
	text-decoration: none;
	color: #9F9F8D;
	border: none;
	font-family: "Times New Roman";	
		
	}
	
	
.artcombox a:hover {
	color: #CCCCCC;
	font-family: "Times New Roman";	
	}	
	
	
	
	
	
	/***************** art.com box B ***************** */
.artcomboxb {
	
	text-align: center;
	float: right;
	width: 100px;
	color: #9F9F8D;
	font-family: "Times New Roman";
	padding: 2px;
	border: 1px solid #B1B1A3;
	margin-right: 200px;
}

.artcomboxb a:link {
	text-decoration: none;
	color: #9F9F8D;
	border: none;
	font-family: "Times New Roman";		
	}
	
	
.artcomboxb a:visited {
	
	text-decoration: none;
	color: #9F9F8D;
	border: none;
	font-family: "Times New Roman";	
		
	}
	
	
.artcomboxb a:hover {
	color: #CCCCCC;
	font-family: "Times New Roman";	
	}	
	
	
	
	
	
	/***************** art.com box OLD ***************** */
.artcomboxold {
	background-image: url(graphics/com_icons/artcomsingleworks.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	float: right;
	width: 140px;
	color: #9F9F8D;
	font-family: "Times New Roman";
	padding: 4px;
	border: 1px solid #B1B1A3;
}

.artcomboxold a:link {

	
	text-decoration: none;
	color: #9F9F8D;
	border: none;
		
	}
	
	
.artcomboxold a:visited {
	
	text-decoration: none;
	color: #9F9F8D;
	border: none;
		
	}
	
	
.artcomboxold a:hover {
	color: #CCCCCC;
	
	}	
	
	
	
	
	
	
	/***************** art.com bo float left ***************** */
	
	.artcomboxleft {
	background-image: url(graphics/com_icons/artcombox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	float: left;
	width: 140px;
	padding-top: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F9F8D;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #9F9F8D;
	margin-top: 16px;
	clear: both;
}

.artcomboxleft a:link {

	
	text-decoration: none;
	color: #9F9F8D;
	border: none;
		
	}
	
	
.artcomboxleft a:visited {
	
	text-decoration: none;
	color: #9F9F8D;
	border: none;
		
	}
	
	
.artcomboxleft a:hover {
	color: #CCCCCC;
	
	}	



.prcsimage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-image: url(graphics/com_icons/posteraddgraybetterempty.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 24px;
	width: 140px;
	text-align: center;
	padding-top: 16px;
}

.prcsimage a:link {

	
	text-decoration: none;
	color: #2F50AD;
	border: none;
		
	}
	
	
.prcsimage a:visited {
	
	text-decoration: none;
	color: #2F50AD;
	border: none;
		
	}
	
	
.prcsimage a:hover {
	color: #999999;
	
}	
		/***************** COMPLETE ETCHING IMAGE ***************** */
		
		
			
#completeetchings {	background-image: url(graphics/etchningbackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 360px;
	width: 293px;
	margin-left: 8px;
}

		/***************** GOOGLE AD HOLDER ***************** */
#gooad {
    width: 480px;
	clear:both;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-left: 142px;
	
}
#googads {
padding-top: 10px;
}

/************************** TOP AD FOR COMPLETE INTERACTIVE VERMEER CATALOGUE ********************/

#completecatalogueadsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 510px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	border: 2px solid #999999;
	background-color: #F4F1F0;
	height: 100px;
	background-image: url(graphics/astronomer_ad_C.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 350px;
	text-align: center;
	color: #29222F;
}

#completecatalogueadsmall p{
	
	font-size: 85%;
	margin-bottom: 4px;
	
}


#completecatalogueadsmall a:link {

	
	text-decoration: none;
	color: #2B5580;
	border: none;
		
	}
	
	
#completecatalogueadsmall a:visited {
	
	text-decoration: none;
	color: #2B5580;
	border: none;
		
	}
	
	
#completecatalogueadsmall a:hover {
	color: #2B5580;
	
	}	
