* {
	margin: 0;
	padding: 0;
}
h3 a{
		color: #DB5C04;
	}

li{
	list-style: none;	
}
.ellipse{
	float: left;
}

.page_navigation a, .alt_page_navigation a{
	padding:3px 5px;
	margin:2px;
	color:black;
	text-decoration:none;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	border:#666 solid 1px;
}
.active_page{
	background-color:#DB5C04 !important;
	color:white !important;
}	

.content, .alt_content{
	color: black;
}
#sNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}