body{
		margin:0;
		background-color:#850404;
		
	}
	#oneDivToRuleThemAll
	{
		border-bottom:5px solid black;
		border-right:5px solid black;
		border-left:5px solid black;
		width:780px;
		margin:auto;
		height:100%;
	}
	#topsection
	{
		position:relative;
		clear:both;
		width:780px;
		min-height:500px;		
	}
	#botsection
	{
		position:relative;
		clear:both;
		width:780px;
		padding-top:80px;
		margin-top:80px;
	}
/* NAVIGATION */
	#nav
	{
		background-image:url(images/flower-and-cabbage.jpg);
		position: relative;
		width:159px;
		height:483px;
		float:left;
	}
	#navscree
	{
		position:relative;
		width:100%;
		height:200px;
		top:170px;
	}
	.navitem
	{
		float:left;
		font-family:georgia,times, serif;
		font-size:14px;
		color:white;
		width:146px;
		height:26px;
		padding-top:6px;
		padding-left:10px;
		text-align:left;
		border-bottom: 1px solid orange;
		font-weight:bold;
	}
	a.navitem:link, a.navitem:visited, a.navitem:active
	{
		background-color:black;
		filter:alpha(opacity=70);
		opacity: 0.7;
		text-decoration:none;
		
	}
	
	a.navitem:hover
	{
		background-color:black;
		filter:alpha(opacity=90);		
		opacity: 0.9;
		text-decoration:none;
		
	}
	
	
/* TOP -- ABOVE CONTENT */
	#top
	{
		background-image:url(images/background-tabletop.gif);
		position: absolute;
		top:0;
		left:159px;
		width:621px;
		height:121px;
		background-color:black;
	}
	
	
	#bowl
	{
		background-image:url(images/bowl.png);
		position: absolute;
		width:200px;
		height:137px;
		top:0px;
		left:477px;
		
	}
	
	#header
	{
		background-color:#000000;
		width:593px;
		height:20px;
		position:relative;
		top:0;
		left:0;
		font-family:times-roman, times, georgia, serif;
		font-size:14px;
		color:white;
		padding-top:5px;
		padding-left:5px;

	}

h1
{
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 16px;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:2px;
	border-bottom:1px solid black;
}
h2
{
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:right;
}
h3
{
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:left;
}
/* CONTENT AREA */	
	#content
	{
		width:598px;
		float:left;
		top:111px;
		left:20px;
		background-color:#D48201;
		border:2px solid black;
		padding-bottom:70px;
		position:relative;
		margin-bottom:70px;
		min-height:382px;		
		

	}
	#content p,ul
	{
		font-family:times-roman, times, georgia, serif;
		font-size:14px;
	}
	.txt
	{
		margin:10px;
	}	
	
	#footer
	{
		background-color:#1C2021;
		height:18px;
		width:595px;
		padding-left:185px;
		font-family: times new roman, times, serif;
		font-size:12px;
		padding-top:4px;
		letter-spacing:1px;
		color:white;
	}
	#footer a:link, a:visited
	{
		color:white;
		text-decoration:none;
	}
	#footer a:hover
	{
		color:#EC7326;
	}
	#flower-lower
	{
		position:absolute;
		width:80px; /* 164px; */
		height:76px; /* 156px; */
		bottom:0;
		right:0;
		background-image:url(images/flower-lower2.png);
	/*	opacity: 0.8;
		filter:alpha(opacity=80);		
	*/	
		
	}

a:link
{
		color:white;
		text-decoration:none;
}

a:visited
{
		color:#e6e6e6;
		text-decoration:none;
}

a:hover
{
		color:white;
		text-decoration:underline;
}






