/*CSS Document - Kristine Knowlton*/
	 
	 <style type="text/css">
	 
		.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 gray;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 1px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
		 

 
		 a:link     {
					color: #87CEEB;
					text-decoration:none;}
		 
		 a:visited  {
	color: #8470FF;
	text-decoration:none;}
		 
		 a:hover    {
		 			color: #000000;
					background-color: #FFFFFF;}
		 
		 a:focus	{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;}
		
	
body {
	background-color: #000000;
	background-image: url(cablue.gif);
        background-attachment:fixed;}
	
         .t1 {
		   font-family:Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		   font-size:18px;
		   font-style:normal;
		   color: #FFFFF3;
		   text-decoration:none;}
		 .t2 {
			font-family: Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
			font-size: 16px;
			font-style: normal;
			color: #FDFDF0;
			text-decoration: none;}
		 .t3 {
		 font-family:Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		 font-size:12px;
		 font-style:normal;
		 color: #FFFFFE;
		 text-decoration:none;}

		 .t4 {
		 font-family:Arial, Times, Helvetica, Zapt-Chancery, Western, Courier;
		 font-size:14px;
		 font-style:normal;
		 color: #FFFFFE;
		 text-decoration:none;}
		 
.somediv{
width: 700px;
clear: left;
}

.somediv .floatbox{
float: left;
width: 175px;
}

* html .somediv p{ /* IE 3px jog hack*/
height: 1%;
}

.somediv p{
margin-top: 0;
margin-left: 0px;
}
