/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}




body {
	margin: 0px;
	padding: 0px;
	min-width:760px;
	height:100%;
	font: 13px/20px Helvetica, Arial, sans-serif;
	position:relative;
	
}
header {
	background: #666;
	width: 100%;
}

h1 {
	margin-left: 18px;
	font-size: 14px;
	line-height: 44px;
	padding: 10px;
	font-weight: normal;
	color: #fff;
	white-space:nowrap;
	}
	
h2 {	
	margin-left: 22px;
	font-size: 13px;
	line-height: 10px;
	padding: 10px;
	font-weight: normal;
	color: #333;
	background-color:#FFF;
	white-space:nowrap;		
	}
	
h2 ul {
		
		margin-top: 0px;
		width: 100%;
		list-style: none;
		
	}

		h2 ul li {
			
			float: left;
			
		}
		
			h2 ul li a {
				display: block;
				margin-right: 10px;
				width: 100px;
				font-size: 14px;
				line-height: 10px;
				text-align: right;
				text-decoration: none;
				font-weight: normal;
				color: #333;
			}
			
				h2 ul li a:hover {
					color: #333;
				}
			
			h2 ul li.selected a {
				color: #333;
			}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 10px;
}





nav {
	position: absolute;
	margin-left: 0px;
	width:100%;
	background-color:#666;
	white-space:nowrap;
	
	}

	nav ul {
		margin-left: 3px;
		width:980px;
		list-style: none;
	}

		nav ul li {
			float: left;
		}
		
			nav ul li a {
				display: block;
				margin-right: 10px;
				width: 100px;
				font-size: 14px;
				line-height: 44px;
				text-align: center;
				text-decoration: none;
				color: #fff;
				white-space:nowrap;
			}
			
				nav ul li a:hover {
					color: #999;
				}
			
			nav ul li.selected a {
				color: #fff;
			}
			
	#exhibition {
	margin-top: 10px;
	padding: 0px;
	background: #fff;
	}
	
	
	
	#slides_v {
		float:left;
		position:absolute;
		top:50px;
		right:0px;
		bottom:0px;
		left:122px;
		white-space:nowrap;
	}
	
		#slides_h {
		float:left;
		position:absolute;
		top:50px;
		right:0px;
		bottom:0px;
		left:22px;
		white-space:nowrap;
	}
	
	#slides_nav {
		position:absolute;
		top:50px;
		left:625px;
		line-height:2em;
		white-space:nowrap;
		
	}
	
	#caption {
		position:absolute;
		top:370px;
		left:625px;
		font-size: 13px;
		line-height: 1.3em;
		color: #333;
		white-space:nowrap;
	}
	
	span {
		position:absolute;
		left:625px;
		top:132px;
		
	}
	
#content {
	display: table;
	margin-left: 100px;
}

	#mainContent {
		display: table-cell;
		width: 640px;
		padding-right: 22px;
	}

	aside {
		display: table-cell;
		width: 250px;
	}
table
{
width: 600px;
border: 0;
background: #fff;
border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#333;
}

td
{
	font-size: 12px;
	line-height: 15px;
	text-align:left;
	vertical-align:top;
	padding:22px;
	color: #333;
	
	
}
 a {
				font-size: 13px;
				line-height: 10px;
				text-align: left;
				text-decoration: none;
				font-weight: normal;
				color: #333;
			}
			
				a:hover {
					color: #666;
				}
				
hr {
  margin-left: 0px;
  margin-top: -5px;
  border:0;
  width: 100%;
  background-color: #fff;
  color: #fff;
  height: 1px;
  
}

