@import url(overlay.css);
@import url(thumbs.css);

	body { margin-top: 0px; margin-left: 0px; }
	H1{
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0;
	font-size : 18pt;
	text-transform: uppercase;
	padding: 12px;
}
	H2{ font-family: Arial, Helvetica; color: black; font-size : 16pt; }
	H3{ font-family: Arial, Helvetica; color: black; font-size : 14pt; }
	H4{ font-family: Arial, Helvetica; color: black; font-size : 12pt; }
	p {
	font-family: Arial, Helvetica;
	color: #FFFFFF;
	font-size : 10pt;
}
	table { font-family: Arial, Helvetica; color: black; font-size : 10pt; }
	li { font-family: Arial, Helvetica; color: black; font-size : 10pt; }
	.white { font-family: trebuchet ms, arial, Helvetica; color: #FF0000; font-size : 10pt; }

    a:link { color : #E2E2E2; }
    a:visited { color : #E2E2E2; }
    a:hover { color : #FFD200; text-decoration: none; }
    a:active { color : #E2E2E2 }

    img { border-color : #FFD200; behavior:	url("pngbehavior.htc"); }
    
    div#main {
	width: 685px;
/*	border: 1px solid black;*/
	
	position: absolute;
	top: 55px;
	left: 110px;
}

div#main {
	width: 685px;
/*	border: 1px solid black;*/
	
	position: absolute;
	top: 55px;
	left: 110px;
}

img.trim {
	position: fixed;
	z-index: 100;
}

img#trim-r1c1 {
	top: 0px;
	left: 0px;
}

img#trim-r1c2 {
	top: 0px;
	left: 114px;
}

img#trim-r2c1 {
	top: 78px;
	left: 0px;
}

img#to-order {
	position: fixed;
	z-index: 101;
	
	top: 40px;
	right:10px;
}

div#originals {
	position: fixed;
	z-index: 102;
	
/*
	top: 43px;
	right:200px;
*/
	top:85px;
	right: 0px;
}

div#originals a {
	color: #444;
	font-size: 12px;
}

div#buttons {
	position:fixed;
	z-index:120;
	top:175px;
	left:4px;
}

div#buttons a {
	color: white;
}

div#buttons a:hover {
	text-decoration: underline;
}

div#home {
	position:fixed;
	z-index: 120;
	top:5px;
	right:00px;
}

div#home a {
	font-size: 12px;
	color: #333;
}

div#weir {
	position:fixed;
	z-index: 120;
	top:27px;
	right:0px;
}

/*** The thumbnail tables ***/

table.thumbt {
	width: 600px;
	margin-bottom: 15px;

	border: 1px solid #FFE980;
	background: url(images/thumbt-bg.jpg) top left repeat-x;
}

table.thumbt td {
	vertical-align: top;
}

table.thumbt td.thumb {
	width: 140px;
	text-align: center;
}

table.thumbt td.thumb img {
	border: 1px solid black;
}

table.thumbt table.editions {
	font-size: 10px;
}


table.frame {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.frame td {
	padding: 0px;
	margin: 0px;
}
