/* CSS Document */
/* CSS Reset*/
html, body {
	height:100%;
	font:100%/120% Verdana, Arial, Helvetica, sans-serif;
	color:#504f4f;
	background-color:#ffffff;
}
body {
	text-align:center;   /* horizontal centering hack for IE */
	padding:0;           /* required to "hide" distance div */
	margin:0;            /* required to "hide" distance div */
	font-size:62.5%;
}
h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address {
	margin:1em 0;
	padding:0;
}
/* Text/Lists */
p {
	letter-spacing:1px;
}
a {
	color:#443f41;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#b8b2b4;
}
h1 {
	height:1px;
	width:1px;
	position:absolute;
	overflow:hidden;
}
h2 {
	font:normal 1.6em/1.2em Tahoma, Arial, Verdana, Georgia, sans-serif;
	letter-spacing:4px;
	text-align:right;
}
h3 {
	font:normal 1.2em/0.2em Tahoma, Arial, Verdana, Georgia, sans-serif;
	letter-spacing:4px;
	text-align:center;
}
ul {
	float:right;
	font:normal 1.2em/1.2em Tahoma, Arial, Verdana, Georgia, sans-serif;
	letter-spacing:2px;
	margin-top:21px;
}
li {
	display:inline;
}
#prev_next {
	font:normal 1.4em/1em Tahoma, Arial, Verdana, Georgia, sans-serif;
	margin-top:210px;
	letter-spacing:-2px;
}
#copyright {
	font:normal 1em/1em Tahoma, Arial, Verdana, Georgia, sans-serif;
	color:#b8b2b4;
	margin:1px 0 4px 0;
}
.text_left {
	text-align:left;
}
.text_left_bigger {
	text-align:left;
	font-size:1.1em;
}
#statement_text_link {
	color:#b8b2b4;
	text-decoration:underline;
}
#statement_text_link:hover {	
	color:#443f41;
}
/* Main Formatting */
#outer {
	margin:auto;
	width:800px;
	padding-top:50px;
}
#header {
	width:800px;
	height:45px;
	background-image:url(images/title.gif);
	background-repeat:no-repeat;
	padding-bottom:20px;
	border-bottom:solid #b8b2b4 1px;
}
#main_area {
	width:800px;
	margin-top:17px;
}
.triptych {
	width:1200px;
	margin:17px 100px 0 -100px !important;
	margin:0;
	
}
#tab {
	float:left;
	width:74px;
	height:433px;
	background-color:#443f41;
	color:#ffffff;
}
.prev {
	margin-right:1px; 
}
.next {
	float:right;
	margin-left:1px; 
}
#tab:hover {
	background-color:#545152;
}
#final_tab {
	float:left;
	width:74px;
	height:433px;
	background-color:#443f41;
}
#thumbnail_area {
	float:left;
	width:800px;
	margin-top:17px;
}
#copyright_area {
	float:left;
	width:800px;
	text-align:right;
	border-bottom:solid #b8b2b4 1px;
	padding-bottom:2px;
}
#both_area {
	float:right;
	height:30px;
	width:134px;
}
#both_area_left {
	float:left;
	padding-right:4px;
	padding-top:2px;
}
#both_logo {
	float:right;
	width:38px;
	height:16px;
	background-image:url(images/small_both_logo.gif);
	background-position:0 -16px;
}
#both_logo:hover {
	background-position:0 0px;
}
#bottom_gallery {
	float:left;
	width:800px;
	margin-top:17px;
	padding-top:7px;
	padding-bottom:9px;
	border-top:solid #b8b2b4 1px;
}
#gallery_text_box {
	float:left;
	width:144px;
	margin-left:19px !important;
	margin-left:15px;
}
#gallery_text_box_left {
	float:left;
	width:144px;
}
/* Images */
#home_image {
	margin-bottom:2px;
}
#main_picture {
	float:left;
}
.thumbnail {
	border:solid #b8b2b4 1px;
	padding:1px;
}
.thumbnail:hover {
	border:solid #443f41 1px;
	opacity:0.8;
	filter:alpha(opacity=80);

}
#thumbnail_image {
	float:left;
	margin-left:9px;
	margin-bottom:9px;
}
#thumbnail_image_left {
	float:left;
	margin-bottom:9px;
}
.current_gallery {
	opacity:0.5;
	filter:alpha(opacity=50);
}
#insert_image {
	float:left;
	margin:2px 15px 0 0;
	padding:1px;
	border:solid #b8b2b4 1px;
}
/* Boxes */
#box {
	float:left;
	width:21px;
	height:21px;
	margin-left:2px;
	background-image:url(images/box.gif);
}
#box:hover {
	background-position:0 -21px;
}
#box:visited {
	background-color:#b8b2b4;
}
.current {
	background-color:#443f41;
}
#thumbnails_box {
	float:left;
	width:21px;
	height:21px;
	background-image:url(images/thumbnails_box.gif);
}
#thumbnails_box:hover {
	background-position:0 -21px;
}