BODY
{
	background-color: #111111;
	text-align:center;
}

/* Main page layout */

table.main
{
	width:760;
	text-align:center;
	border:0;
	margin-left: auto;
	margin-right: auto;
}

/* Header */

table.header
{
	width: 100%;
}

td.logo
{
	width: 50%;
	text-align: left;
}

a.logo
{
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
}

td.navigator
{
	color: #888888;
	width: 50%;
	text-align: right;
	vertical-align: bottom;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

/* Links */

a:link
{
	color: #cccccc;
	text-decoration: none;
}

a:visited
{
	color: #cccccc;
	text-decoration: none;
}

a:hover
{
	color: #cccccc;
	text-decoration: none;
}

/* Horizontal line */

hr.line
{
	width: 100%;
	height: 3px;
	color: #cccccc;
	background-color: #cccccc;
}

/* Thumbnail and photo area */

table.album
{
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}

td.album
{
	text-align:center;
}

p.title
{
	font-family: Arial;
	font-weight: bold;
	font-size:20px;
	color: #cccccc;
	text-align: center;
}

p.comment
{
	font-family: Arial;
	font-size:14px;
	color: #cccccc;
	text-align: center;
}

/* Thumbnails */

td.thumbnail
{
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

a.thumbnail
{
	font-family: Arial;
	font-size:12px;
}

img.thumbnail
{
	border-width: 0;
}

/* Photo */

td.photo
{
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}

img.photo
{
	border-width: 0;	
}

p.phototitle
{
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	text-align: center;
}
