@charset "UTF-8";
/* CSS Document */
<style type="text/css">
body{
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(assets/textureexp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
}

#container {
	width: 1000px;
	text-align: left;
	height: 670px;
	background-attachment: scroll;
	background-position: center center;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
	
.gallerycontainer{
	position: relative;
	height: 650px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	width: 450px;
	background-position: center center;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
}

.thumbnail img{
	margin: 0 5px 5px 0;
}
a:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-attachment: fixed;
	position: static;
}

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

.thumbnail:hover img{
border: 0px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: black;
	padding: 5px;
	left: -1000px;
	top: 9px;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	bottom: 170px;
	left: 38px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
#faces{
	width: 450px;
	height: 150px;
}
#left{
	position: relative;
	height: 670px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	width: 400px;
	background-position: center center;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
	color: #FFFFFF;
}
#mereleft{
	position: relative;
	height: 670px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	width:70px;
	background-position: left top;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
#cc{
	position: relative;
	height: 22px;
	width:183px;
	background-image: url(assets/ext.jpg);
	background-position: right center;
}
.style2 {
	font-size: 34px;
	font-family: "Trajan Pro", Georgia, "Century Gothic";
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #CCCCCC;
}
.style3 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	line-height: 23px;
	font-variant: normal;
	text-transform: none;
}
.style6 {color: #999999}
.style7 {font-size: 10px}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.style8 {font-size: 12px}
</style>

