@charset "utf-8";
/* CSS Document */

/* font stuff */

.white-14px {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;}

.grey-12px {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#787878;}

.grey-22px {font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:bold;
color:#787878;}

.black-22px {font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:bold;
color:#000000;}

.black-30px {font-family:Arial, Helvetica, sans-serif;
font-size:30px;
font-weight:bold;
color:#000000;}

.grey-30px {font-family:Arial, Helvetica, sans-serif;
font-size:30px;
font-weight:bold;
color:#787878;}

.black-18px-times {font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#000;}

a.white:link {
	color: #ffffff;
}

a.grey:link {
	color: #787878;
}

a {
	text-decoration:none;
}

/* This content is for all pages */

#exhibitions_link_box { /* this is a clear hovering box that allows the exhibitions head to link back */
	position:absolute;
	top:2px;
	left:993px;
	width:118px;
	height:130px;
	margin:auto;
	border:none;
	z-index:4;
}

#exhibition_link_box { /* this is a clear hovering box that allows the exhibitions head to link back */
	position:absolute;
	top:5px;
	left:10px;
	width:305px;
	height:120px;
	margin:auto;
	border:none;
	z-index:4;
}

#wraper { /* This makes everything nice and centered in the browser */
	position:relative; 
	top:0px;
	left:0px;
	width:1120px;
	height:950px;
	margin:auto;
	border:none;
	z-index:1;
	background:#000;
	
}

#headder { /* This is where the exhibition logo and vsw exhibitions head go */
	position:absolute;
	top:0px;
	left:10px;
	width:1100px;
	height:130px;
	border:none;
	background-image:url(images/Result-Zero-banner.gif);
	z-index:2;
}

#headder-text { /* this is the little text area in the middle of the banner image */
	position:absolute;
	top:5px;
	left:325px;
	width:600px;
	height:120px;
	border:none;
	z-index:3;
}

#body { /* This is the white main container space for the exhibition materials */
	position:absolute;
	top:135px;
	left:10px;
	width:1100px;
	height:700px;
	border:none;
	z-index:2;
	background:#FFF;
}

#statement { /*this is the left hand pannel for text */
	position:absolute;
	top:160px;
	left:62px;
	width:350px;
	height:630px;
	z-index:3;
	border:thick;
	overflow:scroll;
}

#statement2 { /*this is the left hand pannel for text */
	position:absolute;
	top:160px;
	left:62px;
	width:350px;
	height:630px;
	z-index:3;
	border:thick;
	overflow:scroll;
}

#image { /* image space oin right hand side */
	position:absolute;
	top:160px;
	left:410px;
	width:665px;
	height:620px;
	border:none;
	z-index:3;
}

#poster { /* image space oin right hand side */
	position:absolute;
	top:174px;
	left:550px;
	width:445px;
	height:620px;
	border:none;
	z-index:3;
}

#img_nav { /* image navigation space oin right hand side */
	position:absolute;
	top:775px;
	left:450px;
	width:620px;
	height:40px;
	border:none;
	z-index:3;
}


#dl { /* DL link holder */
	position:absolute;
	top:800px;
	left:90px;
	width:287px;
	height:20px;
	border:none;
	z-index:3;
}

#dl2 { /* DL link holder */
	position:absolute;
	top:786px;
	left:610px;
	width:360px;
	height:20px;
	border:none;
	z-index:3;
}


#dl3 { /* DL link holder */
	position:absolute;
	top:800px;
	left:90px;
	width:287px;
	height:20px;
	border:none;
	z-index:3;
}

#footer { /* copyright stuff */
	position:absolute;
	top:860px;
	left:-39px;
	width:500px;
	height:20px;
	border:none;
	z-index:2;
}

