@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS";
	background-image: url(http://matureinvasion.com/images/bg.jpg);
	background-color: #f4f5fa;
}
.page {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	position: relative;
	z-index: 1;
	padding-top: 20px;
	height: 75px;
	text-align: center;
}
.header .logo {
	height: 95px;
	width: 324px;
	position: absolute;
	z-index: 2;
	top: 2px;
	left: 333px;
	background-image: url(http://matureinvasion.com/images/logo.png);
	background-repeat: no-repeat;
}

.header .friend {
	height: 85px;
	width: 270px;
	position: absolute;
	z-index: 2;
	top: 2px;
	left: 355px;
	background-image: url(http://matureinvasion.com/images/friendlist.png);
	background-repeat: no-repeat;
}


.header .line {
	position: relative;
	z-index: 1;
	background-image: url(http://matureinvasion.com/images/logoline_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	height: 36px;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
.header .line h1, .line span {
	padding-top: 8px;
	display: block;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: normal;
}

.header .line div {
	position: absolute;
	z-index: 2;
	height: 36px;
	width: 5px;
	left: 0px;
	top: 0px;
}

.header .text {
	text-align: left;
	padding-top: 0px;
	color: #8A5589;
	font-size: 14px;
}
.thumb-names {
	padding-top: 20px;
}
.thumb-names .left-txt {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	float: left;
	padding-left: 5px;
}
.thumb-names .bookmark {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	float: right;
	padding-right: 5px;
	padding-top: 7px;
}


.thumbs {
	width: 972px;
	overflow: hidden;
}
.thumbs div {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.page .thumbs span {
	border: 1px solid #000000;
	display: block;
}

.thumbs a {
	background-image: url(http://matureinvasion.com/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #E9E9E9;
	display: block;
	height: 200px;
	width: 150px;
	overflow: hidden;
}


.clear {
	clear: both;
}
.bookmark a {
	color: #000000;
	text-decoration: none;
}

.tradelist2 {
	font-size: 15px;
	font-weight: bold;
}
.tradelist2 a {
	color: #000000;
	text-decoration: none;
}










.footer {
	position: relative;
	z-index: 1;
	padding-top: 40px;
	height: 75px;
	text-align: center;
}


.footer .friend {
	height: 85px;
	width: 270px;
	position: absolute;
	z-index: 2;
	top: 21px;
	left: 355px;
	background-image: url(http://matureinvasion.com/images/friendlist.png);
	background-repeat: no-repeat;
}
.bnrs {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 20px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #B283B5;
	margin-top: 50px;
	margin-left: 70px;
	margin-right: 70px;
}



.footer .line {
	position: relative;
	z-index: 1;
	background-image: url(http://matureinvasion.com/images/footerline_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #863E85;
	height: 26px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
.footer .line span {
	padding-top: 4px;
	display: block;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: normal;
}

.footer .line div {
	position: absolute;
	z-index: 2;
	height: 26px;
	width: 5px;
	left: 0px;
	top: 0px;
}

.footer .text {
	text-align: left;
	padding-top: 0px;
	color: #8A5589;
	font-size: 14px;
}

