﻿* {
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana;
	font-size: 12px;
	background-color: 
	text-align: center;
	height: 100%;
}

div{
	overflow: inherit;
}

h1, h2 {
	font-family: Georgia;
	font-style: italic;
}

h2{
	font-size: 16px;	
	color: #333333;
	padding-bottom: 5px;
}

h1{
	padding: 10px;
	font-size: 36px;
	color: white;
}

li{
	list-style: none;	
}

#wrapper{
	margin: 0px auto;
	text-align: left;
	width: 550px;
}

#paging_container1{
	height: 420px;	
}

#paging_container2{
	height: 420px;	
}

#paging_container3{
	height: auto;
}

#paging_container4{
	height: 420px;	
	overflow: hidden;
}

.ellipse{
	float: left;
}

.container{
	width: 500px;
	float: center;
	margin: 0px 10px 10px;
	padding: 20px;
	background-color: white;
}

.page_navigation , .alt_page_navigation{
	padding-bottom: 10px;
}

.page_navigation a, .alt_page_navigation a{
	padding:3px 5px;
	margin:2px;
	color:#0000ff;
	text-decoration:none;
	float: center;
	font-family: Tahoma;
	font-size: 10px;
	background-color:#ffffff;
}
.active_page{
	background-color:#DFEEFF !important;
		
	color:black !important;
	

}	

.content, .alt_content{
	color: black;
}

.content li, .alt_content li, .content > p{
	padding: 5px
}