@import "../global.css";


/* Main frame */

body { 
	background-color: #f7a04c; 
	background-image: url('../images/bkg-foto.png'); 
}

div#mainfrm {
	opacity: 1;
	-moz-opacity: 1;
	filter: none;
}

div#main {
	max-width: 90ex !important;
}


/* Menu */

div.menu h4 {
	margin-left: 1ex;
}


/* Photos */

table.foto {
	width: 100%;
	border-collapse: collapse;
}

img.foto {
	margin: -1ex 0px !important;
	float: none !important;
	border-color: #606060 !important;
}

td.left {
	text-align: left;
}

td.right {
	text-align: right;
}

td.desc {
	min-height: 2ex;
	padding: 0ex 1ex 0.5ex 1ex;
	border-bottom: solid 1px #606060;
	vertical-align: bottom;
}

td.hires {
	padding: 0ex 1ex;
	vertical-align: top;
	font-size: 70%;
}

td.hires img {
	position: relative;
	top: 4px;
}

div#mainfrm hr {
	margin: 4ex 0ex 1ex 0ex !important;
}



