/* styles common to all pages************************/
body {

	background-color: #ffffff;
	
	font-family: garamond;
	text-align:center;
}
/*main container*/
#wrapper {
	height: 600px;
	width: 800px;
	border: 1px solid #000000;
	position:relative;
	text-align: center;
	margin: 0 auto;
	}
/*embedded font*/	

  @font-face {
    font-family: Garamond;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/GARAMON1.eot);
  }
  @font-face {
    font-family: Garamond;
    font-style:  oblique;
    font-weight: normal;
    src: url(fonts/GARAMON0.eot);
  }

  
  #edwardhollandpainting {
	height: 28px;
	width: 300px;
	border: 0px solid #000000;
	position: absolute;
	top: 255px;
	right: 71px;
	left: 15px;
	text-align:left;
	padding-left:25px;
	color: #999999;
	font-size:25px;
}
/***************************************************/

/* index page***************************************/
#frontpageimage {
	height: 132px;
	width: 800px;
	position:absolute;
	background-image:url(images/splash.jpg);
	z-index:0;
	background-position:center;
	background-repeat:no-repeat;
	left: 0px;
	top: 277px;
}
#frontpagenav {
	font-size: 14px;
	width: 800px;
	height: 15px;
	border: 0px solid #000000;
	position:absolute;
	left: 1px;
	top: 411px;
}

#frontpagenav a {text-decoration: none;}
#frontpagenav a:link, #frontpagenav a:visited {color: #999999;}
#frontpagenav a:hover, #frontpagenav a:active  {color: #A52D0E;}
/***************************************************/

/* common elements for other pages******************/
#nav2 {
	font-size: 14px;
	padding-left: 5px;
	text-align:left;
	width: 66px;
	height: 15px;
	border: 0px solid #000000;
	position:absolute;
	left: 180px;
	top: 288px;
}
#nav2 a {text-decoration: none;}
#nav2 a:link, #nav2 a:visited,#nav2 a:active {color: #999999;}
#nav2 a:hover  {color: #A52D0E;}

.orange {color: #A52D0E;}

.indent {
margin-left:20px;}
.indent2 {
margin-left:49px;}



/* bio page*****************************************/
#bio{
	color:#999999;
	position:absolute;
	left: 340px;
	top: 17px;
	font-size:14px;
	text-align:left;
	width: 438px;
	height: 556px;
	overflow:auto;
	}


pre{
color:#999999;
	font-size:14px;
	text-align:left;
	
	font-family: garamond;
	

}
/***************************************************/

/*contact page**************************************/

.italic{font-family: Garamond;
    font-style:  italic;
	color: #A52D0E;}

#contact{
	color:#999999;
	
	position:absolute;
	left: 417px;
	top: 265px;
	font-size:14px;
	text-align:left;
}
	
/***************************************************/

/*paintings page************************************/
#paintingstarget{
	color:#999999;
	position:absolute;
	left: 337px;
	top: 3px;
	font-size:14px;
	text-align:center;
	
	border: 0px solid #000000;
	height: 600px;
}

#thumbnails{
	color:#999999;
	position:absolute;
	left: 11px;
	top: 16px;
	font-size:14px;
	text-align:left;
	width: 300px;
	height: 237px;
	overflow : auto;
}

#desc{
	color:#999999;
	position:absolute;
	
	font-size:14px;
	text-align:left;
	width: 439px;
	height: 33px;
	
	position:relative;
}

#title{
margin-top:10px;

	color:#999999;
	font-size:14px;
	font-style:italic;
	text-align:left;
	
	}
	
	#medium{
	color:#999999;
	font-size:14px;

	text-align:left;
	}
	
	#dimensions{
	color:#999999;
	font-size:14px;
	
	
	text-align:left;
	}
	
	#date{
	color:#999999;
	font-size:14px;
	
	text-align:left;
	}

#sold{
	color:#A52D0E;
	font-size:14px;
	
	text-align:left;
	}

.thumbnailimage {
width: 88px;
height: 55px;
float:left;
margin-left:2px;
margin-top:2px;
border: 1px solid #000000;

} 


table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
}  
/***************************************************/	

/*statement page************************************/
 #statement{
	color:#999999;
	position:absolute;
	left: 340px;
	top: 148px;
	font-size:14px;
	text-align:left;
	width: 364px;
	height: 355px;
}
/***************************************************/	
