html, body {
background-color: #e8e8e8;
font-family: Arial, Verdana, Helvetica, Sans-serif;
margin: 0px;}

#outerwrapper {
width: 900px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
border: 1px solid #cfcfcf;}

#header {
text-align: left;
width: 900px;
height: 70px;
background-color: #FFFFFF;
border-bottom: 1px dashed #cfcfcf;}

#header h1 {
margin-top: 5px;
margin-bottom: 5px;
color: #101010;
font-family: Arial, Verdana, Helvetica, Sans-serif;
font-size: 28px;
font-weight: bold;
padding-left:10px;
}

#header h2 {
margin-top: 2px;
margin-bottom: 8px;
margin-left: 10px;
color: #676767;
font-family: Arial, Verdana, Helvetica, Sans-serif;
font-size: 20px;
font-weight: normal;
}

#menu {
height: 35px;
width: 900px;
padding-top 0px;
margin: 5px 0px 0px 0px;
border-bottom: 1px dashed #cfcfcf;
}

#navbar {
width: 100%;
margin: 0px;
padding-top: 5px;
padding-left: 2px;
list-style: none;
float: left;
}

#navbar li {
display: inline;
margin: 0;
padding: 0;
}

#navbar li a:link, 
#navbar li a:visited {
color: #676767;
padding: 3px 11px 5px 11px;
float: left;
display: block;
text-decoration: none;
text-transform: lowercase;
font-size: 14px;
font-weight: normal;
width: auto;
border-right: 1px solid #999999;
}

#navbar li a:hover {
color:#101010;
font-weight: normal;
}

#home #navbar-home a,
#galleries #navbar-galleries a,
#videos #navbar-videos a,
#contact #navbar-contact a,
#links #navbar-links a,
#variations #navbar-variations a,
#donate #navbar-donate a,
#highres #navbar-highres a,
#framed #navbar-framed a,
#guestbook #navbar-guestbook a{
font-weight: bold;
color: #cc3333;}	
	
#navbar a:active {
color: #101010;
}


#gallerymenu { 
height: 22px;
width: 870px;
margin-top: 0px;
padding: 0;}

.clear {clear: both;
margin-bottom: 15px;}


#gallnav ul {
width: 100%;
margin-top: 0px;
padding: 0px;
list-style: none;
}

#gallnav li {
display: inline;
margin: 0;
padding: 0;
}

#gallnav li a:link, #gallnav li a:visited {
float: left;
display: block;
text-decoration: none;
color: #676767;
font-size: 14px;
padding: 4px 5px 4px 5px;
}

#gallnav li a:hover {
float: left;
display: block;
text-decoration: none;
color: #101010;
font-weight: bold;
font-size: 14px;
padding: 4px 5px 4px 5px;
}

.selected {color: #cc3333;
font-weight: bold;
font-size: 14px;
border: 1px dashed #cc3333;
padding-left: 4px;
padding-right: 4px;}

#maincontent {
width: 900px;
margin-top: 0px;
background-color: #ffffff;}

#postal { padding: 20px;
margin: 0px;}

.gallerycontainer{
position: relative;
height: 450px;
margin-left: 15px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #999999;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #e8e8e8;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #303030;
text-decoration: none;
font-size: 14px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 440px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


#footer {
color: #676767;
text-align: center;
padding-top: 7px;
padding-bottom: 7px;
width: 900px;
border-top: 1px dashed #cfcfcf;
background-color: #ffffff;
font-size: 14px;}

#footer a:link, #footer a:visited {color: #676767;
text-decoration: none;}

 
#footer a:hover {color: #101010;
text-decoration: none;} 


.style1 {
color: #cc3333;
}

p.introduction {
font-size: 15px;
text-decoration: none;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000000;
text-align: left;
display: block;
margin: 0em;
padding: 5px 20px 0px 20px;}


p.title {
font-size: 18px;
text-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: left;
display: block;
margin: 0em;
padding: 20px;}

.sel2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #cc3333;
font-weight: normal;
font-size: 15px;
text-decoration: underline;
}

