
body {
	background: #ffffff;
	font-family:trebuchet ms, serif;
	font-size:14px;
	font-style:italic;
	color:#000000;
}
a { 
	color:#23083C;
	text-decoration:underline;
	font-family:trebuchet ms, serif;
	font-size:14px;
	font-style:italic;
}
a:hover { color:#000000; }

#extraDiv1 {
	position:absolute;
	display:block;
	width:675px;
	height:750px;
	left:50%;
	margin-left:-350px;
	top:00%;
	margin-top:0px;
	background: #ffffff url(splash.jpg) no-repeat top center;
}

div #text {
	position:absolute;
	z-index:2;
	width:400px;
	height:300px;
	top:410px;
	left:70px;
	overflow:auto;
	padding:0 20px 0 0px;
scrollbar-face-color:111111; scrollbar-track-color:222222; scrollbar-arrow-color:222222; scrollbar-shadow-color:111111; scrollbar-dark-shadow-color:EDC57D; scrollbar-3dlight-color:777777; scrollbar-highlight-color:444444;
}



#container {
	position:absolute;
	display:run-in;
	z-index:2;
overflow-y:scroll;
	width:400px;
           background: #FFFFFF;
	height:180px;
	top:420px;
	left:50%;
	margin-left:-220px;
	overflow:auto;
	padding:20px 20px 20px 20px;

}




#container2 {
	position:absolute;
	z-index:2;
	width:164px;
	height:290px;
	top:410px;
	left:470px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: 50px; /*position where enlarged image should offset horizontally */

}


.demo  {color:#000033; background-color:#FFFFFF; border:2px solid black; 
        position:absolute; top:100px; left:100px; width:380px; 
        z-index:99;  visibility:hidden; padding: 4px;}
