#wrapper {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}

#pages{
	
}
p{
	margin: 0;
	padding: 0;
}
#pagenav {
	display: block;
	width: 100%;
	text-align: center;
	float: left;
	clear: both;
		margin-bottom: 30px;

}
#pagenav a{
	color: #4aa8dc;
	width: 112px;
	float: left;
	background-color: #ffe;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	background-image: url(button.jpg);
	font-size: 12px;
	text-transform: uppercase;
}

#pagenav a:hover{
	color: #fff;
	background: #ff0 url(button.jpg) 0 50px;
}

#footer a{
	color:  #4aa8dc;
	font-size: 10px;
padding-left: 10px;
		text-decoration: none;
}
#footer a:hover{
	color:  #008acb;
	text-decoration: underline;
}

.title2{
	color: #008acb;
	font-size: 24px;
}

#footer{
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 8px;
	width: 100%;
	text-align: center;
}

#content{
	margin-bottom: 30px;
	line-height: 25px;
}
.largetext{
margin-top: 10px;
}

#header {

	width: 100%;
	float: left;
	height: 200px;
}

body {
	background: url(background.png) no-repeat center top;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
