/* Wrapper for entire thing */
#photoGallery
{
	width: 540px;
	margin-left: auto;
	margin-right: auto;	
	font-style: normal;
	font-weight:  normal;
}

#alphabet
{
	text-align: center;		margin:  0 auto;	width: 540px;	height: 30px;	border-bottom:  1px dashed #888;	margin-bottom: 10px;}#alphabet li{
	float: left;
}
#alphabet li a
{
	text-decoration: none;
	color: #5C2B2B;	font-size: 14px;	margin: 0 5px 0 6px;
}

/* Left column */
#photoThumbs
{
	width: 540px;
/*	width: 370px;*/
/*	border: 1px solid white;*/
	float: left;
}
.photoThumb
{
	float: left;
/*	margin: 5px;*/
	width: 125px;	text-align: center;		margin: 2px 2px 10px 2px;
	text-align: center;
	border:  1px solid #674d26;
}
.photoThumb a{
	text-decoration: none;
	color: #674d26;	font-size: 80%;
}.photoThumbImage{
	width: 125px;
	height: 125px;	background-color:#ebca9f;}
.photoThumb a  img
{
	padding: 0px;
	background-color: #171717;/*	width: 125px;*/
/*	height: 125px;*/
}
.photoTitle
{
	font-size: 65%;
}




/* Preview stuff - middle column */


#photoPreview
{
/*	border: 1px solid red;*/
/*	margin-left: 180px;*/
/*	margin-left: 380px;*/
	text-align: center;
	width: 650px;
	float: left;
}
#photoPreview img
{
	margin:  5px;
	padding: 4px;
	background-color: #171717;
	border: 1px solid #cb8A38;
}
#photoTitle
{
	font-size: 105%;	
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
/*		border: 1px solid white;*/
}

#photoDescription
{
	font-size: 85%;	
}
#photoTimestamp
{
	font-size: 75%;
}


#photoPageNav,
#photoPreviewNav
{
	color:  #674D26;
	font-size: 80%;	
	height: 30px;
	margin: 0px;
	padding: 0px;
/*	text-align: center;*/
/*	font-family: 'Bookman Old Style',Times,serif; */
	font-style: normal;
	font-weight:  normal;	float: left;
}

#photoPreviewNav a,
#photoPageNav a
{
	color:  #674D26;
	text-decoration: none;
	font-size: 150%;
}/* Search */#photoSearch{
	padding-right: 40px;	float: right;
}




/* Gallery stuff on right */


#galleryList
{
	color:  #835b2a;
/*	border: 1px solid blue;*/
	margin-left: 30px;
	text-align: left;
	float: left;
}

#galleryList a
{
	color:  #835b2a;
	text-decoration: none;
	font-weight: normal;
}


#galleryList ul,
#galleryList ul li
{
	clear: both;
	list-style: none;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}
#galleryList ul
{
	padding-left: 0;
	margin-left: 1em;
}

#galleryList a.currentGallery
{
	font-weight: bold;

	color: #CB8A38;
}

