div, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, img {
    margin: 0px;
    padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
}
@media screen {
body {
    background:  #FCDAB8 url(images/bggrad.png) repeat-x left top;
}
html, body {
    margin: 0px;
    padding: 0px;
}
:focus {
    outline: none
}
.clear {
    clear: both;
}
a {
    text-decoration: none;
}
#container {
    text-align: center;
    width: 800px;
    margin: 20px auto 0px;
    position: relative;
}
#banner {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    color: #64301A;
    width: 800px;
    height: 150px;
    border: 2px solid #666;
}
#GalleryHead {
    font-size: 1.5em;
    color: #64301a;
    text-align: center;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 30px 0 0 0;
}
#thumbstrip {
    margin-top: 3px;
    text-align: center;
}
#thumbstrip #left {
    float: left;
    width: 33%;
}
#thumbstrip #middle {
    float: left;
    width: 33%;
}
#thumbstrip #right {
    float: left;
    width: 33%;
}
#thumbstrip p {
    margin-bottom: 5px;
}
#thumbstrip a.textlink:link, #thumbstrip a.textlink:visited {
    font-size: 1.2em;
    font-weight: bold;
    color: #64301a;
    border-style: none;
    padding: 3px 5px;
}
#thumbstrip a.textlink:hover, #thumbstrip a.textlink:active {
    color:#009;
    border-width: 1px;
    border-style: solid;
    position: relative;
    background-color:#F0D6BF;
}
#thumbstrip img {
    border: 2px solid #666;
}
#thumbstrip a img:hover, #thumbstrip a img:active {
    border-color: #000;
}
a#emaillink:link, a#emaillink:visited {
    padding: 2px 0 3px 0;
    font-size: 1.1em;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    background: #64301a;
    white-space: nowrap;
    margin:20px 0px 0px 630px;
    display:block;
    width:150px;
}
a#emaillink:hover {
    color:#00A;
    background: #F0D6BF;
    border: 1px solid #009;
    padding: 2px 0 1px 0;
}
noscript p {
    display:block;
    text-align: center;
    width:550px;
    font-size: 1.3em;
    color: yellow;
    background: red;
    margin: 0 0 20px 125px;
    padding:10px 0;
}

    }
