body,
html {
margin: 0;
padding: 0;
color: #000;
background: white;
font-family: myriad pro;
height: 100%;
background: url("img/egg_shell.png")  repeat;
}
a img {border: none; }
#wrap {
	height: 100%;
}
#wrap {
	min-height: 100%;
	position: relative;
}
#header {
	display:block;
	width: 80%;
	height: 120px;
	background-color: #1a1a1a;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	min-width: 980px;
	-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;
}
#header_left {
	display: inline-block;
	float: left;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}
#header_right {
	display: inline-block;
	float: right;
	height: 120px;
	background-color: #1a1a1a;
}
#navigation_bar {
	width: 80%;
	height: 30px;
	background: black url("img/peebles.png") no-repeat scroll right;
	margin-left: auto;
	margin-right: auto;
	font-family: myriad pro;
	min-width: 980px;
	-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;

}
#navigation {
	padding: 6px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	font: 85% "myriad pro", "Trebuchet MS", Verdana, sans-serif; 
	min-width: 980px;
}
#navigation ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
} 
#navigation ul li {
	margin-left: 0px;
	padding: 0px 1px;
	list-style: none;
	display: inline;
}
#navigation ul li a {
	text-decoration: none;
	padding: .1em 0.3em;
	color:  #fff;
	background-color: #2e2d2d;
	border: 2px solid #3b3a3c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.415s ease-in-out;
    -moz-transition: all 0.415s ease-in-out;
    -o-transition: all 0.415s ease-in-out;
    -ms-transition: all 0.415s ease-in-out;
     transition: all 0.415s ease-in-out;
}
#navigation ul li a:hover {
	background-color: #008000;
}
#welcome {
	width: 80%;
	height: 130px;
	background-color: #999999;
	margin-left: auto;
	margin-right: auto;
	min-width: 980px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;
	background: url("img/overlay_welcome.png")  repeat;
	color: #AFAFAF;
}
#faceandiwit {
	padding: 10px;
	width: 20%;
}
#welcome_message {
	width: 60%;
	float: right;
	margin-top: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#welcome_message h1 {
	margin: 5px;
}
#welcome_clear {
	float: right;
	width: 20%;
}
#gallery {
	margin-bottom: 25px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font: 75% "myriad pro", "Trebuchet MS", Verdana, sans-serif; 
	min-width: 900px;

}
#gallery_wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 25px;
}
#table_div {
	background: url("img/overlay.png")  repeat;
	padding: 15px;
	-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#gallery_wrap table {
	margin-left: auto;
	margin-right:auto;
	/*padding: 30px;*/
	margin-top: 60px;
}
tr {
	padding-top :10px;
	margin-top: 20px;
	padding: 15px 15px 15px 0;
}
tr td {
	margin-left: auto;
	margin-right: auto;
	padding: 15px 55px 15px 0;
	vertical-align: top;
	text-align: center;
}
tr td strong {
	font-size: 120%;
}
tr td a span strong {
	font-size: :160%;
}
.gallery_text {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail img {
	border: 0px;


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

.thumbnail span{ 
	position: absolute;
	background-color: white;
	padding: 10px;
	left: 10px;
	border: 140px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	opacity: 0.0;
    /*-webkit-transition: all 0.415s ease-in-out;*/
    -moz-transition: all 0.415s ease-in-out;
    -o-transition: all 0.415s ease-in-out;
    -ms-transition: all 0.415s ease-in-out;
     transition: all 0.415s ease-in-out;
    /*-webkit-transform: scale(0);*/
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
     transform: scale(0);

}

.thumbnail span img{ 
border-width: 0px;
padding: 2px;
}

.thumbnail:hover span{
visibility: visible;
    /*-webkit-transform: scale(1);*/
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	opacity: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
background: url("img/overlay_img.png")  repeat;
}
#footer_wrap {
	clear: both;
	padding-top: 220px;
}
#footer {
	width: 80%;
	height: 60px;
	background-color: #999999;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: 75% "myriad pro", "Trebuchet MS", Verdana, sans-serif; 
	min-width: 980px;
	padding: 15px;
	padding-top: 40px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #767676;
	-webkit-box-shadow: 3px 3px 4px #767676;
	box-shadow: 5px 5px 7px #767676;
	}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
}
#fbshare {
	position: relative;
	top: -6px;
	left: 80px;
}
