body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

#wrapper{
	position:fixed;
	padding: 10px 0 0 0;
	width:200px;
}
#slider {
	width:250px;
	left: 703px;
	top: 248px;

}
.header {width:250px; padding:0px; font-weight:bold; margin-top:0px; cursor:pointer; background:url(images/header.gif)}
.header:hover {background:url(images/header_over.gif)}
.content {
	overflow:hidden;
	line-height:1em;
	height:150;
	width:250px;
}
.text {
	width:auto;
	border:1px solid #9ac1c9;
	padding:0px;
	height: 150px;
	font-family:tahoma;
}
a img { border:0;}

.link {color:#0066FF;}


