body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
}
img.pngfix {
	behavior: url(pngHack.htc);
}
.main {
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.l-bg {
	background-image: url(images/bg_logo.gif);
	background-repeat: repeat-x;
}
.main td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323232;
	text-decoration: none;
	text-align: justify;
}
.main a {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}
.photo-right {
	border: 2px solid #AC892C;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	float: right;
}
.thumbnail {
	border: 2px solid #5C5C5C;
}
.thumb-table {
	border: 2px solid #5C5C5C;
}

.thumbnail:hover {
	border: 2px solid #AC892C;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;

}
