@charset "utf-8";
/* CSS Document */
<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		background:#ffffff;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}
		
		#footercontent {
	position: absolute;
	left:24px;/*was 190*/
	top:1100px;/* should be 670 just moved it */
	width:200px;
	visibility: visible;
	height: 195px;

		}
		
		
		#thumbs
		{
		position:absolute;
		left:-5px;
		}
		
		#gal{
	position: absolute;
	left:480px;
	top:200px;
	}
	#gal2{
	border-style:solid;
	border-width:5px;
	border-color:#ffffff;
	}

		
	#bottomspacer {
	position: absolute;
	left:20px;
	top:600px;
	width:800px;
	height:20px;
	background-color:#0000000;
		}
	
	#banner {
		position:absolute;
		height:40px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		border-bottom:1px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
		border:1px solid #ffffff;
		}
		
#lettertext {
	position: absolute;
	left:130px;
	top:50px;
	width:552px; 
	height:115px; 
	z-index:5;
	}
		/*Images*/
			#letter {
	position: absolute;
	left:101px;
	top:24px;
	width:600px;
	height:525px;
	z-index: 2;

		}
	html>body #banner {
		height:39px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:16px;
		padding-top:10px;
		font-family:Ariel;
		}
		
		}
	#banner h1 {
		font-size:16px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px
		}
		
	.maintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-style: normal;
	font-weight: normal;

	}
	.navtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-style: normal;
	font-weight: normal;

	}
	.navtextblue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background:#00ADEF
	font-style: normal;
	font-weight: normal;

	}
</style>

