﻿#main
{
 	
/*  background-color: #1E792C;  */ /*Christmas Green */
	background-color: Navy; 
/* 	background-image: url("CatalogueBG.jpg");
 	background-repeat: no-repeat; 
 	background-size: cover; */
 	height: 100%;
    color: White;
 	top: 0;
 	bottom: 0;
 	left: 20%;
	right: 0;
	border: 1px solid white;
	position: absolute;
	display: block;
    box-sizing: border-box;
	overflow: auto;
    font-size: 1em;
}
#warning {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: .1%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1vw;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}
#shop
{
    width: 100%;
}
#imgleft 
{
    float: left;
    margin: auto;
    width: 18%;
    padding: .5% .5% .5% .5%;
}
#imgleft img 
{
    width: 100%;
    height: auto;
    /*Christmas green*/
    background-color: #1E792C;
}
#NoticeBoard 
{
    float: left;
    padding: .5% .5% .5% .5%;
    width: 60%;
    border: 5px inset #663300;
    background-color: Black;
    text-align: center;
    color: black;
    font-size: 1vw;
    margin: auto;
    vertical-align: top;
}
#NBHeader
{
    height: 15%;
    text-align: center;
    vertical-align: middle;
    color: Navy;
    background-color: #fff000; /* Yellow; */
    font-size: 2.5vw;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    margin: auto;
    padding: 2%;
}
#NBContent {
    display: block;
    overflow: hidden;
    font-size: 1.5vw;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-align: center;
    background-color: Black;
    color: White;
    padding: 2%;
}
#NBContent h1 
{
    font-size: 1.8vw;
    /* color: lime;*/
    color: Red;
    background-color: LightBlue;
    font-weight: bold;
    /* font-style: italic; */
    /* text-decoration: underline; */
    padding: 2%;
}
#NBContent h2 
{
    font-size: 1.7vw;
    color: Yellow;
    background-color: Red;
    padding: 2%;
    width: 88%;
    margin: auto;
}
#Slogan 
{
    display: block;
    font-size: 2vw;
    color: cyan;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-style: italic;
    padding: 2%;
}
#SpecialsLink a:link, a:visited
{
    color: Cyan;
}
#NBLeader
{
    height: 15%;
    text-align: center;
    vertical-align: middle;
    color: Navy;
    background-color: #fff000; /* Yellow; */
    font-size: 2.5vw;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    margin: auto;
    padding: 2%;
}
#imgright
{
    margin: auto;
    width: 15%;
    padding: .5% .5% .5% .5%;
    float: right;
}
#imgright img
{
    width: 100%;
    height: auto;
}
#MainBody
{
    display: block;
    width: 100%;
    clear: both;
}
#WhatWeDo
{
/*     display: block; */
     width: 90%;
     float: left;
     margin-left: 8%;
     font-size: 1.5vw;
}
#WhatWeDo h2 
{ 
    margin-left: 5%;
    font-family: Times New Roman;
    font-style: italic;
  
}
#WhatWeDo ul 
{
    margin-left: 30%;
    vertical-align: top;
    list-style-type: disc;
}

#BestViewed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    padding: 1%;
    font-size: .8vw;
    width: 95%;
    float: left;
    text-align: center;
}
