body{ 
	text-align:center;
	background-color:#000;
	font-family:Courier New;
	}
#m
{
	margin:0 auto;
	width:1000px;
	height:680px;
	background-image:url(/images/background.jpg);
	border:10px solid #2a1500;
	position:relative;
}

h1,h1,h3,h4
{
	color:#fff;
	font-weight:normal;
}
h1{ font-size:32px;}
h2{ font-size:24px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
p{font-size:16px;}

.dialog
{
	width:120px;
	position:absolute;
	/*display:none;*/
	/*background-image:url(images/dialog2.png);*/
	filter:alpha(opacity=80);
	opacity:0.8;
	/*background-color:#000;*/
	cursor:pointer;
}
.dialog p
{
	margin-top:23px;
	/*background-color:#000;*/
	color:#fff;
	font-size:14px;
	text-align:left;
}
.marker
{
	position:absolute;
	cursor:pointer;
}



/* Here are the boxes. */
#clayface
{
	left:395px;
	top:140px;
	width:120px;
	height:170px;
	/*border:1px solid #000;*/
}
#clayface_speaks
{
	left:500px;
	top:160px;
}

#giraffe
{
	left:205px;
	top:300px;
	width:140px;
	height:170px;
	/*border:1px solid #000;*/
	
}
#giraffe_speaks
{
	left:80px;
	top:340px;
	/*border:1px solid #000;*/
}
#tallman
{
	left:575px;
	top:310px;
	width:90px;
	height:190px;
	/*border:1px solid #000;*/
	
}
#tallman_speaks
{
	left:675px;
	top:300px;
	/*border:1px solid #000;*/
	
}


#buddha
{
	left:470px;
	top:0px;
	width:110px;
	height:100px;	
}
#buddha_speaks
{
	left:585px;
	top:0px;
	width:110px;
	height:100px;	
	
}

#birds
{
	left:710px;
	top:420px;
	width:120px;
	height:120px;	
}
#birds_speaks
{
	left:840px;
	top:420px;
	width:110px;
	height:100px;	
}




.overlay
{
	position:absolute;
	z-index:100;
	width:800px;
	height:600px;
	left:100px;
	top:30px;
	background-color:#2a1500;
	border:10px solid #fff;
	border-right:0px;
	filter:alpha(opacity=90);
	opacity:0.9;
	padding:20px;
	font-size:23px;
	color:#fff;
	scroll:auto;
	overflow:scroll;
	text-align:left;
}
a{
	color:#FFF;
	text-decoration:none;
	font-style:italic;
}
a:hover
{
	text-decoration:underline;
}
.close_button
{
	position:absolute;
	right:64px;
	top:6px;
	height:24px;
	width:87px;
	/*background-color:#000;*/
	padding:4px;
	background-image:url(/images/close-button.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:99999;
}
label{
	display:block;
	clear:both;
}
.piece
{
	/*width:220px;*/
	text-align:left;
	/*float:left;*/
	font-size:14px;
	position:relative;
	/*height:250px;*/
	margin:10px;
}
.title,.by
{
	width:200px;
}
.description
{
	position:absolute;
	top:0;
	left:300px;
}
.expand
{
	font-size:20px;
/*	text-align:center;*/
}
.expand a
{
	color:#6FF !important;
}
#loading{
	display:none;width:100%;height:800px;background-color:#000;filter:alpha(opacity=80);
	opacity:0.8;text-align:center;padding:50px;
	position:absolute;
	top:2px;
	left:2px;
	z-index:9999;
	color:#fff;
}
#loading a{
	color:red;
	
}

.col
{
	float:left;
	width:380px;
	font-size:14px;
	text-align:left;
}
#show-text
{
	position:absolute;
	left:10px;
	top:0px;
	color:#fff;
	text-align:left;
}
#header-text
{
	position:absolute;
	top:-40px;
	font-style:normal;
	left:-10px;
}
#header-text a
{
	font-style:normal;
	font-size:18px;
	font-weight:normal;
}
#lauramoulton
{
	position:absolute;
	top:-40px;
	font-style:normal;
	left:850px;
}
#lauramoulton a
{
	font-style:normal;
	font-size:18px;
	font-weight:normal;
}




.notice
{
	color:#FF0;
}
