body  {
	margin:0;
    padding:0;
	font: 90% arial, verdana, sans-serif;
    color:#303030;
	background-color:#fff;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    line-height: 1.5em;
}
body:before {
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   }
   
a:link {
   color:#b0b0b0;
   text-decoration:none;
}

a:hover {
   color:#fff;
   background-color:#990066;;
   font-weight:600;
   text-decoration:none;
}
  
a:visited {
   color:#b0b0b0;
   text-decoration:none;
}

h1,p {
    font-family:arial, verdana, sans-serif;
}

h1 {
    font-size:1.8em;
    margin:0.5em 0 0;
	padding-bottom:0.2em;
	color:#b0b0b0;
}

h2 {
    font-size:1.4em;
	font-style:italic;
    margin:0.5em 0 0;
	padding-bottom:0.2em;
	color:#990066;
}

p {
   margin:0;
   padding-top:10px;
}

#container{
    width: 80%; 
    margin: 0 auto; /*Center container on page*/
	background: #fff;
	}

#gallerywrap {
	width: 80%;
  	margin: 0; 
	padding:0 1em 0 1em;
	display: inline;
}

.imagenav {
text-align:center;
padding-top:0;
padding-bottom:1em;
}

.image-caption {
font-style:italic;
font-size:110%;
}

image-links {
margin:0;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
	-webkit-box-shadow: 3px 3px 3px #7C7C7C;
    box-shadow: 3px 3px 3px #7C7C7C;
    }

.floatright { 
float: right; 
margin: 10px 0 10px 10px;
clear: right;
width: 250px;
}

.thumbnail
{
float: left;
width: 100px;
margin: 0 15px 15px 0;
padding: 5px;
font-size:9px;
}

.thumbnail img
{
width: 100px;
}

.thumbnail img a{
	text-decoration: none;
}

.thumbnail img a:hover{
text-decoration:none; 
	cursor:pointer;
}

.clearboth {
 clear: both; 
}

#footer { 
   clear:both;
   margin:0;
   padding:10px;
   background-color:#fff;
   color:#990066;
   height:1%;
   text-align:left;
}






