//NOTES FOR BRANDON

// li for bullet pts <li>***</li>
// p for body text <p>***</p>
// when saving tns - 50 pixels x 50 pixels
// when saving Lgs - 400 pixel high
// artistbooks_a.html is really the What the hell is an artist book page
// all individual artist books start with books.html and continue down artistbooks_b.html
// when editing the artist books page, you will have to change my script

// edit only after the "content" line for pop-ups: find this line javascript:popbooksb(); and replace the # and delete any unneccessary <a href="javascript:popbooksb();"> and </a> 

li {
	color: #000000;
}

body {
	background-image: url(images/wallback.gif); 
	background-color:#ccffcc;
	font-family:"Courier New", Courier, monospace;
	color:#990000;
	}

a:link {text-decoration:none; color:#990000;}
a:hover {text-decoration:underlines; color:#990000;}
a:visited {text-decoration:none; color:#990000;}

#nav {
	position: absolute;
	left: -48px;
	top: 43px;
	z-index:1;
	}

#navText {
	margin-left:5px;
}
	
.ceramics {
	position: absolute;
	left: 265px;
	top: 71px;
	z-index:1;
	}

.install {
	position: absolute;
	z-index:2;
	left: 180px;
	top: 79px;
	z-index:2;
	}

.cv {
	position: absolute;
	left: 208px;
	top: 35px;
	z-index:1;
	}
	
.books {
	position: absolute;
	left: 139px;
	top: 18px;
	z-index:1;
		}

.paper {
	position: absolute;
	left: 101px;
	top: 12px;
	z-index:2;
	}

.newwork {
	position: absolute;
	left: 55px;
	top: 7px;
	z-index:2;
	}

.links {
	position: absolute;
	left: 54px;
	top: 200px;
	z-index:1;
	}
	
.artist {
	position:absolute;
	left: 122px;
	top: 173px;
	z-index:1;	
	}
	
.back {
	position:absolute;
	z-index:-1;
	left: 59px;
	top: 5px;
	border: medium black solid;
	z-index:0;
	}
	
#content {
	position:absolute;
	left: 325px;
	top: 42px;
}

p.trip img {
	padding-right:10px;
	}

#contentXtra {
	position:absolute;
	width:230px;
	left: 10px;
	top: 360px;
}

.rollover{
font-size:small;
}

img#pc {
	position:absolute;
	left: 954px;
	top: 54px;
	width: 35px;
	height: 47px;
}

