@charset "utf-8";
/* CSS Document */

.menu-text {font-family:"Times New Roman"; color: #000000; font-size: 24px;}
.menu-dash-select {font-family:"Times New Roman"; color: #FF5F00; font-size: 24px; font-weight: bold;}


#body-frame a:link {
	color: #000000;
	text-decoration: none;
}
#body-frame a:visited {
	color: #000000;
	text-decoration: none;
}
#body-frame a:hover {
	color: #000000;
	text-decoration: underline;
}
#body-frame a:active {
	color: #D6D6D6;
}

#scrollbox a:link {
	color: #000000;
	text-decoration: none;
}
#scrollbox a:visited {
	color: #000000;
	text-decoration: none;
}
#scrollbox a:hover {
	color: #000000;
	text-decoration: underline;
}
#scrollbox a:active {
	color: #D6D6D6;
}

#left-sidebar {
width: 45px; 
height: 435px; 
float:left;
}

#right-sidebar {
width: 45px; 
height: 435px; 
float:right;
}

#body-frame {
position: absolute;
width: 771px;
left: 50%;
margin-left: -385px;
height: 590px;
top: 50%;
margin-top: -295px;
}

#content {
	height: 415px;
	width: 661px;
	position:absolute;
	top: 84px;
	left: 54px;
}

#scrollbox {
	/* Typical fixed height and fixed width example */
position: absolute;
	width: 650px;
	left: 50%;
	margin-left: -335px;
	height: 394px;
	top: 50%;
	margin-top: -209px;
	overflow: auto;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	z-index: 4;
}

#scrollbox-strips {
	/* Typical fixed height and fixed width example */
position: absolute;
	width: 520px;
	left: 50%;
	margin-left: -267px;
	height: 394px;
	top: 50%;
	margin-top: -209px;
	overflow: auto;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	z-index: 4;
}

#scrollbox-shop {
	/* Typical fixed height and fixed width example */
position: absolute;
	width: 493px;
	left: 50%;
	margin-left: -330px;
	height: 392px;
	top: 50%;
	margin-top: -209px;
	overflow: auto;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	z-index: 4;
}
