@charset "utf-8";
/* CSS Document */

body {
	height: 1000px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/a-beautiful-mind-xs.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	overflow: auto;
	}
body.image {
	background-image: url(../img/vagueback.jpg);
	}
a, a:link {
	color: #A00;
	}
a:hover {
	color: #F00;
	}
a:visited {
	color: #500;
	}
#mainText {
	width: 466px;
	background: url(../img/transback2.png);
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 75px;
	padding: 0 16px 0 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 2em;
	}
h1 {
	font-size: 47px;
	font-weight: bold;
	color: #C00;
	margin: 20px 0 40px 0;
	text-transform: uppercase;
	}
h2 {
	position: relative;
	left: 90px;
	width: 300px;
	height: 47px;
	text-indent: -9999px;
	background-image: url(../img/cathalijn_wouters.gif);
	margin-top: 25px;
	}
h3 {
	font-size: 1.1em;
	margin: 0;
	}
#mainText img {
	margin: 5px 10px 3px 0px;
	float: left;
	}
#mainText p {
	text-indent: 2.0em;
	margin-bottom: 20px;
	}
#mainText p.imageText {
	text-indent: 0;
	}
#artworkList, #artworkList2 {
	width: 95px;
	position: absolute;
	top: 160px;
	}
#artworkList img, #artworkList2 img {
	margin-bottom: 3px;
	border: 4px solid #999;
	}
#artworkList img.fancyBorder {
	border: 4px solid #000;
	}
#artworkList img:hover, #artworkList2 img:hover {
	border: 4px solid #C00;
	}	
#artworkList {
	left: 630px;
	}
#artworkList2 {
	left: 750px;
	}
#project20ref {
	position: absolute;
	top: 904px;
	left: 800px;
	}
#project20ref img {
	border: none;
	}
#mainText p.footer {
	text-indent: 0;
	text-align: center;
	font-size: 0.6em;
	color: #444;
	margin-top: 12px;
	margin-bottom: 6px;
	}

