a img {
	border: 1px solid white;
}
body {
	margin: 0;
	padding: 0;
  	font-family: Geneva, Arial, Helvetica, sans-serif;
 	font-size: 62.5%;
	background-color: #C1F7F1;
	background-image:url(../images/cupcake_bluetile.gif);
}
p {
	margin: 0px;
	padding: 0px;
}
.required {
	color: white;
}
#container {
	width: 90em;
	min-width: 60em;
	margin: 1em auto 1em auto;
	background:
	#EF0C82
	url(../images/1874-doily-pink-white.gif)
	top left
	repeat-y;
	color: #fff;
	cursor: default;
}

#header {
	height: 100px;
	width: 100%;
	padding: 15px 0 0 0;
	background-color: #EF0C82;
}

#logo {
	margin-left: auto;
	margin-right: auto; /*centres image*/
	height: 87px; 
	width: 800px; 
	background: url(../images/logo800_87pink.gif);
}

#logo a:link {
	text-decoration: none;
}	

#logo img {
	border: 0px;
}

#content {
	padding: 0 10px 0 260px;
}

#content p {
	font: 1.82em/1.5 Geneva, Arial, Helvetica, sans-serif; 
}
 
#content a {
	text-decoration: none;
}
#content a:link {
 	color: #fff;
 }

#content a:hover {
 	color: #FFB9D3;
}

#content a:active,
#content a:visited {
	color: #FFB9D3;
}
 
#leftnav {
	position: relative;
	float: left;
	display: inline;
	width: 250px;
	margin: 0;
}

#leftnav ul {
	margin: 130px 0 120px 9px;
	padding: 5px 0 0 0;
	background: #EF0C82;
	width: 220px;
}

#leftnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 48px;
	width: 220px;
	background-color:#EF0C82;
}

#leftnav-home {
	height: 43px;
	background-image: url(../images/t_home.gif);
	background-repeat: no-repeat;
	background-position: 40px 0;
}

#leftnav-teadance {
	height: 43px;
	background-image: url(../images/t_teadance.gif);
	background-repeat: no-repeat;
	background-position: 40px 0;
}

#leftnav-gallery {
	height: 43px;
	background-image: url(../images/t_gallery.gif);
	background-repeat: no-repeat;
	background-position: 40px 0;
}

#leftnav-vintage {
	height: 43px;
	background-image: url(../images/t_vintage.gif);
	background-repeat: no-repeat;
	background-position: 40px 0;
}

#leftnav-teapotty {
	height: 43px;
	background-image: url(../images/t_teapot.gif);
	background-repeat: no-repeat;
	background-position: 40px 0;
}

#leftnav-market {
	height: 43px;
	background-image: url(../images/t_market.gif);
	background-repeat: no-repeat;
	background-position: 40px 0;
}

#leftnav-shop {
	height: 43px;
	background-image: url(../images/t_shop.gif);
	background-repeat: no-repeat;
	background-position: 40px 0;
}

#leftnav-links {
	height: 43px;
	background-image: url(../images/t_links.gif);
	background-repeat: no-repeat;
	background-position: 40px 0;
}

#leftnav-contact{
	height: 43px;
	background-image: url(../images/t_contact.gif);
	background-repeat: no-repeat;
	background-position: 40px 0;
}

#leftnav li a {
	display: block;
	height: 43px;
}

#leftnav a:hover { 
	background-image: url(../images/t_star20_41a.gif);
	background-repeat: no-repeat;
	background-position: 10px 100%;
	}

#leftnav a img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 12px;
	left: 75px;
	background-color: #EF0C82;
	visibility: hidden;
	border: 1px solid #EF0C82;
}

/*#leftnav a:hover img {
	visibility: visible;
} */

#home #leftnav-home a,
#teadance #leftnav-teadance a,
#gallery #leftnav-gallery a,
#vintage #leftnav-vintage a,
#teapotty #leftnav-teapotty a,
#market #leftnav-market a,
#shop #leftnav-shop a,
#links #leftnav-links a,
#contact #leftnav-contact a {
	background-image: url(../images/t_star20_41a.gif);
	background-repeat: no-repeat;
	background-position: 10px 100%;
}

#home #leftnav-home a img,
#teadance #leftnav-teadance a img,
#gallery #leftnav-gallery a img,
#vintage #leftnav-vintage a img,
#teapotty #leftnav-teapotty a img,
#market #leftnav-market a img,
#shop #leftnav-shop a img,
#links #leftnav-links a img,
#contact #leftnav-contact a img {
	visibility: visible;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #EF0C82;
	height: 5em;
}
#footernav {
	margin-left: auto;
	margin-right: auto; /*centres div*/
}

#footernav ul {
	margin: 10px 0 10px 0;
	padding: 0;
}

#footernav li {
	list-style-type: none;
	display: inline;
	font:  1.2em/1.5 Geneva, Arial, Helvetica, sans-serif;
}

#footernav li a {
}

#footernav a:link,
#footernav a:visited {
	color: #f4c1be;
	text-decoration: none;
	padding-right: 0.5em;
}

#footernav a:hover {
	color: #fff;
}

#footernav a:active {
	color: #fff;
}

#home #footernav-home a,
#teadance #footernav-teadance a,
#gallery #footernav-gallery a,
#vintage #footernav-vintage a,
#teapotty #footernav-teapotty a,
#market #footernav-market a,
#shop #footernav-shop a,
#links #footernav-links a,
#contact #footernav-contact a {
	color: #fff;
	font-weight: bold;
}

#disclaimer {
	font: normal 0.91em/1.5;
}

#disclaimer a:link {
	text-decoration: none;
	color: #fff;
}

#disclaimer a:visited,
#disclaimer a:active {
	color: #f4c1be;
	text-decoration: none;
}

#disclaimer a:hover {
	text-decoration: underline
}

h1 {	
	margin: 0;
	padding: 0;
	font: 3.64em/1.5 bold "Times New Roman" Times, serif;
}

h2 {
	margin: 0;
	padding: 0;
	font: 2.73em/1.5 bold "Times New Roman" Times, serif;
}

.timeslink {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: none;
}

.picleft {
	float: left;
	margin: 0 5px 0 0;
}

.picright {
	float: right;
	margin: 0 0 0 5px;
}

.picmid {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#splash {
	text-align: center;
	margin-left: auto;
	margin-right: auto; /*centres image*/
}

#splash img {
	border: 0;
	margin: 10px;
}
/* error messages */
div#errors ul {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	border: 1px dotted white;
	padding: 3px;
	white-space: nowrap;
}
.bold {
	font-weight: bold;
}
#container #content form img {
	cursor: pointer;
	cursor: hand;
}