@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}

body {
	text-align:center;
}

a, a:active {
color:#C45706;
text-decoration:none;
}

a:hover {
color:#ff0000;
text-decoration:none;
}

a:visited {
color:#341201;
text-decoration:none;
}

#index {
	display:	block;
	position:	relative;
	border: 	0px solid #000;
	width:		220px;
	margin:		0px auto;
	margin-top:		0px;
	border: 0px sold #ff0000;
}

#container {
	position	: relative;
	float		: left;
	width		: 200px;
	height		: 300px;
	background	: transparent;
	overflow	: hidden;
	border		: 0px solid #ff0000;
	margin		: 30px 0px 0px 0px;

}

#content {
	position: 	relative;
	width: 		180px;
	text-align:	left;
	xpadding:	1em;
}

p {
	font: 		normal 10px/14px verdana,helevetica,san-serif;
	margin:		3px 0px 3px 0px;
}

p.scroll {
	font: 		normal 10px/14px verdana,helevetica,san-serif;
	padding:	7px 0px 7px 0px;

}

h1 {
	font		: normal 18px/14px verdana,helevetica,san-serif;
}

h3 {
	font		: normal 12px/11px verdana,helevetica,san-serif;
	margin:		3px 0px 3px 0px;
}


#scrollArea {
	position	: relative;

	margin:		0px 0px 0px 0px !important;
	margin:		0px 0px 0px 0px;
	top:		0px;
	height		: 200px;
	width		: 15px;
	border		: 0px solid #ff00ff;
	overflow	: hidden;
}

#scroller {
	position	: relative;
	margin:		0px 0px 0px 0px;
	//padding-bottom: 25px;
	width		: 15px;
	xbackground	: #AAA;
	xborder-top	: 1px solid #666;
	xborder-bottom	: 1px solid #666;
	cursor:		hand !important;
	vertical-align:center;
}

#scroller img {
	position:absolute;
	top:25%;
}