body
{
	margin: 0;
	padding: 0;
	background-image: url("images/h2hbg.jpg");	
}

div
{
	text-align:center;
	position:relative;
	top:5px;
}

.foot
{
	color: blue;
	font-size: small;
}

.top
{
	/*margin: 5px;
	padding: 5px;*/
	height: 20px;
	font-family: "Celtic Bold";
	font-size: x-large;
	text-align: center;
}

.topCL
{
	/*margin: 10px;
	padding: 5px;*/
	height: 20px;
	font-family: "Monotype Corsiva";
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}

.footer
{
	font-family: "arial, sans-serif";
	font-size: x-small;
	text-align: center;
	margin: 20px;		
}

.leftside
{
	font-family: "Monotype Corsiva";
	position: absolute;
	left: 10px;
	top: 15%;	
	width: 33%;
}

.midcol
{
	font-family: "Monotype Corsiva";
	margin-left: 34%;
	margin-right: 34%;	
}


.rightside
{
	font-family: "Monotype Corsiva";
	position: absolute;
	right: 10px;
	top: 15%;	
	width: 33%;
}



