@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	background-color:#383124;
	color:#000;
}
#wrapper {
	margin: 0 auto;
	width:1000px;
	background-color:#383124;
	background-image:url(../images/background1000.jpg);	
	background-repeat:no-repeat;
	padding: 10px, 0 0 0;
	border:#383124 1px solid;
	min-height: 800px;
}
#contact{
font-weight:bold;
padding-top: 40px;
padding-left: 850px;
margin: 0;
}

#content {
margin: 20px 20px 20px 0px;
padding-left: 32px;
padding-top: 10px;

}
p {
font-size:14px;
font-weight: bold;

}

.right {
float:right;
padding-left: 20px;
padding-right: 20px;
}


a:link,  a:visited {
color: #000;
background-color: none;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: underline;
}

/* Begin Navigation (right here! Look you can see it!)*/
#navcontainer {
margin: 10px 10px 10px 0px;
padding-right: 20px;
padding-top: 20px;

}
ul#navlist {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li {
margin-right: 40px;
display: inline;
list-style-type: none;
}

#navlist {
font-size:14px;
line-height: 14px;
}

#navlist a { 

 }

#navlist a:link, #navlist a:visited {
color: #000;
background-color: none;
text-decoration: none;
}

#navlist a:hover {
text-decoration: underline;
color: #000;


}
/* End Navigation*/

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

.gallerycontainer{
position: relative;
padding-top: 20px;
/*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 black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#F3F3F1;
padding: 5px;
left: -1000px;
border: none;
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: -15px;
left: 370px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/*Eng Gallery */

