		body
		{
			margin: 0px; 
			padding: 0px;
			background: #141414;
			font-family: Helvetica, sans-serif;
			font-size: 10px;

 
		}
		a
		{ 
			text-decoration: none; 
			letter-spacing: 0.15em; 
			color: #a5b3bc;
		}

		a:hover 
		{ 
			color: #ffffff; 
		}
		
		p 
		{ 
			font-size: 12px; 
			line-height: 16px; 
			color: #a5b3bc;
		}
		
		
		img {border: 0px;}

		h1 
		{ 
			line-height: 16px;  
			text-decoration: bold; 
			letter-spacing: 0.1em;
			font-size: 16px; 
			color: #ffffff;
		}

		h2 
		{ 
			line-height: 13px;  
			text-decoration: bold; 
			letter-spacing: 0.1em;
			font-size: 13px; 
			color: #777777;
		}
		
		h3
		{ 
			text-decoration: none; 
			letter-spacing: 0.2em; 
			font-size: 10px; 
			color: #a5b3bc;
		}

		#logo
		{
			position: absolute;
			padding: 5px 200px 5px 5px;
			top: 3px;
			left: 3px;
		}

		#main
		{
			position: absolute;
			right: 0px;
			left: 200px;
			top: 61px;

		}

		#nav
		{
			position: relative;
			top: 0px;
			right: 0px;
			background-color: #444444;
			padding-top: 1px;
			height: 33px;
		}
		
		#nav li
		{
		display: inline;
		list-style-type: none;
		padding-right: 20px;
		letter-spacing: 0.15em; 
		}
		
		#nav ul {padding-left:20px;}
		
		#header
		{
			position: relative;
			top: 2px;
			right: 0px;
			background-color: #444444;
			letter-spacing: 0.15em; 
			vertical-align: middle;
			font-size: 9px; 
			color: #a5b3bc;
		}
		
		p.first
		{
		font-size: 10px; 
		text-decoration: bold;
		letter-spacing: 0.15em; 
		padding-left:20px;
		color: #ffffff;
		}
		
		p.red
		{
		color: red;
		font-weight: bold;
		}
		
		#content
		{
			position: absolute;
			/*width: 80%;*/
			top: 150px;
			right: 0px;
			left: 208px;
			vertical-align: middle;
		}

		#text
		{
			line-height: 13px; 
			font-size: 1.2em; 
			letter-spacing: 0.1em; 
			margin-left: 25px;
			margin-right: 50px;
		}
		
		#image
		{
		width: 900px;
		height: 285px;
		}
		
		#exhib_one
		{
		width: 305px; 
		float: left;
		}
		
		#exhib_two
		{
		width: 400px; 
		left: 203px;
		float: left;
		}
		
		#contact
		{
		width: 305px;
		float: left;
		margin-left: 80px;
		}
		
		#thumbs
		{
		/*width: 900px;*/
		width: 100%;
		float: left;
		padding: 10px 10px 0px 0px;
		}
		
		#gallery_one
		{
		width: 305px; 
		float: left;
		padding-top: 10px;
		}
		
		#gallery_two
		{
		width: 400px; 
		left: 203px;
		float: left;
		padding-top: 10px;
		}