	<style type="text/css">
		 /*<![CDATA[ */   

			body {
				font-family:  arial, georgia, sans-serif;
				font-size: 16pt;
				color: navy;
				background-image: url(images/bgrnd32.jpg);
			     }

			
			.header {
				height:120px; 
				padding: 10px;
				text-align:center;
				font-style: italic;
				padding: 30px;
				color:navy;
				background-color: antiquewhite;
				border-style: double;
				} 


			h1 { 	
				font-style: italic;
				color: navy;
			   }

			h2 {color: navy}

			hr {color:navy}

			a {
				font-weight: bold;
				font-size: 80%;
				text-decoration: none;
				font-style: normal;
				color: blue;
			  }

			a:link {font-size: 80%}
			
			a:hover {
				font-weight: bold;
				font-size: 100%;
				text-decoration:  underline;
				font-style: italic;
			        }

			a:active {font-size: 100%}

			.main {
				position: absolute;
				top:  200px;
				left: 300px;
				font-family:  arial, georgia, sans-serif;
				font-size: 16pt;
				color: navy;
			        }

			.nav  {		
				width: 175px;
				padding: 10px;
				float:  left;
				font-style: italic;
				font-size: 110%;
				background-color: antiquewhite;
				border-style: double;
				border-color:navy;
			      }
	
			.lowest {
				position: absolute;
				top:  500px;
				left: 20px;
				font-family:  arial, georgia, sans-serif;
				font-size: 16pt;
				color: navy;
			        }

			.navbot  {	
				position: absolute;
				top:  900px;
				float: center;
				font-style: italic;
				background-color:antiquewhite;
				}

			.vendors {font-size: 12pt}

			.map {
				background-color:antiquewhite;
				border-color:navy;
			     }

			.rsvp {
				background-color:antiquewhite;
				font-size: 16px;
				border-style: double;
				border-color:navy;
			      }

			.guests {font-size: 14pt}

		</style>


