table#categories_container {
	width: 100%;
}

td.categories_cell {
	text-align: center; 
	width: 50%;
}

table#photo_gallery {

}

td.photo_gallery_nav {
	text-align: center;
	width: 150px;
}

/* Start Category Description */
table.category_description {
	text-align: center;
	width: 95%;
	margin: 10px 0px 10px 0px;
}

td.category_description {
	text-align: center;
}

/* End Category Description */
table.navigation {
	margin: 0px auto 0px auto;
	border: 0px solid black;
	width: 350px;
}

div.category_header {
	margin: 0px auto 0px auto;
	border: 0px solid black;
	text-align: center;
}

table.photo_navigation {
	margin: 20px auto 0px auto;
}

a.category_header:link, a.category_header:visited {
	text-decoration: underline;
	font-size: 12pt;
	font-weight: bold;
}

a.category_header:hover {
	text-decoration: none;
}