body {
background-color: black;
margin: 0px;
padding: 0px;
font-size: 75%;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

div.head {
height: 150px;
width: 100%;
}

div.head img {
margin-left: 10px;
}

div.content {
width: 70%;
margin: 20px 30px 20px 250px;
padding: 15px;
background-color: #D1D6C6;
}

.gallerynav {
width: 70%;
background-color: black;
margin: 20px 30px 20px 250px;
}

div.centerize {
text-align: center;
}

#nav {
position:absolute;
left: 10px;
top: 175px;
width: 150px;
background-color: black;
padding: 10px;
}

div.footer {
width: 70%;
min-width: 220px;
margin: 50px 30px 20px 250px;
background-color: #B7B6B8;
padding: 10px;
}

p {
font-size: 1.4em;
padding: 3px;
}

p.caption {
font-size: 1.3em;
text-align: center;
margin-top: 0px;
margin-bottom: 20px;
}

p a:link {
color: #314e91;
text-decoration: none;
}

p a:visited {
color: black;
text-decoration: none;
}

p a:hover {
color: black;
background-color: white;
text-decoration: none;
}

p a:active {
background-color: black;
color: white;
text-decoration: none;
}


li {
font-size: 1.4em;
margin: 10px 4em;
}

h1 {
font-size: 2.5em;
text-align: center;
font-weight: normal;
}

h2 {
font-size: 2.1em;
text-align: center;
font-weight: normal;
}

h3 {
font-size: 1.9em;
text-align: left;
font-weight: normal;
}

h4 {
font-size: 26px;
text-align: center;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0px;
}

h5 {
color: white;
background-color: black;
padding: 5px;
text-align: center;
width: 180px;
height: 20px;
margin: 15px auto;
font-size: 14px;
font-weight: 700;
}

h5.sub, h5.suba, h5.subb {
display: none;
font-size: 11px;
text-align: center;
margin-top: -15px;
}

h5.gallery {
display: inline;
background: black url(backgrounds/clear.gif);
}

h5.nobak {
background: black url(backgrounds/clear.gif);
}

h5.outside {
width: auto;
height: auto;
}

h5 a:link {
color: #AEE4FC;
background-color: black;
text-decoration: none;
}

h5 a:visited {
color: #D1D6C6;
text-decoration: none;
}

h5 a:hover {
color: black;
background-color: white;
text-decoration: none;
}

h5 a:active {
background-color: black;
color: white;
text-decoration: none;
}

.orderbut a:link {
color: #AEE4FC;
background-color: black;
text-decoration: none;
}

.orderbut a:visited {
color: black;
text-decoration: none;
}

.orderbut a:hover {
color: black;
background-color: white;
text-decoration: none;
}

.orderbut a:active {
background-color: black;
color: white;
text-decoration: none;
}


h6 {
font-size: 1.6em;
text-align: center;
font-weight: normal;
margin-top: 2px;
margin-bottom: 2px;
}

h4.smaller {
font-size: 16px;
}

img.detail {
background-color: white;
border: 2px solid black;
padding: 5px;
margin-top: 10px;
margin-bottom: 15px;
}

img.photo-left {
float: left;
margin: 5px 10px 5px 0px;
padding: 7px;
background-color: white;
border: 2px solid black;
}

img.photo-right {
float: right;
margin: 5px 0px 5px 10px;
padding: 7px;
background-color: white;
border: 2px solid black;
}

img.photo {
display: block;
margin: 12px auto;
padding: 7px;
background-color: white;
border: 2px solid black;
}

.larger {
font-size: 125%;
}

.centre {
text-align: center;
}