body {
	margin: 2em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}
a:link {
	color: rgb(216,0,16);
}
a:visited {
	color: rgb(192,0,16);
}
a:hover {
	color: rgb(16,160,16);
	text-decoration: underline;
}
a:active {
	color: rgb(16,160,16);
}

.courier {
	font-family: Courier, 'Courier New', monospace;
}

p.small {
	margin-top: 0px;
	margin-bottom: .4em;
}

/***** CONTACT *****/

#contact {
	font-size: .8em;
	line-height:1.4em;
	padding: 0px 20px 0px 0px;
	width: 215px;
	min-width: 215px;
	max-width: 215px;
}

/***** MAIN *****/

#main {
	padding: 0px 20px 0px 20px;
	width: 600px;
	min-width: 600px;
	max-width: 600px;
	border-left: dotted 1px red;
	border-right: dotted 1px red;
}
p.header1 {
	font-weight: bold;
	width: 30%;
	border-bottom: dotted 1px red;
	margin-top: 0px;
	margin-bottom: 8px;
}
p.header2 {
	font-weight: bold;
	width: 30%;
	border-bottom: dotted 1px red;
	margin-top: 24px;
	margin-bottom: 8px;
}
p.content {
	width: 100%;
	margin-top: 0px;
}
table.content {
	width: 100%;
	padding-left: 10px;
	margin-top: 0px;
	border-collapse: collapse;
}
table.content td.type {
	font-size: 0.9em;
	vertical-align: top;
	padding-bottom: 4px;
	white-space: nowrap;
}
table.content td.text {
	vertical-align: top;
	padding-left: 24px;
	padding-bottom: 8px;
}

/***** PHOTO BAR *****/

#photo-bar {
	padding: 0px 20px 0px 20px;
	width: 50px;
	min-width: 50px;
	max-width: 50px;
}
p.photo-link {
	padding: 2px;
	margin: 0px;
	display: inline;
}
p.photo-link a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
p.photo-link a:hover {
	background-color: #FFFFFF;
	color: #FFFFFF;
}
p.photo-link a:link span {
	display: none;
}
p.photo-link a:visited span {
	display: none;
}

p.photo-link a:hover span {
	text-align: center;
	display: block;
	border: dotted 1px red;
	background-color: #FFFFFF;
	color: #000000;
	font-size: .8em;
	font-weight: bold;
	margin: 10px;
	width: 320px;
	
	position: absolute;
	left: 550px;
}
img.photo-big {
	width: 300px;
	height: 300px;
	margin: 8px 8px 2px 8px;
}
img.photo-small {
	width: 50px;
	height: 50px;
}

