#contents-area table {
	width: 100%;
	margin-bottom: 25px;
	border-left: 5px solid orange;
	border-top: 1px solid #424242;
}

#contents-area table th {
	background-color: #646464;
	padding: 5px 10px;
	color: silver;
	border-bottom: 1px solid #424242;
	width: 25%;
}

#contents-area table td {
	background-color: #4c4c4c;
	padding: 5px 10px;
	border-bottom: 1px solid #424242;
	color: silver;
}

#contents-area table td dt {
	display: inline;
	line-height: 120%;
	color: white;
}

#contents-area table td dd {
	display: inline;
	line-height: 120%;
}

#contents-area ul.photoGallery-box {
	display: block;
}

#contents-area ul.photoGallery-box li {
	display: inline;
}

#contents-area ul.photoGallery-box a {
	display: block;
	float: left;
	border: 1px solid #585858;
	margin-right: 2px;
	margin-bottom: 2px;
}

#contents-area ul.photoGallery-box a:hover {
	border: 1px solid silver;
}

#contents-area ul.photoGallery-box a img {
	border-style: none;
}
