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

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C0B174;
	background-color: #EBE6D3;
	text-align:center;
	background-repeat: repeat-x;
	margin-top:0px;
}
a{
	color:#665B2F;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	text-transform: capitalize;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	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 dashed #665B2F;
	padding:1px;
}	
.thumbs_box {	
	/*WIDTH: 950px;*/
	TEXT-ALIGN: center;
	margin-left: auto;
	margin-right: auto;
	float:left;
	font-size:10px;
}


/* trades */
.trade_box {
	WIDTH: 222px;
	height:55px;
	TEXT-ALIGN: center;
	FLOAT: left;
	margin: 3px;
	background-color: #E1DABD;
	border: 1px dashed #665B2F;
	color: #993333;
}

.trade_box a{
	color:#665B2F;
	font-size:14px;
	font-weight: bold;
}

/* paysites */
.paysite_box {
	WIDTH: 300px;
	height:130px;
	TEXT-ALIGN: center;
	FLOAT: left;
	overflow: hidden;
	padding: 0px;
	margin: 3px;
	background-color: #665B2F;
	color: #EBE6D3;
	border: 1px solid #CCCCCC;
}

.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;
	border: 1px none #697A9A;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

.niche_box a{
	font-size:12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
}

/* gallery text */
.gallery_text_box {
	TEXT-ALIGN: left;
	FLOAT: left;
	overflow: hidden;
	padding: 0px;
	margin: 3px;
	background-color: #DAD1AD;
	font-size:10px;
	color: #000000;
	border: 1px ridge #665B2F;
}

.gallery_text_box a{
	color:#000000;
}
