@charset "UTF-8";
/* CSS Document */

body {
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #000000;
}
a {
color: #000000;
text-decoration: none;
}
h1 {
margin-left: 25px;
font-size: 16px;
}
#container {
width: 800px;
height: 600px;
margin: auto;
border: solid 2px #000;
background-color: #FFFFFF;
}
#title {
width: auto;
height: 50px;
padding-top: 20px;
padding-left: 25px;
}
#banner {
width: 100%;
height: 96px;
background-image: url(photos/flagbanner2.jpg)
}
#banner img {
position: relative;
top: -45px;
z-index: 2;
}
#menu {
height: 20px;
position: relative;
top: -5px;
font-size: 12pt;
color: #666666;
}
#menu ul li {
display: inline;
padding: 3px;
}
#menu ul li a:hover {
color: #666666;
text-decoration: none;
}
#menu ul li a.active {
color: #666666
}
#content {
width: auto;
height: auto;
min-height: 500px;
margin: 10px;
padding-top: 20px;
}
#content img {
border: solid 1px #000000;
margin-top: auto;
margin-bottom:auto;
}
#shop img {
padding: 15px;
border: none;
}
#footer {
position: relative;
width: auto;
height: 30px;
background-color: #B8860B;
font-family: "trebuchet", "arial", serif;
font-size: 10px;
color: #FFFFFF;
font-weight: normal;
margin-bottom: 30px;
clear: both;
}
#footer p {
top: 10px;
}