* {
	margin: 0;
	padding: 0;
}
p {
	padding-bottom: 1.2em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.8em;
	background-color: #FFF6E3;
}

img {
	border: none;
}

.imgLeft {
	border: 1px solid #808080;
	padding: 1px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgRight {
	border: 1px solid #808080;
	padding: 1px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #A6754A;
	padding-bottom: 10px;
	display: block;
	padding-top: 10px;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal; 
	font-weight: bold;
	font-variant: normal;
	color: #8B9386;
}

.clearer {
	clear: both;
	color: #8A9488;
}

.smaller {
	font-size: 90%;
}
.black {
	color: #000000;
	font-size: 90%;
}

.headertxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	color: #FFF6E3;
	font-weight: bold;
	font-style: italic;
	background-color: #8A9488;
	padding-left: 6px;
}
.grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #8B9386;
	font-weight: bold;
	font-style: italic;
	vertical-align: top;
}


/* +++++++++++++++++++   CONTAINER   ++++++++++++++++++++ */

#container {x
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 768px;
	background-color: #FFF6E3;
	color: #666600;
}


/* +++++++++++++++++++   CONTAINER - TOP   ++++++++++++++++++++ */


#top {
	height: 70px;
	float: none;
	background-color: #8A9488;
	background-image: url(http://www.joycecottage.co.uk/Published/64/Resources/Images/_header.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.innerLeft  {
	float: left;
	margin-top: 12px;
	margin-left: 30px;
	width: 350px;
	background-position: center;
	color: #FFF6E3;
}

.innerRight {
	float: right;
	margin-top: 18px;
	margin-right: 30px;
	color: #FFF6E3;
}



/* +++++++++++++++++++   CONTAINER - CONTENT   ++++++++++++++++++++ */

#content {
	background-color: #E6E3BE;
	color: #003333;
}

#content .left {
	float: right;
	width: 500px;
	margin-bottom: 20px;
	color: #333333;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 20px;
}
#content .left a:link {
	color: #CC6600;
	text-decoration: none;
}

#content .left a:hover {
	text-decoration: underline;
	color: #663300;
}
#content .left a:visited {
	color: #666666;
}

#content .right {
	float: left;
	width: 240px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 20px;
}


/* +++++++++++++++++++ BANNER ++++++++++++++++++++ */

#banner {
	height: 261px;
	margin-bottom: 10px;
	margin-top: 10px;
}


/* +++++++++++++++++++ FOOTER ++++++++++++++++++++ */



#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 768px;
	height: 55px;
	background-color: #8A9488;
}

#footer .breadcrumb {
	height: 35px;
	color: #FFFFFF;
}
#footer   .breadcrumb   .innerLeft {
	margin-left: 20px;
	margin-top: 10px;
	color: #FFF6E3;
	width: 530px;
	float: left;
}
.innerLeft a:link {
	color: #CC6600;
	text-decoration: none;
}
.innerLeft a:hover {
	color: #663300;
	text-decoration: underline;
}

#footer  .breadcrumb  .innerRight {
	margin-top: 10px;
	color: #FFF6E3;
	width: 100px;
	float: right;
	text-align: right;
}


/* +++++++++++++++++++ NAVIGATION COLOR OVER-RIDE ++++++++++++++++++++ */

.right a:link {
	text-decoration: none;
	color: #CC6600;
}
.right a:hover {
	text-decoration: none;
	color: #663300;
}
.right a:visited {
	text-decoration: none;
	color: #666666;
}


