body {	margin-left:0%;
	margin-right:25%;
	background-color:#b0c4de;	
}
#sidebar {
	width:200px;
	background-color: transparent;
	position: absolute;
	top: 200px;
}
#reflection1 {
	margin-left:360px;
	width:  600px;
	font-family: sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	position: absolute;
	top: 250px;
}
#container	{ border: 6px solid aqua; margin-left: 6px; margin-right: 6px;}
#container2	{ border: 6px solid #dbdbdb;}
#container3	{ border: 6px solid black;background: url(fabric.jpg);padding:18px 36px 0px 36px;}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/

position: absolute;
left: 0;

top: 0;
width: auto;
padding: 6px;

padding-bottom: 0;

background: #dbdbdb;

visibility: hidden;

z-index: 10;

cursor: hand;

cursor: pointer;
}



#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */

font: bold 12px Tahoma;

letter-spacing: 6px;

line-height: 1.1em;

color: #000080;

padding: 5px 0;

text-align: right;
}




#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */

background-color: aqua; text-align: center;
}



#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/

position: absolute; left: 0;
visibility: hidden;

border: 1px solid #dbdbdb;

background-color: #dbdbdb;

padding: 5px;

z-index: 5;
}
a:link {color: #ffff00;}

a:visited {color: #ffff00;}