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

#NavContainer {
	display: inline;
	float: left;
	width: 233px;
	padding:0px;
}

#InfoLine {
	overflow: hidden;
	display: inline;
	float: left;
	width: 90%;
	margin-left: 12px;
	margin-top: 3px;
 	border-bottom: 1px solid #333;
}

#InfolineLT {
	width: 90%;
	margin-left: 12px;
	margin-top: 3px;
 	border-bottom: 1px solid #333;
}

#quotebox {
	background:url(../images/quotebackground.jpg) center bottom no-repeat;
	width:697px;
	height:421Px;
	float: left;
	display: inline;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 1px;
	border: 1px solid #666;
}



/*scroller*/
#quotescrollArea {
	float		: right;
	display		: inline;
	background	: #111;
	left		: 213px;
	top		: 10px;
	/*height	: 389px;*/
	height		: 421px;
	width		: 10px;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
	border-left	: 1px solid #666;
	overflow	: hidden;
}

#quotescroller {
	position	: relative;
	top		: -1px;
	width		: 10px;
	background	: #333;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
}

#quotescrollcontainer {
	position	: relative;
	float		: left;
	display		: inline;
	width		: 208px;
	width		: 680px;
	/*height	: 389px;*/
	height		: 421px;
	overflow	: hidden;
}

#quotescrollcontent {
	position	: relative;
	width		: 672px;
	left		: 5px;
	padding		: 25px;

