/*#photos {width: 90%}*/
.photo, .thumb, .capt, h1 {text-align: center}
img {border: 0px}
.capt {padding: 0em 0em 2em 0em;}

body {
	font-family: Tahoma, Verdana, Sans-Serif; 
	font-size: 11pt;
	margin: 0px 6%;
}

/* Text markup */

h2, h3, h4, h5 {
	font-weight: bold;
	color: #55a;
	clear: both;
}
.h1 {
	text-decoration: none;
	color: #fa0;
}
.h2, .h3 {
	float: left;
	padding-top: 2px;
}
h1 {
	font-size: 14pt;
	float: right;
}
h2 {
	font-size: 14pt;
	background: #eee;
	height: 27px;
        padding: 8px 0px 0px 5px;
}
h3 {
	font-size: 12pt;
	background: #eee;
	height: 16px;
	margin-top: 2em;
	padding-bottom: 5px;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}
span {
	margin: 0px 5px;
}
.date {
	font-size: 10pt;
	font-style: italic;
	float: right;
	padding-top: 3px;
}

/* Image layout */

img {
	border-width: 0px;
}
#validator {
	float: right;
	clear: both;
}

/* Table layout */
   
th {
    color: #55a;
    background-color: #eee;
}
table, tr , td, th {
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
    border-color: black;
}
table, tr {
	padding: 0px;
}
th {
	padding: 0px 20px;
}
td {
	padding-left: 5px;
	padding-right: 10px;
}

.photo, .thumb {
    padding: 7px;
}

