body{
margin: 0;
padding: 0;
border: 0;
height: 100%; 
max-height: 100%; 
font-family: arial;
}


#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 600px;
background-color: green;
color: white;
}

#framecontentTop{ 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 120px; /*Height of top frame div*/
background-color: green;
color: white;
z-index: 1000;
visibility: visible;
}


#maincontent{
	position: absolute;
	top: 130px;
	left: 200px;
	width: 85.5%;
	height: 75%; 
	overflow: scroll;
	background: #ffffff;
	font-family: arial;
	z-index: -1;
	
}

a.b:link    {color: black;}
a.b:visited {color: black;}
a.b:active  {color: black;}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.modify{
	
	color:#ffffff;
	font-family: arial;
	font-style: italic;
	font-size: 10pt;
}

a:link    {color: white;}
a:visited {color: white;}
a:active  {color: white;}


img { 

	border: none; 
}

.header{

	font-size: 24pt;
	font-family: arial;
	color:#ffffff;
}


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

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightgreen;
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*/
visibility: visible;
top: 75%;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
