/* michaellanecuisine.com // all rights reserved // 2005 */
html, body			{
		margin:5px 0px; 
		padding:0px; 
		text-align:center; 
		} 
body						{
		font-family: arial, helvetica, sans-serif;
		background: #000;
		/* background: url(images/bg1.gif); */
		}
#container			{
		background: #FFF;
		text-align:left;
		}
#border					{
		border: 1px solid #CCC;
		background: transparent;
		}
#header					{
		background: url(images/header1.gif) no-repeat;
		}
#nav_horizontal		{
		background: url(images/linebreak1.gif) repeat-x;
		}
#row2	{;} /* container for lower portion of page */	
#nav_vertical			{
		border-right: 1px solid #CCC;
		}
#img_spot1				{
		background: #FFF;
		}
#img_spot2
#linebreak1			{
		background: url(images/linebreak1.gif) repeat-x;
		}
#feature1
#feature2
#feature3
#content	{
		padding: 20px;
		font-family: arial, verdana, tahoma, sans-serif;
		font-size: 12px;
		}
#content h3		{
		padding: 5px;
		margin: 0px;
		border-bottom: 2px solid #9C0;
		}
#content h4		{
		padding: 3px;
		font-size: 14px;
		margin: 0px;
		border-bottom: 2px solid #CCC;
		}
#legal		{
		position: relative;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		color: #FFF;
		font-size: 10px;
		}
#legal a:link		{
		color: #FFF;
		font-size: 12px;
		text-decoration: none;
		}
#legal	a:visited	{
		color: #CCC;
		text-decoration: none;
		}
#legal a:hover		{
		color: #9C0;
		background: #333;
		text-decoration: none;
		}
		
/* Classes */
#linebreak1			{
		background: url(images/linebreak1.gif) repeat-x;
		}
.elink a:link		{color: #9C0;}
.elink a:visited	{color: #9C0;}
.elink a:hover		{color: #9C0; text-decoration: none;}

.menu	{
		padding: 5px;
		border-left: 1px solid #9C0;
		}
.menu_rt	{
		border-left: 1px solid #9C0;
		border-right: 1px solid #9C0;
		border-bottom: 1px solid #9C0;
		margin: 0px 3px;
		}
.menutitle		{
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0px 3px;
		}
.legend1	{
		font-size: 14px;
		font-weight: bold;
		color: #000;
		margin-bottom: 5px;
		}
.fieldset1	{
		margin-left: 30px;
		line-height: 120%;
		}
.brder_grn	{
		border: 1px solid #9C0;
		}
.floralheader	{
		background: url(images/online_soon.gif) right top no-repeat;
		}
.subheading	{
		border-bottom: 2px solid #CCC;
		margin: 0px;
		padding: 3px;
		font-size: 14px;
		}
.leftmargin25px	{
		margin-left: 25px;
		}