h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight:normal;
}

img {
	border:none;
}


#container {
	position	: absolute;
	text-align:left;
	/*border:1px solid red;*/
	top			: 290px;
	left		: 300px;
	width		: 300px;
	height		: 250px;
	overflow	: hidden;
}

#content {
	position	: relative;
	text-align:left;
	width		: 300px;
	left		: 0px;
	padding-bottom: 100px !important;
	padding-bottom: 0px;
}


#scrollArea {
	position	: absolute;
	left		: 920px;
	top			: 290px;
	height		: 250px;
	width		: 10px;
	/*border		: 1px solid #666;*/
	overflow	: hidden;
	background-image: url("images/scrollbg.gif");
	background-repeat: repeat-y;
	background-position: 4px;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 11px;
	/*background	: #B8282E;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;*/
	background-image: url("images/scroll_dot.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	background-position: 0px 2px;
}

