.back {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 56px;
}
.blue_st {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #161858;
}
.red_st {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #7f1f1d;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
#container {
	position	: absolute;
	width		: 496px;
	height		: 370px;
	overflow	: hidden;
	top: 234px;
}

#content {
	position	: relative;
	width		: 490px;
	left		: 7px;	
}

#scrollArea {
	position	: relative;
	left		: 500px;
	top			: -24px;
	height		: 370px;
	width		: 15px;
	border		: 1px solid #7f5424;
	background: #f3ca57;
	overflow	: hidden;
}

#scroller {
	position	: relative;
	top			: -1px;
	width		: 15px;
	background	: #7f1f1d;
	border-top	: 1px solid #f3ca57;
	border-bottom	: 1px solid #f3ca57;
}
