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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #830A0D;
	background-color: #F4B6B7;
	text-align:center;
	background-image: url(/graphics/templates/tgp06/bg.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
}
a{
	color:#830A0D;
}
h1 {
	font-size: 26px;
	font-weight: bolder;
	text-transform: capitalize;
}
h2 {
	font-size: 20px;
	font-weight: bolder;
	text-transform: capitalize;
}

.div_main {	
	WIDTH: 940px;
	TEXT-ALIGN: center;
	margin-left: auto;
	margin-right: auto;
}


.div_box {	
	WIDTH: 940px;
	TEXT-ALIGN: center;
	margin-left: auto;
	margin-right: auto;
	float:left;
}


.thumb {
	border: 1px solid #C4ECB0;
}
.thumbs_box {	
	/*WIDTH: 950px;*/
	TEXT-ALIGN: center;
	margin-left: auto;
	margin-right: auto;
	float:left;
	font-size:10px;
}


/* trades */
.trade_box {
	WIDTH: 222px;
	TEXT-ALIGN: left;
	FLOAT: left;
	margin: 3px;
	background-color: #C4ECB0;
	border: 1px dotted #366C00;
}

.trade_box a{
	color:#993333;
	font-size:10px;
	text-transform: uppercase;
}

/* paysites */
.paysite_box {
	WIDTH: 300px;
	height:130px;
	TEXT-ALIGN: center;
	FLOAT: left;
	overflow: hidden;
	padding: 0px;
	margin: 3px;
	background-color: #FF6A8F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #000000;
}

.paysite_box a{
	color:#FFFFFF;
	font-size:16px;
}

/* niche, archive box*/

.niche_box {
	WIDTH: 100%;
	TEXT-ALIGN: center;
	FLOAT: left;
	overflow: hidden;
	padding: 0px;
	margin: 3px;
	background-color: #C4ECB0;
	border: 1px solid #438921;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

/* gallery text */
.gallery_text_box {
	TEXT-ALIGN: left;
	FLOAT: left;
	overflow: hidden;
	padding: 0px;
	margin: 3px;
	background-color: #F09FA2;
	font-size:10px;
	border: 1px dotted #830A0D;
}

.gallery_text_box a{
	color:#990000;
	font-size: 14px;
}

/* trades */
.banner_box {
	TEXT-ALIGN: center;
	FLOAT: left;
	padding: 0px;
	margin: 3px;
	font-size:10px;
}

.banner_box a{
	color:#993333;
	font-size:16px;
}

