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

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-color: #FFFFFF;
	text-align:center;
}
h1 {
	font-size: 26px;
	font-weight: bolder;
	text-transform: capitalize;
}
h2 {
	font-size: 20px;
	font-weight: bolder;
	text-transform: capitalize;
}

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


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


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


/* trades */
.trade_box {
	WIDTH: 200px;
	height:40px;
	TEXT-ALIGN: center;
	FLOAT: left;
	margin: 3px;
	background-color: #DFE8FF;
	border: 1px dotted #000000;
}

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

/* paysites */
.paysite_box {
	WIDTH: 270px;
	height:150px;
	TEXT-ALIGN: center;
	FLOAT: left;
	overflow: hidden;
	padding: 0px;
	margin: 3px;
	background-color: #D2DEFF;
	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;
}

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

/* niche, archive box*/

.niche_box {
	WIDTH: 100%;
	TEXT-ALIGN: center;
	FLOAT: left;
	overflow: hidden;
	padding: 0px;
	margin: 3px;
	background-color: #D2DEFF;
	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;
}
