@font-face {
	font-family: 'OFLSortsMillGoudyTT';
	src: local('OFL Sorts Mill Goudy Italic'), local('OFL Sorts Mill Goudy'), url('fonts/oflgoudystmtt-italic-webfont.woff') format('woff'), url('fonts/oflgoudystmtt-italic-webfont.ttf') format('truetype'), url('fonts/oflgoudystmtt-italic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'OFLSortsMillGoudyTT';
	/*src: url('fonts/oflgoudystmtt-webfont.eot'); */
	src: local('OFL Sorts Mill Goudy'), url('fonts/oflgoudystmtt-webfont.woff') format('woff'), url('fonts/oflgoudystmtt-webfont.ttf') format('truetype'), url('fonts/oflgoudystmtt-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'OFLSortsMillGoudyTT', 'Times', serif;
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 18px;
	text-align: center;
}
a, a:hover, a:visited, a img {
	color: #000000;
	border: 0;
}
div#main {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	position: absolute;
}
div#title {
	width: 100%;
	height: 32px;
	font-size: 1.3em;
	text-align: center;
}
div#title a {
	text-decoration: none;
}
div#menu {
	position: relative;
	top: -4px;
	width: 100%;
	height:17px;
	font-size: 0.7em;
	text-align: center;
	color: #444444;
}
div#menu ul li {
	display: inline;
	height: 17px;
	margin: 0;
	background: url(img/bullet.png); 
	background-repeat: no-repeat;
	padding-left: 11px;
	padding-right: 0;
}
div#menu ul li:first-child { 
	background: none; 
	padding-left: 0;
}
div#menu ul {
	list-style-type: disc;
	display: inline;
	margin: 0;
	padding: 0;
}
div#menu ul li a, div#menu ul li a:visited {
	text-decoration: none;
}
a.active {
	color: #777777;
}
div#content {
	width: 100%;
	font-size: 0.75em;
	
}
#photo {
	margin-top: -2px;
	cursor: pointer;
}
#contact {
	height: 580px;
	width: 800px;
	margin-top: -4px;
	margin-left: -400px;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
	font-size: 0.75em;
	position: fixed;
	left: 50%;
	padding: 3px 4px 3px 4px;
	text-align: left;
}
#portrait {
	width: 300px;
	height: 300px;
	float: right;
	padding-top: 3px;
}
table, tr, td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#contact table tr td {
	padding-right: 4px;
}
#clickinfo {
	font-size: 6em;
	position: absolute;
	top: 280px;
	margin-left: -200px;
	width: 400px;
	left: 50%;
	text-align: center;
	color: #FFFFFF;
}
