	body {
		overflow:hidden; /* hide scroll bars in MSIE */
		margin:0px; padding:0px;
		background:#96D8F0 url(images/bgBlueDrapes.jpg) center 0 repeat-y;
		
		text-align:center;
		font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
		font-size: 10pt;
		font-weight:bold;
		color:#3DA0C7;
	}

	#outer	{
		position:relative; display:block; 
		margin:0px; padding:5px;
		text-align:center; 
		
	/*	background:#96D8F0 url(images/bgBlueDrapes.jpg) repeat-y;
		background-position:center auto;
		width:1000px;*/
	}

	#header {
		position:relative;
		width:800px; height:90px; 
		margin:0px auto; 
		font-family:Arial, Verdana, Helvetica,Times; font-size:10pt; font-weight:bold; font-style:italic; line-height:1; 
		text-align:left;
		color:#3DA0C7;
	}
	
	#header .boxcontent		{background: #f6feff;}
	#logographic					{position:relative; display:inline; left:4px;	top:2px; height:80px; }
	#logotext							{position:relative; display:inline; left:0px;	top:2px; height:80px; }
	.menu a span					{display:none; width:100px;text-decoration:none;}
	.menu a img					{border:none;}	
	.menu a:hover span		{display:inline;}
	.menu#caption-home		{position:absolute; display:inline; top:18px; left:310px; background:#f6feff;}
	.menu#caption-services	{position:absolute; display:inline; top:18px; left:365px; background:#f6feff;}
	.menu#caption-ourteam	{position:absolute; display:inline; top:18px; left:440px; background:#f6feff;}
	.menu#caption-location	{position:absolute; display:inline; top:18px; left:525px; background:#f6feff;}
	.menu#caption-hours		{position:absolute; display:inline; top:18px; left:592px; background:#f6feff;}
	.menu#caption-payments	{position:absolute; display:inline; top:18px; left:645px; background:#f6feff;}
	.menu#caption-details		{position:absolute; display:inline; top:50px; left:320px; background:#f6feff;}
	
	ul										{background:#f6feff; padding:15px ; margin:0px 0px 0px 10px;}

	#content {
		position:relative; top:2px;
		width:800px; height:400px; margin:0px auto; padding:0px;
		background:transparent;
		/*background:#96D8F0;*/
		text-align:left;
	}
	.info			{position:absolute; top:20px; left:0px; background:#96D8F0; text-align:left; width:750px;}
		.title		{background:#96D8F0; text-align:left; margin-left:0px;}
		.text		{background:#96D8F0; text-align:left; margin-left:70px; margin-top:10px; }
/*	#footer2	{position:absolute; display:inline; top:500px; width:800px; margin:0px auto; text-align:center;} */

/* end */


/* need to center the footer at the bottom of the screen */
#footer {
  position:fixed;
  bottom:0; 
  left:0;
  
  width:100%;
  height:45px; 
  overflow:auto; 
  text-align:center; 
  /*border-top:0px solid #96D8F0;*/
  }
#footer .curved	{width:800px; margin:0px auto;}

* html #footer {height:50px;}
