@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #FFF;
	background-color: #000;
}
a {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	color: #999;
	text-decoration: none;
	font-family: "Bradley Hand ITC";
	font-size: 17px;
	font-weight: bold;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size:26px;
	text-align: left;
	margin-left: 40px;
}
h2 {
	font-family: "Bradley Hand ITC";
	font-weight: bold;
	text-align: right;
	margin-right: 32px;
}

#wrapper {
	height: 600px;
	width: 880px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#wrapper #left {
	float: left;
	height: 600px;
	width: 300px;
	position: relative;
}
#wrapper #left #logo {
	height: auto;
	width: 300px;
	margin-top: 20px;
	position: relative;
}
#wrapper #left #logo table tr td img {
	margin-left: 0px;

}

#wrapper #left #menu {
	height: auto;
	width: 300px;
	text-align: right;
	margin-top: 10px;
	position: relative;
}
#wrapper #left #menu table tr td {
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	height: 22px;
}
#wrapper #divider {
	float: left;
	height: 600px;
	width: 10px;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper #right {
	float: left;
	height: 600px;
	width: 570px;
}
#wrapper #right #frame {
	height: 400px;
	width: 550px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFF;
	margin-top: 100px;
	margin-left: 10px;
}
#wrapper #right #contact_frame {
	margin-top: 50px;
}
#wrapper #right #arrow_back {
	float: left;
	height: 120px;
	width: 25px;
}
#wrapper #right #thumbs {
	float: left;
	height: 120px;
	width: 540px;
}
#wrapper #right #arrow_forward {
	float: left;
	height: 120px;
	width: 25px;
}
#wrapper #right #frame .large_pic_landscape {
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#wrapper #right #thumbs img {	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#wrapper #right #thumbs img:hover {	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#wrapper #right #frame .large_pic_portrait {
	margin: 10px;
}
#wrapper #right #frame .pic_right {
	float: right;
	margin: 10px;
}
#wrapper #right #frame #about {
	text-align: left;
	margin-top: 30px;
}
#wrapper #right #frame #about p {
	margin: 10px;
}

.thumbnail{
	position: relative;
	z-index: 40;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #999;
	padding: 5px;
	left: -2000px;
	border: 1px solid #000;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index: 10000;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

