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

.centralblock h1 {
	text-align:center;
	margin-top:20px;
}
.centralblock h2 {
	/*margin-left:5px;*/
	margin-top:5px;
	margin-bottom:5px;
	width:160px;
	text-align:center;
}
.photoholder {
	background-image:url(../images/textilebg.jpg);
	width:144px;
	height:144px;
	padding:8px;
	background-repeat:no-repeat;
	border:none;
}
.textile {
	float:left;
	margin-left:25px;
	margin-top:15px;
	width:180px;
	height:215px;
}
.textile a {
	text-decoration:none;
	color:#1c1c1c;
}
.pages {
	clear:both;
	text-align:center;
	margin-left:-100px;
	margin-bottom: 5px;
}
.pages a {
	margin-left:5px;
	text-decoration:none;
	color:#1c1c1c;
}
.pages a:hover {
	color:#ea6905;
}

.pages a.active, .pages a.active:hover {
	background-color: #ea6905;
	color: #FFF;
	padding: 3px;
	}
em#warning {
	text-align: center;
	margin-right: 40px;
	display:block;
	}