@import url(frame_about.css);

#pane {
	position: relative;
	width: 100%;
	height: 400px;
	top: 40px;
}
#show {
	margin-left: 221px;
	width: 530px;
	height: 400px;
}
#slideshow {
	position: absolute;
	width: 530px;
	height: 150px;
	bottom: 30px;
}
#slideshow table {
	position: absolute;
	/*width: 100%;*/
	width: 530px;
	height: 150px;
}
td.slide {
	height: 150px;
	text-align: center;
}
.slide object.flash,
.slide embed.flash {
	height: 150px;
	width: 100%;
}
.slide object.quicktime,
.slide embed.quicktime {
	height: 150px;
	width: 100%;
}
span.slide {
	float: left;
}
span.slide + span.slide {
	padding-left: 7.2px;
}
.slide img {
	/*display: block;*/
}
td.slide img {
	/*margin: 0 auto;*/
}

/******************************************************************************/
#two {
	position: absolute;
	/*margin-right: 20px;*/
	right: 0;
	bottom:0;
	width: 190px;
}
#two_nav {
	position: relative;
	top:0;
	font-family:arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;
	margin-bottom: 3px;
}
#two_nav a {
	padding-right: 5px;
}
#two_nav a + a {
	padding-left: 5px;
}
#two_center {
	border: 1px dotted black;
	padding: 5px 0;
}
#two_frame {
	width: 172px;
	height: 390px;
	overflow: hidden;
	position: relative;
}
#two_content {
	position: absolute;
	height: 390px;
	width: 167px;
	left: 5px;

	/*text-align: justify;*/
	font-family:arial, helvetica, sans-serif;
	font-size: 10px;
}
#insights .created,
#notes .created,
#news .created {
	text-align:right;
	clear: both;
	font-style: italic;
}
.part_two {
	top:0;
	position:relative;
	width: 100%;
}
#scroll_two {
	position: absolute;
	clear: both;
	right: 2px;
	bottom: 5px;
	width: 10px;
}
#metamenu {
	position: absolute;
	bottom: 26px;
}


#insights object,
#insights embed {
	width: 100%;
}

p {
	margin-top: 0px;
}
p + p {
	margin-top: 10px;
}

#news a:link,
#news a:visited {
	color: #ff6600;
}

.created {
	margin-bottom: 5px;
}