div.header { position: absolute; top: 10px; width: 100%; text-align: center; }

div.contentframe { 
 position: absolute;
 top: 160;
 width: 100%; 
 text-align: center; 
 }

div.galleryhead { position: absolute; top: 10px; left: 10px;
 font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: oblique; font-weight: bold; color: #F5F5F5; }


div.title { position: absolute; top: 75px; left: 10px; z-index: 2;
 font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: oblique; font-weight: bold; color: #F5F5F5; }

.contact { display: block; clear: right; float: right; margin-top: 25; margin-right: 50px; width: 150px; text-align: right;
 font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #888;  }
.contact a:link { color: turquoise; border-style: none; text-decoration: none; }
.contact a:active { color: red; border-style: none; text-decoration: none; }
.contact a:visited  { color: turquoise; border-style: none; text-decoration: none; }
.contact a:hover  { color: yellow; border-style: none; text-decoration: underline; }

 
div.bar { width: 560; margin-left: auto; margin-right: auto; text-align: center;}

.pic{ float: left; margin: 10 10 10 10; font-face:'helvetica neue',sans-serif;color:#887;font-style: italic; font-size: 12;}
.pic a:link { border-style: none; text-decoration: none;  }
.pic a:hover { border-style: none; text-decoration: none; }
.pic a:visited { border-style: none; text-decoration: none; }

.gallink { float: left; margin: 10 10 10 10; font-face:'helvetica neue',sans-serif; color:#887; font-decoration: none; font-size: 10;}
.gallink img { border: 1px solid #887; text-decoration: none; vertical-align: middle; }
.gallink a:hover img {border: 1px solid yellow;}
.gallink a:link { color: #887; text-decoration: none; }
.gallink a:active { color: yellow; text-decoration: none; }
.gallink a:visited { color: #887; text-decoration: none; }
.gallink a:hover {color: yellow; text-decoration: none; }

#galpic { position: absolute; top: 0; left: 0; height: 50; }
#galcap { position: absolute; top: 0; right: 0; height: 50; width: 140; } 

div.linklistleft { position: absolute; left: 0; top: 20; width: 210; text-align: left;}
div.linklistcenter { position: absolute; left: 245; top: 20; width: 210; text-align: left; }
div.linklistright { position: absolute; right: 0; top: 20; width: 210; text-align: left; } 

 
#blurb { position: relative; display: inline; margin-top: 25; margin-left: auto; margin-right: auto; display: block; width: 700px; text-align: center;
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #888; }
 
#blurb a:link { color: turquoise; border-style: none; text-decoration: none; }
#blurb a:active { color: red; border-style: none; text-decoration: none; }
#blurb a:visited  { color: turquoise; border-style: none; text-decoration: none; }
#blurb a:hover  { color: yellow; border-style: none; text-decoration: underline; }

div.nav { 
 position: relative;
 display: inline;
 font:80%/140% 'helvetica neue',sans-serif;
 width: 120;
 float: left;
 border-left: 12px solid darkslategray;
 border-right: 1px solid darkslategray;
 background-color: slategray;
 color: #FFFFFF;
 text-decoration: none;
 }
 
div.nav a:link { 
 background-color: slategray;
 color: #FFFFFF;
 text-decoration: none;
 }
 
div.nav a:visited { 
 background-color: slategray;
 color: #FFFFFF;
 text-decoration: none;
 }
 
div.nav a:hover { 
 background-color: darkslategray;
 color: #FFFFFF;
 text-decoration: none;
 }

#nav {
position: relative;
margin-left: auto;
margin-right: auto;
font:80%/140% 'helvetica neue',sans-serif;
}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav li a:link, #nav li a:visited {
font-size: 90%;
width: 120;
float: left;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid darkslategray;
border-right: 1px solid darkslategray;
background-color: slategray;
color: #FFFFFF;
text-decoration: none;
}

#nav li a:hover {
background-color: darkslategray;
color: #FFFFFF;
}