
img {
	border: 0px none;
}
table {
	/*margin-top: 10px;
	margin-bottom: 10px;
	border: 0px none;*/
	border-collapse: collapse;
}
table#pic {
	width: 640px;
	margin-top: 10px;
}
td {
	color : #E6E6D2;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #666;
	text-align: center;
	font-size: 11px;
}
table#pic td {
	/*border: 1px solid #717171;*/
}
#image {
	width: 120px;
}
td#image:hover {
	background-color: #c00;
}
.selected {
	/*background-color: #F29733;
	background-color: #333;*/
}
#gallery {
	clear: both;
	margin: 0 auto;
	width: 770px;
	text-align: center;
}
#gallery a:link, #gallery a:visited, #gallery a:active {
	text-decoration: none;
	font-weight: bold;
	color : #E6E6D2;
}
#gallery a:hover {
	text-decoration: underline;
	color : #c00;
}

#gallery #header {
	/*background-color: #333;*/
	padding: 2px;
	letter-spacing: 2px;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: bold;
}
#gallery #selector td {
	font-weight: bold;
	width: 30%;
	padding: 2px;
}
#gallery #title, #gallery #footer {
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 10px;
}
#gallery #title {
	font-weight: bold;
	color: #F29733;
	font-size: 13px;
	padding: 2px;
}
