@charset "utf-8";
/* CSS Document */

body {
	background:#141414;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper {
	background:#ffffff;
	width:990px;
	text-align:center;
	margin:0 auto;
}
#header {
	background:url(../images/header.jpg);
	width:957px;
	height:353px;
	display:inline-block;
	margin:0 0 30px 0;
}
#header a {
	display:inline-block;
	background:#1866bd;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	opacity:0.8;
	padding:8px 20px;
	border:2px solid #fff;
	border-radius:10px;
	float:right;
	margin:280px 10px 0 0;
}
#header a:hover {
	background:#094281;
}
.thumbs a {
	background:#ffd6ee;
	width:306px;
	color:#1866bd;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	margin:0 8px 19px 8px;
	line-height:40px;
}
.thumbs a p {
	background:url(../images/button.png) top;
	width:306px;
	height:40px;
	margin:0;
}
.thumbs a:hover p {
	background:url(../images/button.png) bottom;
}
.thumbs a span {
	font-size:20px;
	text-decoration:underline;
}
.thumbs a:hover span {
	text-decoration:none;
}
.thumbs a img {
	border:3px solid #ff4ab4;
}
ul.pagination {
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
}

ul.pagination li {
	display: inline-block;
	vertical-align: bottom;
	zoom: 1;
	*display: inline;
	font-size: 16px;
}

ul.pagination li span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	padding: 5px 9px 4px;
	color: silver;
	background-color: gray;
}

ul.pagination li a, ul.pagination li a:link, ul.pagination a:visited {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none;
	display:inline-block;
	padding: 4px 9px;
	background-color: #e242a2;
	color: white;
	-moz-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

ul.pagination li a:hover {
	background-color: #524641;
	color: white;
}
.banner {
	background:url(../images/banner.jpg);
	width:883px;
	height:129px;
	display:inline-block;
	margin:0 0 20px 0;
}
#footer {
	padding:20px 0;
}
#footer a {
	padding:0 10px;
}
#footer a:hover {
	text-decoration:none;
}
