body{ margin: 0; padding: 0; }

.galleryphoto {
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid gray;
}

.galleryphoto IMG {
	border: 0px solid black;
}

.AlbumHeader {
	font-family: "Trebuchet MS,Helvetica,Arial,Sans-serif";
	font-size: 14pt;
}

.photogallerylinkblock
{
	border: 1px solid #a0a0a0;
	padding: 10px;
	margin: 10px;
	font-family: "Trebuchet MS,Helvetica,Arial,Sans-serif";
	font-size: 8pt;
	/*
	color: black;
	background-color: #f0f0f0;
	width: 250px;
	height: 200px;
	overflow-y: scroll;
	float: left;
	*/
}

.photogallerylinkblock UL LI A
{
	text-decoration: none;
}

.photogallerylinkblock UL LI A:Hover
{
	text-decoration: underline;
}

div.photogallerylinkblocktitle
{
	font-size: 9pt;
	font-family: "Trebuchet MS,Helvetica,Arial,Sans-serif";
	font-weight: bold;
	padding-right: 25px;
	padding-bottom: 5px;
	/*border-bottom: 1px solid lightgray;	*/
}

.ClearFloat {
	clear: both;
}

.CurrentBlock {
	padding: 5px; 
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;	
	margin: 2px;
}
	
.CurrentBlockLabel {
	float: left;
	font-size: 12pt;
	font-weight: bold;
	width: 70%;
}

.CurrentBlockSubLabel {
	font-size: 9pt;
	font-weight: normal;
	width: 100%;
}

.CurrentBlockDescription {
	font-size: 10pt;
	font-weight: normal;
	width: 100%;
}

.CurrentBlockImage {
	float: right;	
	width: 25%;
}

#AlbumList {
	width: 30%; 
	float: right;
}

#CurrentList {
	width: 67%;
	float: left;
}

#container {
	padding: 10px;
}

#PhotoGalleryIndex {

}

#PhotoGalleryFavorites {

}

#PhotoGalleryListAll {
	float: left;
	width: 100%;

}