	/**
	* CSS
	* 
	* @version 1.0
	* @author Vaska 
	* @author Gregory Cadar
	*/
	
	/* Yahoo */
	
	#demo1 {font-size:85%;}  /*renders 11px */ 
	#demo2 {font-size:100%;} /*renders 13px */  
	#demo3 {font-size:108%;} /*renders 14px */ 
	#demo4 {font-size:123.1%;} /*renders 16px */ 
	#demo5 {font-size:138.5%;} /*renders 18px */ 
	
	html{color:#333;background:#fff;}
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
	
	body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
	
	body {width:100%;}
	
	/* Edited exhibit.no_thumbs_no_captions.php */
	
	
	#menu a {color: #999; font-size:85%;}
	
	a:link { text-decoration: none; }
	a:active { text-decoration: none; }
	a:visited { text-decoration: none; color: #666; }
	a:hover { text-decoration: underline; }
	
	a img { border: none; }
	
	#menu {
	    width: 100%;
		overflow: hidden;
	}
	
	.container {
	    
	}
	
	#menu ul {
		display: block;
		float: left;
		width: 180px;
	}
	
	#menu ul li.section-title {	
		color: #ffc35b;
		text-transform: uppercase;
		font-size:100%;
	 }
	
	#menuContents {
		margin: 20px 40px;
	}
	
	#headerImage {
		background-color: #ffc35b;
	}
	
	#headerImage img {
		margin: 20px 40px;
	}
	
	#globalContainer {
		width: 100%;
	}
	
	#content {
	    width: 100%;
	    text-align: center;
	    top: 0;
	}
	
	#img-container	{ text-align: center; }
	#img-container img	{ display: inline; margin: 20px;}
	
	#once { clear: left; }
	
	.clearDiv {
		clear: both;
	}
	
	#content .kName {
		text-transform: capitalize; 
		font-weight: bold;
		color: #666;
	}
	
	#content .aboutHead {
		text-transform: capitalize; 
		color: #ffc35b;
	}
	
	#content p {
		margin-bottom: 11px;
		margin-left: 40px;
		text-align: left;
		font-size:85%;
		color: #999;
	}
	
	#content img {
		display: block;
		margin: 0 auto 10px auto;
	}
	
	hr {
		border: 0px;
		height: 1px;
		color: #ccc;
		background-color: #ccc;
		margin-bottom: 20px;
	}
	