/* start global */

body {
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 0px;
	margin-top: 1px;
	background: #360;
	font-family: times, serif;
	line-height: 125%;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #393;
	text-decoration: underline;
} 
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}

li {
	margin-bottom: 0.5em;
	margin-top: 0;
}

/* end global */


/* start header */
.strapline {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	color: #fec;
}

.description {
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	color: #fec;
}

.thankyou {
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	color: black;
}

.smalllink {
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
	color: #fec;
}

.address {
  	float: right;
  	font-size: 115%;
	padding: .2em;
	color: #fec;
	font-weight: normal;
	font-family: times, serif;
}

.address a:link	{
	color: #fec;
	text-decoration: none;
}

/* end header */

/* start content */

.contents {
	padding: 20px;
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.contents a, .contents a:hover, .contents a:link, .contents a:visited, .contents a:active {
	color: blue;
	text-decoration: underline;
}

.specialoffer {
	padding: 10px;
	background: white;
	font-size: 100%;
	font-weight: bold;

}

.shop-items	{
  margin: 0.5em 0 1.5em 0;
  border-collapse: collapse;
}

.shop-items td {
  padding: 0.5em 1.5em;
  border: 1px solid black;
  border-color: black;
}

h1 {
	padding: 0;
	margin: 0 0 1.5em 0;
	font-size: 116%
}

h2 {
	font-weight: bold;
	font-size: 110%
}

h3 {
	font-weight: bold;
	font-size: 100%
}

.poem {
	line-height: 150%;
	margin: 0 3em 0 3em;
}

.contents table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}


img.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 1px;
	border-width: 1px;
	border-color: #360;  	
}

img.floatCenter {
	margin-bottom: 2px;
	border-width: 1px;
	border-color: #360;
}

img.floatRight {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;	
	border-width: 1px;
	border-color: #360;
}


.sideBox {
	background-color: #fff9cc;
  	border-color: #360;
  	border-style: solid;
  	border-width: 1px;
  	font-size: 90%;
  	float: right;
  	padding: 10px;
  	margin-top: 0px;
 	margin-left: 20px;
	margin-bottom: 0px;
 	margin-right: 0px;
 	width: 200px;
}

.buypicture {
  	border-color: #360;
  	border-style: solid;
  	border-width: 1px;
  	float: right;
  	margin-top: 38px;
 	margin-left: 10px;
	margin-bottom: 10px;
 	margin-right: 15px;
}


/* end content */

/* start footer */

.footer {
	color: white;
	font-size: 90%;
	text-align: center;
	margin: 0px;
	padding: 5px 0 25px 0;
}
.footer a, .footer a:hover, .footer a:link, .footer a:visited, .footer a:active {
	color: white;
	text-decoration: underline;
}

/* end footer */

/* start nav tabs */

.toptab
{
	border-top: 1px solid black;
}


.selectedlefttab
{
	border-left: 1px solid black;
	border-top: none;
}

.lefttab
{
	border-bottom: 1px solid black;	
	border-left: 1px solid black;
	font: bold 0.8em Verdana, sans-serif;
}
.tab
{
	border: none;
	padding: 0px 0px 2px 0px;
	font: bold 0.8em Verdana, sans-serif;
	border-bottom: 1px solid black;
}
.selectedtab
{
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid white;
	font: bold 0.8em Verdana, sans-serif;

}
.selectedrighttab
{
	border-right: 1px solid black;
	font: bold 0.8em Verdana, sans-serif;
}
.righttab
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
/* end nav tabs */

.clear-fix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}





