   /* CSS Document */
   
   body {
   			color: #AD9974;
			font-family: Arial, Helvetica, sans-serif;
			font-size: small;
			background-color: #FFFFFF;
			}
			
	a:link {
			color: #333333;
			text-decoration: none;
			}
			
	a:hover {
			color:#CC9933;
			}

	#header {
			background-color: #FFFFFF;
			margin-left:0px;
			border: outset;
			border-color:#CD9325;
			}
			
			
	#footer {
			font-size: 70%;
			font-weight: bold;
			clear: right;
			}
			
	#totalcontent { 
	        padding: 25px;
			background-color: #FFFFFF;
			border:outset;
			border-color:#CD9325;
			margin: 20px;
			height:250px;
			}
			
	#bird {
			position: absolute;
			top: 400px;
			left: 625px;
			width: 264px;
			border:outset;
			border-color:#CD9325;
			}
			
		
	table #formtable {
			border: none;
			background: #ffffff;
			margin-left:25px;
			text-align: left;
   			color: #AD9974;
			font-family: Arial, Helvetica, sans-serif;
			font-size: small;
			width: 325px;
			}
			
	table #tableheader {
			border: none;
			background: #ffffff;
			margin-left:25px;
			text-align: left;
   			color: #AD9974;
			font-family: Arial, Helvetica, sans-serif;
			font-size: small;
			width: 325px;
					
					}


			
	 .legend  {
	 	    color: #AD9974;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 110%;
	          }
	
			
	#main {
			margin: 2px 280px 5px 50px;
			background-color: #FFFFFF;
			padding: 30px 10px 10px 10px;
			width: 255px;
		   }
			
    .cap {
			font-size:200%;
		 }
		
	#page {
		 background-color: #F3EBCB;
		 border: groove;
		 border-color:#CD9325;
		 width: 800px;
		 padding:50px;
		  } 
		  
	#gallerypage {
		 background-color: #F3EBCB;
		 border: groove;
		 border-color:#CD9325;
		 width: 800px;
		 height: 600px;
		 padding:50px;
		  }
		  
		#gallerycontent { 
	        padding: 25px;
			background-color: #FFFFFF;
			border:outset;
			border-color:#CD9325;
			margin: 20px;
			height:420px;
			}
		  
	#rose {
			position: absolute;
			top:50px;
			left: 750px;
			z-index: 99;
	 	  }
		  
/* CSS Tabs */
#navcontainer {
        background: #F3EBCB;
        width: 20%;
        margin: 0 auto;
		margin-top: 20px;
		margin-right: 5px;
        padding: 1em 0;
        font-family: Arial, sans-serif;
        font-size: 13px;
        text-align: center;
        text-transform: lowercase;
		float: left;
}

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 70%;
}

ul#navlist li {
        display: block;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em 0 0.5em 2em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #f0e7d7;
        color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
        background: transparent;
        border-color: #aaab9c #fff #fff #ccc;
}

/* end of navigation */

/* Flash gallery */
  #gallery {
  			width: 300px;
			height: 270px;
			padding: -2px;
			position: absolute;
			top: 220px;
			left: 230px;
  			}
			
	#galleryText {
			position: absolute;
			top: 275px;
			left: 550px;
			width: 275px;
			border: none;
				}
				
	/* about page text */	
			
	.contentBox {
	display:block;
	border-width: 1px;
	border-style: solid;
	border-color: 000;
	padding:5px;
	margin-top:2px;
	width:300px;
	height:250px;
	overflow:scroll
	}
	