#RightSide {
	text-align:left;
	margin-top:-40px;
}
h1 {
	text-align:left;
	color: #552;
}
a {
	color: #552;
}
#pagearea {
	float:left;
}
.pagearea span{ /*CSS for enlarged image*/
position: absolute;
background-color: #AED3F1;
padding: 0;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.pagearea:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 150px;
left: 33px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
