h1 {
color: #1f3d6d;
margin-top: 10px;
font-size: 1.2em;
font-weight: normal;
margin-left: 0px;
margin-bottom: 10px;
}
h2 {
color: #1f3d6d;
margin-top: 20px;
font-size: 1.2em;
font-weight: normal;
margin-left: 0px;
}

table#gallery {
width: 100%;
border-top: 1px solid #c5b596;
border-right: none;
border-bottom: none;
border-left: none;
margin-top: 5px;
}
table#gallery td {
padding-top: 15px;
padding-bottom: 10px;
border-top: none;
border-right: none;
border-bottom: 1px solid #c5b596;
border-left: none;
text-align: center;
}
table#gallery td.td1 {
width: 33%;
}
table#gallery td.td2 {
width: 34%;
}
table#gallery td.td3 {
width: 33%;
}
table#gallery img {
display: block;
width: 200px;
margin-bottom: 8px;
border: 1px solid #666666;
margin-right: auto;
margin-left: auto;
}
table#gallery td.td1 img {
height: 150px;
}
table#gallery td.td2 img {
height: 267px;
}
table#gallery td.td3 img {
height: 150px;
}

table#show {
width: 100%;
border-top: 1px solid #c5b596;
border-right: none;
border-bottom: none;
border-left: none;
margin-top: 5px;
background-color: #4d658c;
text-align: center;
}
table#show th {
color: #ffffff;
font-size: 13px;
padding: 8px 5px 5px;
}
table#show td {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #c5b596;
	border-left: none;
	text-align: center;
	padding-bottom: 5px;
}
table#show td.td1 {
width: 33%;
}
table#show td.td2 {
width: 34%;
}
table#show td.td3 {
width: 33%;
}
table#show img {
display: block;
width: 200px;
margin-bottom: 8px;
border: 1px solid #666666;
margin-right: auto;
margin-left: auto;
}
table#show img.btn {
height: 31px;
border: none;
margin-bottom: 0px;
}
h2 span {
	font-size: 80%;
	font-weight: normal;
}
