/* load fonts first, so they get downloaded quickly */
@font-face {
	font-family: 'oldtype';
	src: url('vintagetypewritercorona.ttf');
}
@font-face {
	font-family: 'curly';
	src: url('4mylover.ttf');
}
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Now we set our own values for those items that need margins/borders and so on */
body {
	line-height: 1;
	background-color: white;
	font-family: oldtype, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 16pt;
	color: #067;
	margin: 0 auto 0.5em auto;
	padding: 1em;
	width: 39em;
}
ul {
	list-style: none;
	margin-left: 2em;
}
li {
	margin-top: 0.5em;
}
ol {
	list-style-type: upper-roman;
	margin-left: 2em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin-top: 1em;
}
hr {
	background-color: #f60;
	margin: 0em auto;
}
h1, h2, h3, h4 {
	margin: 1em 0 0.5em 0;
	padding: 0.5em 0 0 0;
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
address {
	margin-left: 1em;
}
small {
	font-size: 0.6em;
}
big {
	font-size: 1.2em;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-weight: bolder;
}
.justleft {
	text-align: left;
}
.justright {
	text-align: right;
}
.justify {
	text-align: justify;
}
.clearfix {
	clear: both;
}
/* End CSS reset */
header, footer {
	text-align: center;
}
section {
	padding: 0 1em;
}
/* reverse email address */
span.codedirection { unicode-bidi:bidi-override; direction: rtl; }
.soon, cite, .tbp, .tbp-orange {
	color: #f60;
}
.tbp-blue {
	color: #0ef;
}
#logo {
	margin: 0 auto;
}
.untext {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.27em;
	color: #abc;
	text-align: center;
	margin-bottom: 1em;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.center {
  text-align: center;
}

#ftrAddr {
	width: 100%;
	text-align: center;
	margin: 0 0.5em -0.3em;
}
.midpic {
	width: 17.9em;
	text-align: center;
}
.soon {
	margin-top: 2em;
	font-family: curly, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 2.5em;
	text-align: center;
}
.asside {
	text-align: center;
	font-size: 80%;
	margin-bottom: 8em;
}.asside2 {
	text-align: center;
	font-size: 50%;
	margin-bottom: 2em;
}
.ie {
	border: 1px solid red;
	padding: 0 1em 1em;
}