body {
	padding: 20px;
	margin:0;
	background:#000 url(/images/repeat.jpg);
	font-size:10px;
	font-family:tahoma;
	line-height:15px;
}

td, th {
	font-size:10px;
	font-family:tahoma;
}

.smallhead {
	font-family:georgia;
	font-size:11px;
	letter-spacing:2px;
	font-weight:normal;
	text-transform:capitalize;
	text-transform:uppercase;
	}
	
.links {
	font-family:georgia;
	font-size:9px;
	letter-spacing:2px;
	font-weight:normal;
	text-transform:capitalize;
	text-transform:uppercase;
	}	
	
.links a:link, a:visited { text-decoration:none; color:#000000 }	

h1, h2, h3 {font-weight:100; font-family:georgia;}

a:link, a:visited { color:#1C296D; }

div#holder { margin:0 auto; width:960px; z-index:5; }

div#demo {
	padding: 5px 10px;
	font-size:11px;
	font-family:arial;
	position:absolute;
	width:550px;
	z-index:40;
	height:300px;
	margin-left:200px;
	margin-top:125px;
	color:#000;
}

div#flashcontent {
	background:transparent;
	position:absolute;
	z-index:10;
}

div#nav {
	background:transparent;
	position:relative;
	z-index:20;
}

div#close_btn {
	position:absolute;
	text-align:center;
	z-index:35;
	width:960px;
}

.scroll-track{
	height:10px;
	width:10px;
	background:black;
}

.scroll-handle{
	border: 1px solid black;
	height:10px;
	width:8px;
	background:#333;
	cursor:pointer;
}

#container {
	position	: absolute;
	margin-top:125px;
	margin-left:220px;
	width		: 520px;
	height		: 325px;
	overflow	: hidden;
	z-index:50;
}

#content {
	position	: relative;
	width		: 500px;
	margin-left:5px;
}

p {
	font		: normal 10px/14px arial,helevetica,san-serif;
}

#scrollArea {
	position	: absolute;
	margin-left	: 745px;
	margin-top	: 125px;
	height		: 325px;
	width		: 7px;
	overflow	: hidden;
	z-index:55;
	background:#efefef;
	border		: 1px solid #666;
}

#scroller {
	position	: absolute;
	margin-top	: -1px;
	width		: 7px;
	z-index:55;
	background	: #AAA;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
}

.scrollerShow {
	background	: #AAA;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
}

.scrollAreaShow {
	background:#efefef;
	border		: 1px solid #333;
}

.scrollerHide {
	background	: transparent;
	border-top	: 1px solid transparent;
	border-bottom	: 1px solid transparent;
}

.scrollAreaHide {
	background: transparent;
	border		: 1px solid transparent;
}