/* CSS Level 2 Document */

		body {
			background-color: #e4cf00;
			font-family : Verdana, Arial, sans-serif; 
			margin-top: 30px;
		}

		#container {
			z-index: 1;
			position: relative;
			width: 700px;
			border: 0;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px 0px 0px 0px;
		}
		
		.skiplink {
			display: none;
		}
		
		#topbar {
			position: relative;
			padding: 0px;
			margin-bottom: 0px;
			height: 28px;
			width: 700px;
		}
		
		#nav {
			position: absolute;
			top: 5px;
			left: 190px;
		}
		
		#content {
			margin-top: 55px;
			border-width: 1px;
			border-color: #333333;
			background-color: white;
			padding: 26px 26px 10px 26px;
			border-style: solid;
			background-image: url(images/home_bg.jpg);
			background-position: bottom;
			background-repeat: no-repeat;
			}
			
		#text {
			width: 290px;
			padding: 0px;
			margin: 0px;
			border: 0px;
		}
		
		#sig {
			margin-top: 25px;
		}
		
		#sig p {
			color:#888;
			font-size: 10px;
			line-height: 13px;
			margin: 0px;
		}
		
		#sig a {
			color:#888;
			border-bottom: 1px dotted;
			text-decoration: none;
		}

		#sig a:hover {
			text-decoration: none;
			background: #e4db83;
		}
		
		#flowers {
			position: absolute;
			z-index: 2;
			top: 275px;
			left: 260px;
		}

		p {
			color:#666666;
			font-family: Verdana, Arial, sans-serif;
			font-size: 11px;
			line-height: 18px;
			margin: 5px 0px 0px 0px;
			padding: 0px;
		}

		h1 { 
			color: #666666;
			font-family: Verdana, Arial, sans-serif;
			font-weight: bold;
			font-size: 12px;
			line-height: 15px;
			margin: 0px;
			padding: 0px;
		 }

		ul {
			list-style-type: disc;
			margin: 5px 0px 0px 5px;
			padding: 0px;
		}

		li {
			color:#666666;
			list-style-type: disc;
			margin-left: 20px;
			font-family: Verdana, Arial, sans-serif;
			font-size: 11px;
			line-height: 20px;
		}
		
		a {
			color: #006699;
		}
		
		a:hover {
			background: #e4db83;
		}
		
		img {
			border: none;
		}

	#sprites {
    	width: 510px; 
	 	height: 19px;
    	background-image: url(images/nav_sprites.gif);
    	margin: auto; 
	 	padding: 0;
    	position: relative;
	}

  	#sprites li {
    	margin: 0; 
	 	padding: 0; 
	 	list-style: none;
    	position: absolute; 
	 	top: 0;
	}

  	#sprites li, #sprites a {
    	height: 19px; 
	 	display: block;
	}
	 
  	#who {left: 0; width: 101px;}
  	#what {left: 102px; width: 101px;}
  	#port {left: 204px; width: 101px;}
  	#assoc {left: 306px; width: 101px;}
  	#contact {left: 408px; width: 101px;}
  
  	#who a:hover {background: transparent url(images/nav_sprites.gif) 0 -19px no-repeat;}
  	#what a:hover {background: transparent url(images/nav_sprites.gif) -102px -19px no-repeat;}
  	#port a:hover {background: transparent url(images/nav_sprites.gif) -204px -19px no-repeat;}
  	#assoc a:hover {background: transparent url(images/nav_sprites.gif) -306px -19px no-repeat;}
  	#contact a:hover {background: transparent url(images/nav_sprites.gif) -408px -19px no-repeat;}