#nospace
{
font-family: arial; 
font-size:11px;
}
p
{ 
font-family: arial; 
font-size:13px;
line-height:17px;
letter-spacing: 1px;
color: black;
font-variant: small-caps;
}
li
{ 
font-family: verdana; 
font-size: 13px;
line-height:17px;
list-style-position:inside;
color: black;
font-variant: small-caps;
}
ol
{ 
font-family: arial; 
font-size:11px;
line-height: 20px;
}
ul
{ 
font-family: arial; 
font-size:11px;
line-height: 20px;
}
#highlight {
background-color: yellow;
text-align: left;
padding: 2px;
}
#header1
{
font: 54px times new roman;
color: #FFFFFF;
}
#header2
{
font: 22px arial;
color: #55763E;
}
#header3
{
font: 32px times new roman;
color: #666666;
font-variant: small-caps;
}
#p1
{ 
font-family: verdana; 
font-size:15px;
line-height:20px;
letter-spacing: 2px;
font-variant: small-caps;
}
#p2
{ 
font-family: verdana; 
font-size:12px;
line-height:15px;
letter-spacing: 6px;
font-variant: small-caps;
}
a{text-decoration: none; color: black}
A:hover {TEXT-DECORATION: none; color: red; font-weight: bold;}

BODY {SCROLLBAR-FACE-COLOR: black; SCROLLBAR-HIGHLIGHT-COLOR: white; SCROLLBAR-SHADOW-COLOR: white; SCROLLBAR-3DLIGHT-COLOR: black; SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-TRACK-COLOR: black; SCROLLBAR-DARKSHADOW-COLOR: black}

.gallerycontainer{
position: relative;
}

.thumbnail img{
border: 1px solid white;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: 0px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -100;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 0;
}

body{
background-image: url(redteal.gif);
background-repeat: repeat-x;
background-position: top;
background-color: white;
margin-top: 30px;
}
