body {
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background: #fafafa;
    color: #000000;
}
@font-face {
    font-family: leadus;
	font-display: swap;	
    src: url('../font/grenoble-serial-bold.woff2') format('woff2'), url('../font/grenoble-serial-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: handwriting;
	font-display: swap;	
    src: url('../font/handwriting.woff2') format('woff2'), url('../font/handwriting.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a:link {
    text-decoration: none;
    color: #000000}
a:visited {
    text-decoration: none;
    color: #000000}
a:hover {
    text-decoration: none;
    color: #555555}
#container {
    margin: 0 auto;
    text-align: left;
    width: 990px;
    height: auto;
}
#header {
    background-repeat: no-repeat;
    background-image: url("../images/background.gif");
    background-size: cover;
    width: 100%;
    height: 174px;
    margin: 0 0 5px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #000000;
}
#headerleft {
    float: left;
    margin: 0 0 0 48px;
    width: 50%;
    height: 160px;
}
#headerright {
    float: right;
    text-align: center;
    margin: 0 120px 0 0;
    width: 30%;
    height: 160px;
}
#menu {
    border-radius: 8px;
    background: #ECF6E0;
    height: auto;
    margin: 0 0 5px 0;
    box-shadow: 2px 2px 2px #000000;
    position: relative;
}
#content {
    border-radius: 8px;
    background: #F4F9EC;
    background-image: -ms-linear-gradient(top, #8CC63E 0px, #F4F9EC 300px);
    background-image: -moz-linear-gradient(top, #8CC63E 0px, #F4F9EC 300px);
    background-image: -o-linear-gradient(top, #8CC63E 0px, #F4F9EC 300px);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0px, #8CC63E), color-stop(300px, #F4F9EC));
    background-image: -webkit-linear-gradient(top, #8CC63E 0px, #F4F9EC 300px);
    background-image: linear-gradient(to bottom, #8CC63E 0px, #F4F9EC 300px);
    height: auto;
    box-shadow: 2px 2px 2px #000000;
}
#contentleft {
    float: left;
    width: 610px;
    height: auto;
    padding: 25px 0 0 30px;	
}
#contentright {
    float: right;
    width: 320px;
    height: auto;
    padding: 25px 30px 0 0;		
	margin: 50px 0 0 0;
}
#contentbottom {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 0 0 5px 0;
    background: #F4F9EC;
    height: 200px;
    clear: both;
}
#footer {
    border-radius: 8px;
    background: #8CC63E;
    margin: 5px 0 0 0;
    height: 45px;
    background: -moz-linear-gradient(top, #acd676, #6d9d2f);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#acd676), to(#6d9d2f));
    box-shadow: 2px 2px 2px #000000;
    clear: both;
}
#twitter {
    position: absolute;
    top: 10px;
    left: 950px;
}
#facebook {
    position: absolute;
    top: 10px;
    left: 920px;
}

.col-one, .col-two, .col-three {
    padding: 12px 0 0 12px;
	width: 30%;
    float: left;
    margin-right: auto;
	margin-left: auto;
}
.col-two  {
    text-align: center;
}
.col-three {
    text-align: right;
	margin-top: -12px; 
}
.clear {
    clear: both;
}

h1, h2, h3, h4, h5 {
    font-family: leadus;
}
h1 {
    font-size: 5em;
    line-height: 102%;
    margin: 0;
}
h2 {
    font-size: 2.8em;
    line-height: 80%;
    margin: 0 0 0 3px;
}
h3 {
    font-size: 1em;
    margin: 10px 0 0 3px;
}
h4 {
    font-size: 1em;
    margin: 0px 0 0 0;
}
p {
    font-size: 100%;
}
p.main {
    padding-left: 1px;
}
p.maintabbed {
    padding-left: 40px;
}
p.bold {
    font-weight: bold;
    padding-left: 1px;
}
p.boldcent {
    font-weight: bold;
    text-align: center;
}
p.boldtabbed {
    font-weight: bold;
    padding-left: 40px;
}
p.address {
    padding-left: 90px;
}
p.cent {
    text-align: center;
}
p.itals {
    font-size: 60%;
    font-style: italic;
    padding-left: 10px;
}
p.hide {
    position: absolute;
    left: -999px;
    width: 900px;
}
img {
    border-style: none;
}
img.left {
    margin: 20px 0 0 40px;
    float: left;
}
img.right {
    margin: 0 30px 0 0;
    float: right;
}
img.centre {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
img.truck {
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto 
}
img.new {
    height: auto;
    width: auto;
    float: right;
}
@-webkit-keyframes move
{
    from {
        left: 0;
    }
    to {
        left: 45%;
    }
}
@keyframes move
{
    from {
        left: 0;
    }
    to {
        left: 45%;
    }
}
a#running {
    text-decoration: none;
    padding-right: 20px;
    left: 45%;
    position: absolute;
    -webkit-animation: move 5s;
    animation: move 5s;
}
a#running img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; 
    -o-transition: all 1s ease-in-out; 
    -ms-transition: all 1s ease-in-out; 
    transition-duration: 1s;
    }
.post-it {
    background: #fefabc;
    margin: 50px auto 50px auto;
    padding: 20px;
    font-family: 'handwriting';
    font-size: 20px;
    color: #000;
    width: 210px;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    box-shadow: 0px 4px 7px #333;
    -moz-box-shadow: 0px 4px 7px #333;
    -webkit-box-shadow: 0px 4px 7px #333;
}

iframe {
width: 600px; 
height: 480px;
}

@media screen and (max-width: 800px) {
#container {
    width: auto;
}
#header {
    background: none;
    height: auto;
    margin: 0 0 2px 0;
    border-radius: 0px;
    box-shadow: none;
}
#menu {
    margin: 0 0 0 0;
    border-radius: none;
    box-shadow: none;
}
#content {
    border-radius: 0px;
    box-shadow: none;
    background: #F4F9EC;
}
#contentleft {
    width: auto;
    padding: 25px 30px 0 30px;
    background: #F4F9EC;
	float: none	
}
#contentright {
    width: auto;	
    display: block;
	float: none;
	margin: 0 0 0 0;	
}
#contentbottom {
    width: auto;
	height: auto;
	min-height: 120px;
    margin: 0 0 2px 0;
    border-radius: 0px;
    box-shadow: none;
}
#footer {
    background: #8CC63E;
    height: 35px;	
    border-radius: 0px;
    box-shadow: none;
}
#twitter {
    display: none;
}
#facebook {
    display: none;
}
#headerleft {
    float: none;
    width: auto;
    height: auto;
    margin: 0 0 0 10px;
}
#headerright {
    display: none;
}
.col-one, .col-three {
    width: 48%;
    margin: 0;
}
.col-two {
    display: none;
}
.headertxtleft {
    clear: left;
    margin: 0 0 0 10px;
    width: auto;
    height: auto;
}
.headertxtright {
    clear: right;
    display: none;
}
p.maintabbed {
    padding-left: 20px;
}
p.boldtabbed {
    padding-left: 20px;
}
 p.address {
    padding-left: 40px;
}
img.right {
    display: none;
}
img.left {
    margin: 0 0 20px 30px;
    width: 100%;
	max-width: 260px;
    height: auto;
}
div.col-two {
    display: none;
}
 }
 
 @media screen and (max-width: 520px) {
h1 {
    font-size: 4em;
}
h2 {
    font-size: 2.2em;
}
h3 {
    font-size: 1em;
}
#headerleft {
    margin: 0 0 0 5px;
}
#footer {
    height: auto;	
}
img.left {
    margin: 0 0 0 10px;
}
}
</style>