
body
{
background-color:#CCEEFF;
}


/*links*/

a:link {color:#000066;}
a:visited {color:#6666AA;}
a:hover {color:#99AACC;}
a:active {color:#9999AA;}


div#header
{
position: relative;
background-color:#030a66;
width:100%;

}

div#sidebar
{
position: relative;
float:left;
width: 65px;
height: 750px;
color: #c3f6f9;
padding: 40px;
background-color: #030a66;
}

div#navbar
{
text-decoration: none;
position: relative;
font-size: .8em;
font-family:"Trebuchet MS", Helvetica, sans-serif;
text-indent: 150px;
}

div#content
{
margin-left:175px;
/*border:5px solid darkblue;*/
}

div.art
{
float:left;
border: 3px solid gray;
margin:10px 20px 10px 0px;

}

div.artdesc
{
padding:10px;
margin:10px;
text-align:justify;
}


div.explain
{
font-style:italic;
text-indent:25px;
vertical-align:super;
}

p.ital
{
font-style:italic;
}


h1
{
text-align:center;
}

h2
{
text-align:center;
}


div.caption
{
text-align:center;
font-style:italic;
}

div.copyright
{
clear:both;
text-align:center;
font-style:italic;
}

div.title
{
font-weight:bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height=800px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
float: left;
border: 3px solid gray;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 3px solid red;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 206px;
left: 320px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

