#slider {
	width:830px;
}
.header {
	width:830px;
	height:25px;
	padding:0px; 
	margin:0px;
	font-weight:bold; 
	cursor:pointer; 
	margin-bottom:5px;
	background:url(../images/header.jpg) repeat-x left top;
}
.header h1{
	padding:0px; 
	margin:0px;
	padding-left:35px;
	line-height:25px;
}
.header:hover {
	background:url(../images/header_over.jpg) repeat-x left top;
}
.content {
	overflow:hidden;
	width:830px;
	margin-bottom:0px;
}

.content p, ul{
	margin-bottom:15px;
}


.text {
	width:425px; 
	border:2px solid #9ac1c9; 
	border-top:none; 
	padding:15px;
}
