@charset "utf-8";
/* CSS Document */

/* CSS for my blog */
div.PhotoTitle {
	text-align:left;
}
div.Photo_Album_Header {
	width:240px;
	text-align:left;
	background-image:url(../images/bg_section_header.png);
	height:25px;
	border:#000000 solid 1px;
	border-bottom:#000000 solid 0px;
	color:#000000;
	font-size:16px;	
	padding-left:10px;
}

table.Photo_Album {
	float:left;
	width:900px;	
	margin-bottom:30px;
	margin-left:25px;
}
table.Photo_Album tr td {
	width:250px;
	vertical-align:top;
}
div.Photo_Thumbnail {
	width:250px;
}
div.Photo_Thumbnail div {
	width:250px;
}
div.Photo_Thumbnail_Small {
	width:150px;
}
div.Photo_Seperator {
	width:860px;
	float:left;
	margin-bottom:10px;
}
div.Show_Large_Photo {
	text-align:center;
}

div.NavBar_Left {
	width:201px;
	height:25px;
	float:left;
	margin-left:62px;
	margin-top:10px;
	font-size:18px;
}
div.NavBar_Center {
	width:400px;
	height:25px;
	float:left;
	margin-top:10px;
	font-size:18px;
}
div.NavBar_Right {
	width:201px;
	height:25px;
	float:left;
	margin-top:10px;
	font-size:18px;
}
div.Photo_Error_Msg {
	margin-left:25px;
}