/** {
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana;
	font-size: 12px;
	background-color: black;
	text-align: center;
	height: 100%;
}

div{
	overflow: auto;
}*/

#wrapper{
	margin: 0px auto;
	text-align: left;
	width: 960px;
}

.ellipse{
	float: left;
}

/*.container{
	width: 260px;
	float: left;
	margin: 50px 10px 10px;
	padding: 20px;
	background-color: white;
}*/

.page_navigation , .alt_page_navigation{
	padding-bottom: 18px;
	margin:20px 0px;
}

.page_navigation a, .alt_page_navigation a{
	padding:3px 5px;
	margin:2px;
	color:white;
	text-decoration:none;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	background-color:#8a0606;
}
.active_page{
	background-color:#fff !important;
	color:black !important;
}



.content{
	margin:0px;
	padding:0px;
}

.content li{
	padding: 0px;
	margin:0px;
	list-style:none;
	
}