/* CSS Document */
body		{
			font-family: "Times New Roman", Times, serif;
			background-color: #556B2F ;
			}

.nav 		{
			position: absolute;
			top: 50px;
			left: 0px;
			width: 130px;
			height: 200px;
			padding: 5px;			
			}
			
.left 		{
			position: absolute;
			top: 75px;
			left: 0px;
			width: 140px;
			height: 445px;
			background-color: #BDB76B;						
			}			

.top 		{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 800px;
			height: 75px;
			background-color: #BDB76B;						
			}

.main		{
			position: absolute;
			top: 75px;
			left: 140px;
			width: 640px;
			height: 425px;
			background-color: #EEE8AA;
			margin: 15px;
			}
			
.foot		{
			position: absolute;
			top: 520px;
			left: 0px;
			width: 795px;
			height: 30px;
			background-color: #BDB76B;
			font-size: 10pt;
			color: #000000;
			font-weight: bold;
			font-style: italic;				
			text-align: center;
			}		

table 			{
				width: 100%;
				height: 100%;
				}

td 				{
				vertical-align: middle;
				text-align: center;
				}

.container 		{
				position: relative;
				margin: 0 auto;
				width: 800px;
				height: 550px;
				text-align: left;
				background-color: #999933;				
				border: 7px outset #999999;
				}

.floatRight		{
				float: right;
				margin: 20px;
				}

.floatLeft		{
				float: left;
				margin: 20px;
				}
								
#Bonnie			{
				position: absolute;
				top: 5px;
				right: 5px;
				width: 68px;
				height: 50px;
				}
				
#Miss			{
				position: absolute;
				top: 5px;
				left: 5px;
				width: 68px;
				height: 50px;
				}				
				
#Title			{
				position: absolute;
				top: 10px;
				left: 75px;
				width: 650px;
				height: 40px;
				font-size: 24pt;
				color: #800000;
				font-weight: bold;
				font-style: italic;				
				text-align: center;
				}
				
#Title2			{
				position: absolute;
				bottom: 0px;
				left: 75px;
				width: 650px;
				height: 30px;
				font-size: 16pt;
				color: #000000;
				text-align: center;
				}
				
.Heading		{
				position: absolute;
				top: 0px;
				right: 5px;
				width: 650px;
				height: 30px;
				font-size: 12pt;
				font-weight: bold;
				color: #996600;
				text-align: right;				
				}						
				
.Text			{
				font-size: 12pt;
				color: #000000;
				text-align: left;
				line-height: 1.1;
				padding: 5px;
				}
				
.footText		{
				position: absolute;
				bottom: 0px;
				left: 75px;
				width: 650px;
				height: 30px;				
				}
				
.style3			{
				font-size: 8pt;
				color: #000000;
				font-weight: bold;
				}
				
.Next			{
				position: absolute;
				bottom: 15px;
				right: 5px;
				z-index: 5;
				}
a:hover		{
				color: #0000FF;
				}
				
#Links1			{
				position: absolute;
				top: 75px;
				left: 5px;
				width: 250px;
				height: 250px;
				line-height: 1.75;
				font-size: 10pt;								
				}
				
#Links2			{
				position: absolute;
				top: 75px;
				right: 5px;
				width: 375px;
				height: 250px;
				line-height: 2;
				font-size: 10pt;								
				}
				
#Form			{	
				position: absolute;
				top: 50px;
				left: 10px;
				}
				
#Contact, td	{
				font-size: 10pt;
				color: #000000;
				text-align: left;
				}
				
#Logo			{
				position: absolute;
				left: 163px;
				top: 20px;
				}
				
#RoseText		{
				position: absolute;
				top: 210px;
				left: 100px;
				width: 440px;
				font-size: 12pt;
				line-height: 1.5;
				text-indent: 50px;								
				}	
				
#Map			{
				position: absolute;
				bottom: 50px;
				left: 255.5px;
				width: 200px;
				font-size: 12pt;
				}	
