/* CSS Document */
body {
	background-color:#000000;
}

img {
	border: none;
}

#mainArea {
	width: 755px;
	position: relative;
}

#spacer {
	position: relative;
	width: 755px;
	height: 55%;
}

#header {
	background-image:url(images/header.gif);
	background-position: top;
	background-repeat:no-repeat;
	width: 755px;
	height: 146px;
	position: relative;
	float:left;
}

#footer {
	background-image:url(images/New_Bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:755px;
	height:10px;
	position: relative;
	float: left;
}

#bodyArea {
	width: 755px;
	position: relative;
	float: left;
	text-align:left;
}

#midColumnGrow {
	background-image: url(images/mid_Grow.gif);
	background-position:top;
	background-repeat:repeat-y;
	width: 755px;
	position: relative;
	float: left;
}

#leftColumn {
	background-image: url(images/left_column_bkgd.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 481px;
	position: relative;
	padding-bottom: 50px;
	float: left;
}

#leftColumnGrow {
	background-image: url(images/lc_bkgd_grow.gif);
	background-position:top;
	background-repeat:repeat-y;
	width: 481px;
	position: relative;
	float: left;
}

#rightColumn{
	background-image:url(images/right_column_bkgd.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 274px;
	height: 454px;
	position:relative;
	float:left;
}

#rightColumnGrow {
	background-image: url(images/rc_bkgd_grow.gif);
	background-position:top;
	background-repeat:repeat-y;
	width: 274px;
	height: 100%;
	position: relative;
	float: left;
}

#copy {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:19px;
	color:#6F6C72;
	padding-left:112px;
	float: left;
	width: 350px;
}

#copy a:link, a:visited{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:18px;
	color:#6F6C72;
	text-decoration:none;
}

#copy a:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:18px;
	color:#6F6C72;
	text-decoration:underline;
}


#sectionDivider{
	background-image:url(images/line.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 360px;
	height:15px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:9px;
	line-height:18px;
	color:#545156;
	float: left;
}

.exhibitionName{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:28px;
	line-height:36px;
	color:#908C86;
}

.exhibitionDate{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:24px;
	line-height:28px;
	color:#59575B;
}

#navigation {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:10px;
	line-height:20px;
	color:#6c6a6c;
	padding-left:10px;
	float: left;
	width:205px;
}

#navigation a:link {  
	text-decoration: none; 
	font-weight:bold;
	font-size:10px;
	color: #6c6a6c;
	}
	
#navigation a:visited { 
	text-decoration: none; 
	font-weight:bold;
	font-size:10px;
	color: #6c6a6c;
	}
	
#navigation a:hover, a:active { 
	text-decoration: underline; 
	font-weight:bold;
	font-size:10px;
	color: #6c6a6c;
	}

#navigation2 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:10px;
	line-height:19px;
	color:#8c8888;
	padding-left:20px;
	float: left;
	width:160px;
}

#navigation2 a:link {  
	text-decoration: none; 
	font-weight:bold;
	font-size:10px;
	color: #8c8888;
	}
	
#navigation2 a:visited { 
	text-decoration: none; 
	font-weight:bold;
	font-size:10px;
	color: #8c8888;
	}
	
#navigation2 a:hover, a:active { 
	text-decoration: underline; 
	font-weight:bold;
	font-size:10px;
	color: #8c8888;
	}

#showImages {
	width: 160px;
	height: 45px;
	position:relative;
	float:left;
}

#showImage{
	position: relative;
	float:left;
	margin-right: 3px;
	margin-top:3px;
}

