body {
	background-color: white;
	background-image: url("http://www.thinair.cc/images/parchmentbase.jpg");
	background-attachment: fixed;
}

	.center {text-align: center}
	.left {text-align: left}
	.right {text-align: right}

p {	
	font-size: 12pt;
	font-family: arial, sans-serif;
	/* text-align: left; */
	Letter-spacing: 1px;
}

p1 {	/* font-style: italic; */
	/* font-weight: bold; */
	font-size: 10pt;
	font-family: arial, sans-serif;
	text-align: left;
	letter-spacing: 1px;
}

p2 {	/* font-style: italic; */
	/* font-weight: bold; */
	line-height: 0%;
	font-size: 8pt;
	font-family: arial narrow, sans-serif;
	text-align: left;
	letter-spacing: 1px;
}

p3 {	font-style: italic;
	/* font-weight: bold; */
	line-height: 70%;
	padding: 0px 0px 0px 0px;
	font-size: 6pt;
	font-family: arial, sans-serif;
	text-align: center;
	letter-spacing: .85px;
}

p4 {	/* font-style: italic; */
	/* font-weight: bold; */
	line-height: 70%;
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	font-family: Times New Roman, serif;
	text-align: center;
	letter-spacing: 2px;
}


/* p.small {line-height: 90%} */

h1 {	color: #990000;
	font-size: 30pt;
	font-family: arial, sans-serif;
	line-height: 90%;
	text-align: center;
}

h2 {	font-size: 22pt;
	font-family: arial, sans-serif;
	text-align: center;
	line-height: 90%;
	}

h3 {	font-size: 18pt;
	font-family: arial, sans-serif;
	text-align: center;
	line-height: 90%;
	}

h4 {	font-size: 14pt;
	font-family: arial, sans-serif;
	text-align: center;
	line-height: 90%;
	}

a:active {color: #FFFF00;}
a:visited {color: #660099;}

a:hover {
	/* text-transform: uppercase; */
	/* font-weight:bold; */
	font-style: italic;
	color:blue;
	background-color:yellow;
}

.tableblock {
	border: 2px solid BLACK;
	padding: 2px;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 70%;
/*	position: absolute;
	top: 125px;
	left: 125px;
*/	}

#header {
  /* background: #0f0; */
  width: 100%;
}
#leftcol {
  /* background: #f00; */
  float: left;
  width: 120px;
  /* height: 500px; */
  height: auto;
}
#rightcol {
  /* background: #f00; */
  float: right;
  width: 120px;
  /* height: 500px; */
  height: auto;
}
#content1 {
  /* background: #fff; */
  float: left;
  width: 40%;
  text-align: left;
  /* height: 500px; */
  height: auto;
}

#content2 {
  /* background: #fff; */
  float: right;
  text-align: left;
  width: 40%;
  /* height: 500px; */
  height: auto;
}

#footer {
  /* background: #0f0; */
  clear: both;
  width: 100%;
}

#picture-left {
		float: left;
		width: auto;
}

#picture-right {
		float: right;
		width: auto;
}

#picture-center {
		float: middle;
		width: auto;
}
