﻿body
{
	background-color: white;
	color: #f78f1e;
	min-width:600px;
}

div .Header
{
	background-color: White;
	width: 100%;
}

a
{
	color: #1dbdc9;
	text-decoration: underline;
}

a:visited
{
	color: #f78f1e;
	text-decoration: underline overline;
}

a:hover
{
	color: #f78f1e;
	text-decoration: underline overline;
}

.date
{
	font-weight: bold;
	font-size: small;
}

.Feed
{
	border-style: solid;
	border-color: #f78f1e;
	min-height: 300px;
}
tr.Feed
{
	margin: 0px;
	border: medium solid #1dbdc9;
	padding: 0px;
}

.Banner
{
	width: 100%;
	height: 200px;
	background-image: url(  'images/shop banner double size.jpg' );
	background-position: center center;
	background-repeat: no-repeat;
}
.Footer
{
	width: 100%;
	height: 108px;
	text-align:center;
	vertical-align:middle;
	
}

#leftcolumn
{
	border-right-style: solid;
	border-right-color: #f78f1e;
}

#rightcolumn
{
	border-left-style: solid;
	border-left-color: #f78f1e;
}
tr.EtsySide td.EtsySide
{
	vertical-align:top;
}

.error
{
	text-align:center;
padding:10px auto 10px auto;margin: 10px auto 10px auto;
}
.error .links
{
	text-align: center;
	list-style-type: none;
	
}
