/* Wrapper for entire thing */
#photoGallery
{
	margin-top: -20px;
	margin-left: -350px;
	width: 680px;
	font-style: normal;
	font-weight:  normal;
}



/* Left column */
#photoThumbs
{
	width: 230px;
/*	width: 370px;*/
/*	border: 1px solid white;*/
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}

.photoThumb
{
	float: left;
	margin: 5px;
	width: 100px;
	text-align: center;
}
.photoThumb img
{
	padding: 4px;
	background-color: #FFFFFF;
	border: 2px solid #272727;
	width: 75px;
	height: 75px;
}
.photoThumb img:hover
{
	padding: 4px;
	background-color: #4c4437;
	border: 2px solid #272727;
}
.photoTitle
{
	font-size: 75%;
}




/* Preview stuff - middle column */


#photoPreview
{
/*	border: 1px solid red;*/
/*	margin-left: 180px;*/
/*	margin-left: 380px;*/
	text-align: center;
	width: 450px;
	height: 439px;
	float: left;
}
#photoPreview img
{
	margin:  5px;

	padding: 4px;
	background-color: #FFFFFF;
	border: 2px solid #272727;
}
#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%;
	text-align: center !important;
}


#photoPageNav,
#photoPreviewNav
{
	color: black;
	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;
}

#photoPreviewNav a,
#photoPageNav a
{
	color: black;
	text-decoration: none;
	font-size: 150%;
}




/* Gallery stuff on right */


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

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


#galleryList ul,
#galleryList ul li
{
	list-style: none;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	float:left;
}
#galleryList ul li
{
	padding-right:60px;
}
#galleryList ul
{
	padding-left: 0;
	margin-left: 1em;
}

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

	color: #CB8A38;
}
