#left_panel {
	width: 426px;
	float: left;
	line-height: 15px;
	}
#left_panel h2 {
	font-weight: bold;
	font-size: 17px;
	color: #596806;
	}
#intro {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	}
#sign_off {
	margin: 20px 0px 25px 2px;
	width: 300px;
	}
#sign_off canvas {
	float: left;
	}
#sign_off img.sig {
	float: left;
	margin: 7px 0px 4px 10px;
	}
#sign_off span {
	display: block;
	float: left;
	margin: 0px 0px 3px 10px;
	}
#sign_off em {
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 0px 10px;
	float: left;
	}
#sign_off:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#right_panel {
	float: right;
	width: 447px;
	margin-right: -5px;
	}
#right_panel img {
	border: none;
	margin: 14px 0px 20px 0px;
	}
#viewer {
	background: url("../img/static/slideshow_bg.gif") top left no-repeat;
	padding: 13px;
	width: 415;
	height: 388px;
	position: relative;
	}
#nav_control {
	background: url("../img/static/nav_bg.png") top left no-repeat;
	width: 415px;
	height: 46px;
	position: absolute;
	top: 24px;
	z-index: 100;
	}
.nav_button {
	width: 7px;
	height: 14px;
	margin: 14px 1px 14px 1px;
	float: left;
	cursor: pointer;
	}
#nav_right {
	float: right;
	}
#slideshow_container {
	width: 415px;
	height: 375px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	}
#slideshow_container div {
	position: relative;
	border: 1px solid #DADADA;
	}
#slideshow_container div span.bg {
	position: absolute;
	bottom: 0px;
	display: block;
	padding: 11px;
	height: 36px;
	font-size: 13px;
	background: #223b1b;
	color: white;
	filter: alpha(opacity=65);
    -moz-opacity: 0.65;
	-khtml-opacity: 0.65;
    opacity: 0.65;
    width: 391px;
	}
#slideshow_container div span {
	position: absolute;
	bottom: 0px;
	display: block;
	padding: 11px;
	height: 36px;
	font-size: 13px;
	color: white;
    width: 391px;
	}
#slideshow_container div span h3 {
	font-size: 22px;
	display: block;
	font-weight: normal;
	line-height: 23px;
	padding: 0px;
	margin: 0px;
	}
#slideshow_container div span a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}
#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}