body {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

body {
	background-color: #000;
	margin: 5% auto 0px auto;
	text-align: center;
}

div.centered  {text-align: center;}

#whitewrapper {
	position: relative;
	background-color: white;
	border: 30px solid white;
	width: 700px;
	text-align: left;
	margin: 0px auto 0px auto;
}
#redwrapper_paintings, #redwrapper_statement, #redwrapper_resume, #redwrapper_sculpture, #redwrapper_exhibitions {
	width: 230px;
	height: 368px;
	background-color: #883A2D;
	border: 1px solid white;
}

/* each page has separate image for title */
#redwrapper_paintings {background-image:url(images/paintings.gif);}
#redwrapper_statement {background-image:url(images/statement.gif);}
#redwrapper_resume {background-image:url(images/resume.gif);}
#redwrapper_sculpture {background-image:url(images/sculpture.gif);}
#redwrapper_exhibitions {background-image:url(images/exhibitions.gif);}

#greywrapper {
	position: absolute;
	top: 0px;
	left: 243px;
	width: 456px;
	height: 368px;
	background-color: #70695F;
	z-index: 100;
/* Pascal hack to hide from other browsers except NN4 */
/* NN4 needs border around div to display to correct width and height */
	 /*/*/ /*/ 
	border: 1px solid white;
	left: 260px;
	top: 33px;
	 /* */ 

}


#thumbs { margin: 238px 8px 8px 8px; z-index: 400;}

#fullsize {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
        	position: absolute;
        	left: 103px;
        	top: 12px;
		z-index: 200;
		border: none;
}

#fullsize_paint {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
        	position: absolute;
        	left: 103px;
        	top: 18px;
		z-index: 300;
		border: none;
}

#links {	
	position: relative;
	background-color: black;
	width: 760px;
	text-align: right;
	margin: 0 auto 0 auto;
	color: #fff;
	padding: 10px 0 10px 0;
}

a {text-decoration: none}
a:link {color: #fff;}
a:visited {color: #fff;}
a:hover {color: #cc0000;}
a:active {color: #FD0000;}

#credits { width: 760px; margin: 0 auto 0 auto;
color: #fff; font-size: 10px; 
text-align: left; padding: 10px 0 10px 0;}

/* biography text */
#fullsizeText {
		position: relative;
		margin: 10px 10px 10px 10px;
		height: 330px;
		overflow: auto;
		color: #fff;
		border: none;
		padding-right: 16px; /* for the benefit of macIE5 only */ 
}


/* \ commented backslash hack - recover from macIE5 workarounds, it will ignore the following rule */
#fullsizeText { padding-right: 5px; }
#fullsize_hor {

		margin: 0 0 0 0;
		padding: 0 0 0 0;
        position: absolute;
        left: 5px;
        top: 35px;
		z-index: 200;
		border: none;
}
#fullsize_square {

		margin: 0 0 0 0;
		padding: 0 0 0 0;
     	position: absolute;
       	left: 58px;
      	top: 10px;
		z-index: 200;
		border: none;
}
