/* CSS Document */


/* Main Index Body */

#caseFrame{
	width: 800px;
	height: auto;
	margin: 0auto;
}
#topRow{
	width: 800px;
	margin: 0auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 8px;
}
#centerBody{
	width: 800px;
	height: auto;

}
.pic{
	width: 400px;
	margin-top: 10px;
	margin-bottom: 7px;
}
.titleName{
	font-family:"Times New Roman", Times;
	font-size: 18px;
	font-weight:bold;
	color:#003300;
	line-height: 24px;
}
.titleP2{
	font-family:"Times New Roman", Times;
	font-style:italic;
	font-size:16px;
	line-height: 20px;
	color:#003300;
}
.galleryInfo{
	font-family:"Times New Roman", Times;
	font-size:12px;
	line-height: 17px;
	color:#333333;
	margin-top: 3px;
}
.click{
	font-family: "Times New Roman", Times;
	font-size:12px;
	line-height: 20px;
	color:#003300;
	
}
.bio{
	font-family: "Times New Roman", Times;
	font-size: 10px;
	color:#333333;
	line-height: 12px;
	margin-bottom: 50px;
}
	
#nav {
	margin: 1em 0em 2em 0em;
}

#head {
	margin: 1em 0em 0em 0em;
}

p.entire-exhibition {
	line-height: .15em;
}

/* Left & Right Main Body Styles*/

.leftBox{
	width: 390px;
	height: auto;
	float: left;
}

.rightBox{
	width: 400px;
	float: right;
	height: auto;
}

