body {text-align:center; background:#F2F8D4; margin: 0 0 0 0;}
.main {font: 50px Arial; color:#E51354; font-weight:bold;}
.link a {font: 12px Arial; color:#EA3070; font-weight: bold; margin: 0px auto; text-align: center;}
.thumbs {width:900; text-align:center; background:#F2F8D4;}
.thumbs a img {width:180px; height: 240px; border: 1px solid #DA006B;}
.thumbs a:hover img {border-color: #26B2A9;}
.top { width: 900px; text-align:left; font: 15px Arial; color: #000000;}
.top a { font: 15px Arial; color: #DA006B; text-decoration: none; font-weight: bold;}
.top a:hover { color: #E72966; text-decoration: underline;}
.b { width: 740px; margin: 0px auto; text-align: center; font: 9px Arial; color:#000000;}
.promo {width:900; text-align:center; background:#F2F8D4;}
.head1 img {width:170px; height: 65px; border: 0px;}
.head2 img {width:170px; height: 61px; border: 0px;}
.head1 {height: 65px;}
.head2 {height: 61px;}
.hardlink a {color: #333;}
.pagination {
	margin: 10px auto;
	display: inline-block;
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}
.pagination a {
	display: inline-block;
	margin-right: 2px;
	padding: 2px 8px;
	text-decoration: none;
}

div.pagination a:hover {
	color: #303030;
}

div.pagination a:active {
	color: #585858;
}

.pagination a.number {
	border: 1px solid #ddd;	
	
	/* CURVED CORNERS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.pagination a.number:hover {
	border-color: #d0d0d0;
	
	/* DROP SHADOWS */
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.pagination a.number.current {
	color: #fff;
}

.pagination a.number.current:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagination a.number.current:active {
	/* INNER SHADOWS */
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.3), inset 0px 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.3), inset 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3), inset 0px 1px 2px rgba(0,0,0,0.15);
}
/* RED PAGINATION STYLE */
.pagination.red, .pagination.red a {
	color: #c32a2a; 
}
