@charset "utf-8";
/* CSS Document */

body {
/*	background-image: url(http://matureresort.com/images/bg.jpg);*/
	margin: 20px;
	padding: 20px;
}

.page {width:990px; margin-left:auto; margin-right:auto;
}

.header .logo {
	/*background-image: url(http://matureresort.com/images/logo.png);*/
	background-repeat: no-repeat;
	height: 56px;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.header .line {
	background-image: url(http://matureresort.com/images/line.png);
	background-repeat: no-repeat;
	height: 1px;
	width: 593px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background-position: center center;
}
.thumb-head {
	height: 41px;
}
.thumb-head .new-thumbs {
	background-image: url(http://matureresort.com/images/new.png);
	background-repeat: no-repeat;
	float: left;
	height: 41px;
	width: 350px;
}

.thumb-head .best-thumbs {
	background-image: url(http://matureresort.com/images/best.png);
	background-repeat: no-repeat;
	float: left;
	height: 41px;
	width: 350px;
}



.thumb-head .bookmark {
	float: right;
	height: 41px;
	width: 170px;
	font-family: "trebuchet ms";
	color: #CCCCCC;
	font-weight: bold;
	font-size: 24px;
	background-image: url(http://matureresort.com/images/bookmark.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

.thumbs img {
	border: 3px solid #666666;
	margin-right: 5px;
	margin-bottom: 5px;
}
.thumbs {
	padding-bottom: 80px;
}

.page {min-width:770px;}


.top table, .top table a {font:bold 16px arial; color:white; text-decoration:none;}
