body 
{
	background: #92543e;
	margin:0px;
	padding:0px;
}
#container
{
	width: 935px;
	position: relative;
	margin: 0 auto;
}
#flashMenu
{
	position: absolute;
	left: 0px;
	top: 450px;
	z-index: 999;
	width: 521px;
}
.clear 
{
	clear: both;
}
#contents
{
	position: absolute;
	right:0;
	z-index: 998;
	width: 440px;
}
.pages1, .pages2
{
	border:3px solid #fff;
	background: url('images/border.jpg') repeat-y top right;
	padding: 25px 10px;
	font:600 12px Verdana;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 410px;
}
.pages2 
{
	padding: 0;
	font-weight: normal;
	height: 585px;
}
.pages3
{
	border:3px solid #fff;
	background: url('images/border.jpg') repeat-y top right;
	font:600 12px Verdana;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 400px;
	height: 582px;
}
#image
{
	width: 380px;
	height: 448px;
	margin: 2px 0 2px 2px;
	overflow: hidden;
}
#theTitle
{
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	width: 384px;
}
#theTitle #ttl
{
	padding: 5px 10px;
	height: 35px;
	font-weight: normal;
}
#nav 
{
	width: 394px;
	background: url('images/borderbottom.jpg') repeat-x bottom right;
}
#nav .mainnav 
{
	margin: 0;
	padding: 0 0 7px 0;
	width: 100%;
	z-index: 1;
}
#nav .mainnav li 
{
	float: left;
	padding: 0px;
	list-style-type: none;
	display: block;
	margin: 0;
}
#nav .mainnav a 
{
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	display: block;
	position: relative;
	z-index: 2;
	font-weight:bold;
}
#nav .mainnav a:link,
#nav .mainnav a:visited 
{
	color: #fff;
	text-decoration:none;
	padding: 2px 5px;
}
#nav .mainnav a:hover,
#nav .mainnav a:active 
{
	color: #ddd;
}
#nav .mainnav a.active 
{
	border-bottom: none;
	border-bottom: 3px solid #92543e;
}
.justText
{
	padding: 10px;
	line-height: 150%;
	text-align: justify;
	width: 370px;
}
.itm
{
	border-bottom: 2px solid #fff;
	width: 95%;
	padding-bottom: 10px;
}
.itm h3
{
	font:bold 12px Verdana;
	margin: 0 0 5px 0;
}
a
{
	color: #fff;
	text-decoration:none;
}
a:hover
{
	color:#ddd;
	text-decoration:underline;
}
.scr
{
	position: relative;
	height: 300px;
	width: 370px;
	overflow: hidden;
}
.itmdd 
{
	width: 60px;
	height: 72px;
	float: left;
	margin-left: 3px;
	margin-top: 3px;
}
.itmdd img
{
	border: 0px;
}
#list
{
}
#nextIt
{
	float: right;
	border-left: 4px solid #fff;
}
#pagesInner
{
	position: relative;
}
#scrollLinks
{
	position: absolute;
	right: 2px;
	top: 0;
	width: 10px;
	text-align: right;
}
#floatRight
{
	float: right;
	padding-right: 2px;
}

#pageContainer
{
	height: 420px;
	position: relative;
	overflow: hidden;
	margin-top: 5px;
}
#pageContainer .justText
{
	position: absolute;
	top: 0px;
}
.hide
{
	display:none;
}

div.scrollholder {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
div.scroll {
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}
div.scroll2 {
    position: absolute;
    right: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track {
    position: relative;
    float:right;
    top: 0; 
    width: 7px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #92543E;
	margin-right: 2px;
}
div.drag_bar {
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #fff;
}  

/* <Scroll2> */
div.track2 {
    position: relative;
    float:left;
    top: 0; 
    width: 9px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #f68624;
}
div.drag_bar2 {
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #000;
} 