/* CSS Document */

body	{
	background-color: #ffffff;
	font-family: Maiandra GD, Arial, Times New Roman, sans-serif;
	font-size: 10pt;
	color: #614c33;
}

h1	{
	font-size: 14pt;
}

h2	{
	font-size: 12pt;
}


#background	{
	background: url(images/template.jpg) no-repeat top-left;
	padding: 10px 10px 10px;
	z-index:0;
}

#footzonelink	{
	position: absolute;
	width: 144px;
	height: 36px;
	z-index: 1;
	left: 40px;
	top: 190px;
}

#products {
	position: absolute;
	width: 144px;
	height: 36px;
	z-index: 1;
	left: 40px;
	top: 290px;
}

#content {
	position: absolute;
	width: 640px;
	height: 480px;
	z-index:2;
	left: 220px;
	top: 165px;
}

.date {
	font-size: 8pt;
	position: absolute;
	width: 175px;
	height: 20px;
	left: 25px;
	top: 625px;
}

.location	{
	color: #ffffff;
	font-size: 8pt;
	position: absolute;
	width: 175px;
	height: 20px;
	left: 25px;
	top: 655px;
}

#navigation{
	background: #ffffff;
	position: absolute;
	width: 144px;
	height: 36px;
	z-index: 1;
	left: 10px;
	top: 190px;
}

#feet	{
	position: absolute;
	width: 200px;
	height: 50px;
	z-index: 2;
	left: 725px;
	top: 15px;
}

#egyptians	{
	position: absolute;
	z-index: 2;
	left: 400px;
	top: 475px;
	border: 1px solid #614c33;
}

#babyfeet	{
	position: absolute;
	z-index: 2;
	left: 400px;
	top: 450px;
	border: 1px solid #614c33;
}

#bodychart	{
	position: absolute;
	z-index: 2;
	left: 300px;
	top: 350px;
	border: 1px solid #614c33;
}


#footbath {
	position: absolute;
	z-index: 2;
	left: 288px;
	top: 431px;
	border: 1px solid #614c33;
}



#contact {
	position: absolute;
	width: 343px;
	height: 75px;
	z-index: 2;
	left: 579px;
	top: 413px;
	text-align: left;
}



a	{
	color: #889c70;
}

a:link	{
	color: #889c70;
	font-size: 14px;
	font-family: Maiandra GD, Arial, Time New Roman, sans-serif; 
	}
	
a:visited	{
	color: #889c70;
	font-size: 14px;
	font-family: Maiandra GD, Arial, Time New Roman, sans-serif;
	}

	
*/---Left Navigation Menu--*/

#navcontainer { 
	width: 175px; 
}

#navcontainer ul	{
	margin-left: 15px;
	padding-left: 5px;
	list-style-type: none;
}

#navcontainer a	{
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px;
	width: 160px;
	background-color: #8fac6d;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #c1d9a6;
color: #614c33;
}
