body{	background-color: #D2EBCE;	font-size: 10pt;	margin: 0;	padding: 0;}

a{font-family: Century Gothic; font-style:italic; font-size: 10pt;	color: #5E7844;}
a:hover{font-family: Century Gothic; font-style:italic; text-decoration: underline; color: #8B0000; }
a:visited{font-family: Century Gothic; font-style:italic; font-size : 10pt; color : #5E7844}

hr { color : #5E7844;}

p{
	color: Black;
	font-size: 10pt;
	font-family: Century Gothic;
}

h1, h2, h3, h4 {font-family: Century Gothic; font-style:italic; color: #5E7844;
}

h2.h2underlined {
	font-family: Century Gothic;
   font-style:italic;
	color: #5E7844;
	text-decoration: underline;
}

h3.h3underlined {
	font-family: Century Gothic;
   font-style:italic;
	color: #5E7844;
	text-decoration: underline;}

h4.h4underlined {
	font-family: Century Gothic;
   font-style:italic;
	color: #5E7844;
	text-decoration: underline;
}

div.ContentHolder {
	position: absolute;
	top: 5px;
	left: 50px;
	width: 705px;
	background: White;
	border: 1px solid #5E7844;
	height: 177px;
	z-index: 1;
}

div.PageHeader {
   position: absolute;
	left:5px;
	top:3px;
	height:140px;
	width:695px;
	background-color: #D2EBCE;
	border: 1px solid #5E7844;
	z-index: 3;
}

div.Mondayschild {	
   position: absolute;
	left:150px;
	top:5px;
	width:480px;
	height:85px;
	z-index:3;
	background-image: url(../images/mondayschild.jpg);
	z-index: 4;
}

div.Shopblurb {
   position: absolute;
	left:150px;
	top:95px;
	width:480px;
	height:40px;
	background-image: url(../images/shopblurb.jpg);
	z-index: 4;
}

div.Photoholder {
    position: absolute;
	left:5px;
	top:3px;
	height:130px;
	width:88px;
	z-index: 4;
}

div.Navbar {
    position: absolute;
	left: 5px;
	top: 147px;
	width: 695px;
	height: 25px;
	background-color:#D2EBCE;
	border: 1px solid #5E7844;
	z-index: 6;
}

div.Pagecontent {
	position: absolute;
	left: 50px;
	top: 187px;
	width: 705px;
	background: White;
	height: auto;
	border: 1px solid #5E7844;
	z-index: 5;
}
