
#slider {
font-family: Trebuchet, Arial, sans-serif;
width: inherit;
float: left;
font-size: 12px;
font-weight: normal;

margin-bottom: 20px;
}
.header {
	font-size: 20px; 
	margin-top:5px; 
	margin-right: 20px;
	cursor:pointer; 
	color: rgb(255,92,56);
	padding: 5px;
	
	float: left;
	}
.header:hover {

	background-color: black;
	color: white;
	padding: 5px;
}
#nav {
	width: inherit;
	height: 40px;
	border-bottom: 1px white dotted;
}

.content {
	width: inheritpx;
	}
.text {
	//color: #444;
	line-height: 1.1em;
	font-size: 11px;
	border-top:none;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 10px;
}

#slider p{
	width: 225px;
	float: left;
	margin-right: 20px;
	font-size: 11px;
	font-weight: normal;
}
	


