#lefthead{
	visibility: visible;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100px;
	float: none;
	color: #000000;
	background-color: #FFFFFF;
	font-family: "American Typewriter", Georgia, "Times New Roman", Times, serif;
	text-align: right;
	text-transform: lowercase;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 1;
	clip: auto;
	white-space: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right: 0px;
	clear: right;
	max-width: 250px;
	border-color: #FFFFFF;
	width: 230px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	padding-right: 20px;
}

#leftcol{
	visibility: visible;
	position: relative;
	top: 100px;
	left: 5px;
	right: 30px;
	width: 220px;
	height: 450;
	float: none;
	color: #000000;
	background-color: #FFFFFF;
	font-family: "American Typewriter", Georgia, "Times New Roman", Times, serif;
	text-align: right;
	text-transform: lowercase;
	font-size: 12pt;
	z-index: 0;
	overflow: visible;
}

#rightcol{
	background-image: url(/images/bgpix2.jpg);
	visibility: visible;
	position: fixed;
	top: 0px;
	left: 250px;
	width: 100%;
	font-family: "American Typewriter", Georgia, "Times New Roman", Times, serif;
	background-color: #333333;
	background-repeat: repeat;
	height: 101%;
	border: 0;
	background-attachment: fixed;
}


h1{
	font-family: "American Typewriter", Georgia, "Times New Roman", Times, serif;
	text-align: right;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 18pt;
}

h2{
	font-family: "American Typewriter", Georgia, "Times New Roman", Times, serif;
	text-align: right;
	text-decoration: underline;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 12pt;
}


a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 12pt;
}

a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	font-size: 12pt;
}

a:hover  {
	color: #FF0000;
	font-size: 12pt;
	font-weight: normal;
	text-transform: lowercase;
	font-variant: normal;
	text-decoration: none;
}