/* Kira's photo album program - CSS files */

@import url(shared.css);

/* .main_title is used for the gallery front page */

.main_title {
	font-size: large;
	font-weight: bolder;
	text-align: center;
}


.album_title {
	font-size: large;
	font-weight: bolder;
}

.album_desc {
	text-align: justify;
	margin: 30px;
}

/* These are used in displaying the thumbnail grid */

.photo_table {
	
}

.photo_cell {
	vertical-align: top;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.photo_title {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

/* the end. */