.thumbs {
	list-style-type: none;
	margin-left: 20px;
	width: 860px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.thumbs li {
	list-style-type: none;
	float: left;
	margin: 0px;
	font-size: 12px;
	position: static;
	width: 215px;
	height: 225px;
	padding: 0px;
}
.cover {
	text-align: center;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
.cover img {
	border: 1px solid #9e8844;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	color: #006600;
	margin-left: 103px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 28px;
}
.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #006600;
	float: right;
	font-weight: bold;
	margin-top: -53px;
	margin-right: 0px;
	padding: 0px;
	width: 310px;
	font-style: italic;
}

.head {
	background-color: #EEDE6D;
	border: 1px solid #9e8844;
	width: 800px;
	height: auto;
	margin-left: 50px;
}
.head h2 {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 22px;
}
.head div {
	float: right;
	margin-top: -27px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
}

.head_c {
	background-color: #EEDE6D;
	border: 1px solid #9e8844;
	width: 692px;
	height: auto;
	margin-left: 103px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
.head_c h2 {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 22px;
}

.head_c div {
	float: right;
	margin-top: -27px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
}
.head_c h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.paginate {
	width: 400px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 7px;
	margin-bottom: 0px;
	height: auto;
}
.addiv {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 390px;
	text-align: right;
	float: right;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.boot {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #9e8844;
}
.boot h2 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.thumbs img {
	border: 1px solid #9e8844;
	padding: 0px;
	margin: 0px;
}
.paginate a:link {
	border: 1px solid #9e8844;
	background-color: #EEDE6D;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-decoration: none;
}
.paginate a:visited {
	border: 1px solid #9e8844;
	background-color: #EEDE6D;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-decoration: none;
}
.info {
	float:left;
	display:inline;
	width: 400px;
	margin-left: 50px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.paginate a:hover {
	border: 1px solid #9e8844;
	background-color: #E8D137;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-decoration: none;
}

.paginate a:active {
	border: 1px solid #9e8844;
	background-color: #E8D137;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-decoration: none;
}

.comments {
	width: 692px;
	margin-left: 103px;
}

#outer {
	height: 225px;
	width: 215px;
	overflow: hidden;
	position: relative;
}
#outer[id] {display: table; position: static;}

#middle {
	position: absolute;
	top: 50%;
} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {
	position: relative;
	top: -50%;
	text-align: center;
	width: 215px;
} /* for explorer only */
#inner[id] {position: static;}

