body{
	height: 100%;
	margin: 10;
	padding: 10;	
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}






a:link, a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
   color : #666666; 
	text-decoration: underline;
}

#container{
	width: 800px;
	padding: 10px 0 0 10px
}

#masthead{
	padding: 0 0 2px 0;
}

#navigation_top{
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #CCCCCC;
	height:10px;
	width: 798px;
}

#header{
	margin: 24px 0 10px 0;
}

#divider_vertical{
	float: left;
	height: 100%;
	
}

#content_left_container{
	border-right: 1px solid #CCCCCC;
	float: left;
	width:454px; /* be sure to edit the margin of content_right below */
	margin-right: 10px;
}

#content_left{
	padding-right: 10px;
}

#content_right{
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	margin-left: 454px;
}

#content_left_home{
	float: left;
	width:440px; /* be sure to edit the margin of content_right below */
	margin-right: 10px;
}

#content_right_home{
	margin-left: 440px;
	margin-top: 5px;
	position:relative;
}

#content_left_exhibit_container{
	border-right: 1px solid #CCCCCC;
	float: left;
	width:390px; /* be sure to edit the margin of content_right below */
}

#content_right_exhibit{
	border-left: 1px solid #CCCCCC;
	padding-left:10px;
	margin-left: 390px;
	
}

#content_center{

}

#thumbs_scroller{
	overflow: scroll;
	height: 400px;
	width: 320px;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 12px;
}

#exhibit_thumbs hr{
	color: #CCCCCC;
	height: 1px;
}

#exhibit_upcoming{
}

.ExhibitUpcomingTitle{
	font-size: 20px;
	font-weight: 200;
}

.ExhibitUpcomingDate{
	font-size: 13px;
	font-weight: bold;
}

.topNav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}

.copyright{
	font-size: 10px;
}