
.center {
	text-align: center;
	margin: 0 auto;
}
.maincontent {
	text-align: center;
	margin: 0;
	border:solid 1px #000000;
}
.pagebar {
	font-size:12px;
	padding-top:8px;
	padding-bottom:7px;
	text-align:left;

}
.pagebar .this-page {
	border-color:#FFFFFF;
	color:#ff5555;
	font-weight: bold; 
	padding:2px 3px;
}

.pagebar a:hover {
	background:#555555 none repeat scroll 0%;
	border-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
}

.pagebar a, .this-page {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #000000;
	color:#000000;
	padding:3px 2px;
	text-decoration:none;
}
.look {
	font-size: 1.4em;
	color:#ff66ff;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
}
.footer {
	background: #eeeeee;
	font-size: 0.7em;
	height: 70px;
	text-align: center;
	margin: 0 auto;
	padding-top:15px;

}

