	body {
			font: 90%/1.5 black "Times New Roman", times new roman, arial, verdana, Helvetica, sans-serif;
			letter-spacing: 0.1em;
			word-spacing: 0.3em;		
			background:  #FFFFF0  ;
 		}

		
	a {
		color: black;
		font-weight:bold;
		text-decoration: none;
		}

	a:link { color: #32CD32; }

	a:visited { color:  blue; }

	a:hover { text-decoration: underline; }


	#header ul {
		list-style: none;
		padding: 0;
		margin: 0 0 0 150px;		
	}
	
	#header li {
		float: left;
		background: url(images/tabright.png) top right no-repeat;
		margin: 0;
	}
	
	#header a {
		display: block;
		background: url(images/tableft.png) top left no-repeat;
		text-decoration: none;
		padding: 0.6em 1em 0.25em;
	}
	
	#header a:hover {
		color: black;
	}
	
	#header #selected {
		font-weight: bold;
		background-image: url(images/tabrightactive.png);
	}
	
	#header #selected a {
		background-image: url(images/tableftactive.png);
		color: black;
	}



	h1 {
			background-image: url(images/title.png);
			width: 1000px;
			height: 221px;
			postition: relative;
			font-size: 2em;
			margin: 0
		}

	h1 span {
			display: block;
			height: 0;
			overflow: hidden;
			position: absolute;
			top: 0;
			width: 1000px;
			height: 221px
			background-image: url (images/title.png);
			margin: 0
		}

	h4 { margin: 0; }

	#content {	clear: both;
			background: #CC0000   ;
			padding: 1em;
		}
		
	
	#main {
		margin: 0 75px 0 75px;
		}

	
	.pquote {
			color: purple;
			font-size: 1.2em;
			line-height: 0.9;
			font-style: italic;
			padding: 0.5em;
			margin: 0;
		}

			
	.pquote p:first-letter {
			font-size: 1.5em;
			font-weight: bold;
		}

	ins {
			color: red;
			font-size: 1em;
			font-weight: bold;
			font-style: italic;
		}

			
	#container {
			width: 40em;
		}

	
	.portfont {	
			font-size: 50%;
		}
	
	#read	{ background: url(images/bg.jpg) repeat ; }

	#face	{ background: white ; }

	#speech	{ background: url(images/speech.png) no-repeat ; }

	#speecha	{ background: url(images/speecha.png) no-repeat ; }	
	

	#map 	{ background: url(images/bgc2.jpg) no-repeat; }	



	#gallery {
			background: url(images/bg.jpg);
			border: 3px solid black;

		}

	#advert	{  color: yellow;  }



	.insert	{	
			font: 95% red "Times New Roman", verdana, arial, Helvetica, sans-serif; 
		
		}



	.textpic {
			
			float: left;
		}

	.textpicr {
			
			float: right;
		}

	.utube {
			position: absolute;
			top: 1.2em;
		}

	.stay {
			position: relative;

		}
	
	.break { 
			clear: both;
		}


@media print {
			
		body { 
			font: 12pt "Times New Roman", Times, serif;
			color: black;
			background: white;
		}



		#header {
			display: none;
		}


		a {
			color: black;
			text-decoration: none;
		}

		#main {
			margin: 0;
			width: 100%;
		}
		

		
		}

