body
{
/* Fonts for the whole page */
font-family: Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;

/* Margins to cover browser differences */
margin: 50px 0px;

font-size: 14px;
color:#333;

background-color: #FFFF66;
/* #7AC9E2 WINTER*/
/* #9DD97A SPRING */
/* #EEBA69 FALL*/
/* #FFFF66 SUMMER */
}

#page
{
border: solid 2px #9DD97A;

width: 700px;
min-width: 700px;
margin: 0px auto;
}

#content
{
background-color: white;

width: 700px;
min-width: 700px;
min-height: 700px;
height: auto;
margin: 0px auto;
}

#logo
{
height: 130px;
float: left;
}

#mainMenu
{
list-style-type: none;
margin: 0px;
padding: 0px;
overflow: hidden;

clear: both;
background-color: #21A5CE;
color: white;
font-variant: small-caps;
}

#mainMenu li
{
float: left;
}

#mainMenu a, #mainMenu a:link, #mainMenu a:visited
{
/*
Page width is 700px.
 */
display: block;
padding: 5px;
text-align: center;
text-decoration: none;
vertical-align: middle;
font-weight: bold;
color: white;
width: 106px;
}

#mainMenu a:hover, #mainMenu a:active
{
color: white;
background-color: #9DD97A;
}

#upperMenu
{
margin: 8px 10px;
float: right;
font-variant: small-caps;
font-size: 12px;
}

#upperMenu a, #upperMenu a:visited
{
text-decoration: none;
display: inline;
color: #A8A8A8;
}

#upperMenu a:hover, #upperMenu a:active
{
text-decoration: underline;
}

#upperMenu img
{
position: relative;
height: 1.80em;
top: 9px;
left: 1px;
margin: 0px 0px 0px 1px;
width: 1px;
}

h1, h2, h3, #pageTitle
{
font-variant: small-caps;
}

#pageContent
{
padding: 5px 20px;
}

.contentImage
{
float: left;
height: 50px;
padding: 2px;
margin: 2px 5px;
border: solid 1px #9DD97A;
}

.contentImage, #welcomePageStorePicture
{
width: 200px;
height: auto;
}

#footer
{
height: 50px;
min-width: 700px;
width: 700px;
margin: 0px auto;
line-height: 25px;

padding: 0px 0px;
background-color: #21A5CE;
color: white;
font-variant: small-caps;
text-align: center;
}

#bothLogo
{
display: block;
height: 130px;
}

.bothBuildingPicture
{
width: 300px;
padding: 2px;
/* margin: 2px 5px; */
border: solid 1px #9DD97A;
}

.bothLeft
{
float: left;
}

.bothRight
{
float: right;
}