#image {
        position:relative;
        width:700px;
        height:350px;
       	margin-top: 15px;
       	background: none;
       	border: 1px solid;
       	font-family: andale mono,arial,Helvetica,sans-serif;
       	font-size: 12px;


	 }

#link { position: absolute;
		left: 445px;
		top: 50px;
		width: 200px;
		height: 20px;
		color: #545454;
		font-family: andale mono,arial,Helvetica,sans-serif;
       	font-size: 12px;
	  }
	  
#contact { position: absolute;
		left: 9px;
		top: 75px;
		width: 200px;
		height: 20px;
		color: #545454;
		font-family: andale mono,arial,Helvetica,sans-serif;
       	font-size: 12px;
	  }	  
	  
/* #title {
		position: absolute;
		left: 375px;
		top: 200px;
		width: 200px;
		height: 15px;
		color: #666666;
		font-family: andale mono,arial,Helvetica,sans-serif;
       	font-size: 12px;
       	font-weight: bolder;
       	border-bottom:1px dashed #cecece;

       	}*/
       	
#caption {
		position: absolute;
		left: 370px;
		top: 150px;
		width: 220px;
		padding: 4px 8px 8px;
		color: #30598c;
		/*border: 1px #cecece dotted;*/
		font-family: andale mono,arial,Helvetica,sans-serif;
       	font-size: 12px;
       	font-weight: normal;
       	background: none;

       	}
       	
       	
/*------------------------------------------------------------------*/
/*LINK STYLES*/
/*------------------------------------------------------------------*/

a:link { text-decoration: none ; color: #666666; }
a:active { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #666666; }




.thumbnail {border:2px; border-thickness: 2px; border-color: #ffffff; border-style: solid;}
A:hover, A:active {color: #8EBDE8}
A:hover .thumbnail, A:active .thumbnail {border:2px; border-thickness: 2px; border-color: #8EBDE8; border-style: solid}






