html, body {
	padding: 0px;
	margin: 0px;
	background-color: rgb(70,70,70);
	text-align: center;
	height:100%;
}
#navigation-bar {
	position: relative;
	width: 100%;
	top: 150px;
	right: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 0px;
	text-indent: 5px;
}

#top-navigation {
	background-color: rgb(50,50,50);
	height: 20px;
	width: 80%;
	top: 0px;
	right: 0px;
	margin-left:auto;
	margin-right:auto;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	text-indent: 5px;
	text-align:right;
}

#container {
	position: relative;
	background-color: rgb(70,70,70);
	background-image:url(images/bg.gif);
	margin: auto;
	width: 1015px;
	text-align: left;
	min-height: 100%;
	height:auto !important;
	height: 100%;
	border-style: none;
	
	}

#leftbar {
	position: absolute;
	left:0px;
	top: 0px;
	width: 180px;
	min-height: 100%;
	height:auto !important;
	height: 100%;
	background-color: rgb(60,60,60);
}

#rightbar {
	position: relative;
	left:180px;
	top: 0px;
	width: 835px;
	min-height: 100%;
	height:auto !important;
	height: 100%;
	border-style:none;
	border-color: rgb(235,235,235);
	background-color: rgb(50,50,50);
}

#inner_container {
	position: relative;
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	width: 1OO%;
	text-align: left;
	border-style: none;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	color:#FFFFFF;
}

#header_bar {
	position: relative;
	left:0px;
	top: 0px;
	width: 100%;
	height: 78px;
	padding: 0px;
	border-style: none;
	padding-top: 0px;
}

#textframe {
	position:relative;
	left: 0px;
	top: 0px;
	margin-left:50px;
	margin-right:50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: RGB(225, 225, 225);
	padding: 5px 5px 15px 5px;
	border-style:none;
}

#viewframe {
	position:relative;
	left: 0px;
	top: 0px;
	margin-left:auto;
	margin-right:auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: RGB(225, 225, 225);
	padding: 5px 5px 15px 5px;
	border-style:none;
	text-align:center;
}

#thumbframe {
	position:relative;
	left: 0px;
	top: 0px;
	margin-left:50px;
	margin-right:50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px 5px 15px 5px;
	text-align:center;
}

#footer {
	position:absolute;
	bottom: 0px;
	left: 180px;
	width: 830px;
	height: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
	color: RGB(160, 160, 160);
	padding-bottom: 0px;
	text-indent: 10px;
}

#imagedisplay{
	
	border:none;

}

.front_image{
	border:solid;
	border-color: RGB(200,200,200);
	border-width:3px;
	margin:10px;
}

.picnavi{
	width:200px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align:center;
}

.picnavitable{
	margin-left:auto;
	margin-right:auto;
	border:none;

}

.a_navigation{
	color: RGB(255,255,255);
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}

.a_navigation:hover{
	text-decoration: none;
	color: RGB(200, 200, 200);
}

.sidelink{
	text-decoration:none;
	color: RGB(160, 160, 160);
}

.sidelink:hover{
	text-decoration:none;
	color: RGB(200, 200, 200);
}

.viewlink{
	text-decoration:none;
	color: RGB(225, 225, 225);
}

.viewlink:hover{
	text-decoration:none;
	color: RGB(200, 200, 200);
}

.thumb_img{
	border:solid;
	border-width:1px;
	border-color:rgb(60,60,60);
}

.thumb_cell{
	padding: 5px;
}

.spacer{
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	top: 40px;
	border: none;
	}

h1{
	position:relative;
	left: 30px;
	top: 0px;
	margin-bottom: 10px;
	font-family: font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	color: RGB(225, 225, 225);
	width: 750px;
	font-style: normal;
	font-weight: normal;
}


dt {
	border-top:1px;
	border-top-style:solid;
	border-top-color: rgb(120,120,120);
	margin-top: 3px;
	padding-top:4px;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:5px;
}

dd {
	margin-top: 1px;
	margin-left:15px;
}
