strong {
	font-weight: bold;
}


#container {
	width: 802px;
	margin: auto;
	
	font-family: Helvetica, Arial, Verdana, _sans;
	font-size: 10px;
	color: #666;
}

#container a {
	color: #333;
}

#container a:hover {
	text-decoration: none;
}


	#header {
		height: 80px;
	}
	
		#title {
			float: left;
		}
		#title-contact {
			float: right;
			text-align: right;
			padding-top: 10px;
		}
	
	
	#content {
		padding-bottom: 20px;
	}
	
		#full-image-container {
			padding-bottom: 10px;
			border-bottom: 1px #333 solid;
		}
		
			#full-image {
				border: 1px #ddd solid;
				width: 800px;
				height: 600px;
			}
		
		#thumbnails-container {
		}
		
		.thumbnails-heading {
			float: left;
			clear: left;
			font-weight: bold;
			height: 14px;
			width: 100%;
			border-bottom: 1px #999 solid;
			padding-top: 20px;
		}
		
		#thumbnails-container ul {
			float: left;
			clear: left;
			padding-bottom: 5px;
			border-bottom: 2px #999 solid;
		}
		
		.thumbnails li,
		.thumbnails li img {
			float: left;
		}

		.thumbnails li {
			padding: 5px 0;
		}

		.thumbnails li a {
			display: block;
			text-align: center;
			text-decoration: none;
		}
		
		.thumbnails li img {
			width: 200px;
		}
	
	
	
	#footer {
		clear: left;
		padding: 20px 0;
	}
