html 
	{
	height:100.01%;
	}

body 
	{ 
 	margin: 0; 
 	background-color: #99ffff;
 	font-size: 9pt;
 	font-family: Tahoma, sans-serif;
	height:100.01%;
	text-align: center;
	}


a:link, a:visited, a:active
	{ 
	color: #002060;
 	text-decoration: none;
	}

a:hover 
	{ 
	color: #FFA500;
	text-decoration: none; 
	}


img 
	{
	border:0;
	}

h1
	{
	font-size: 14pt;
	}

h2
	{
	color: #800080;
	font-size: 11pt;
	margin-bottom: 2px;
	margin-top: 15px;
	}
	
	
	
	h3
	{
	color: Orange;
	font-size: 13pt;
	margin-bottom: 2px;
	margin-top: 15px;
	}

.leftimage
	{
	float: left;
	margin: 0 10px 10px 0;
	}

.rightimage
	{
	float: right;
	margin: 0 0px 10px 10px;
	}

#leftmaindiv
	{
	min-height: 250%;
	width: 141px;
	position: absolute;
	top: 0px;
	left: 0px;
	background:url("art/borderleft.jpg") top left repeat-y;
	}

#rightmaindiv
	{
	min-height: 250%;
	width: 141px;
	position: absolute;
	top: 0px;
	right: 0px;
	background:url("art/borderright.jpg") top right repeat-y;
	}



#maincontent
	{
	display: inline-block;
	text-align: center;
	min-height: 280px;
	width: 600px;
	}



#footerdiv
	{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;
	}

#footer
	{
	width: 600px;
	background-color: #8FC323;
	font-size: 7pt;
	text-align: center;
	padding: 2px 10px 3px 10px;
	}

#gallerytable td
	{
	text-align: center;
	vertical-align: top;
	width: 50%;
	}

