﻿/*to eliminate border around collages*/
.style1 {
	border-width: 0;
}

#PhotoGalleryContentArea {
    
	width: 435px;
	float: left;
	/*background: url("lb.jpg") repeat-y top left;*/
	border-left: 1px #ffbbbf solid;
	border-right: 1px #ffbbbf solid;
	background-color:white;
	padding:10px 0 15px 5px;
	margin: 20px 5px 20px 10px;
	text-align:center;
 
}  
	


#PhotoGalleryRightPanel {
    margin: 20px 0px 15px 10px;
    width: 110px;
	float: left;
	/*background: #CCFF66;*/
	color: #ab1b1b;
	text-align: left;
} 

#PhotoGalleryLinkList {   
    margin: 5px 5px 5px 2px;
	float: left;
	width: 125px;
    text-align:left;		
	}
	
#PhotoGalleryLinkList ul {
	margin: 1px;
	padding: 1px;
    list-style-type: none; 
	
	}

#PhotoGalleryLinkList li {
	/*line-height: 2em;*/	
	/*display: block;*/ 
	padding: 1px 2px 0 1px;
	margin-bottom: .5em;
	font: 8pt/14pt arial;
	font-weight:bold;	
	}

#PhotoGalleryLinkList li a:link { 
	color: #333300;
	color:navy;
	text-decoration:none;		
	}

#PhotoGalleryLinkList li a:visited {
	color: #333300;
	text-decoration:none;
	color:navy;
	}

#PhotoGalleryLinkList li a:hover {
	color:#000000;
	background-color:  #CCFF66;
	text-decoration:underline;
	}
