body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url(images/body_bg.jpg);
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
a {
	text-decoration: underline;
	color: #fc0;
	font-weight: bold;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}

/*				HEADER					*/
#header {
	background-image: url(images/h_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
}
#header p {
	font-size: 10px;
	margin-left: 50px;
	margin-right: 10px;
	text-align: right;
}

/*			FOOTER			*/
#footer {
	width: 100%;
	background-image: url(images/f_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

/*			LINKBAR			*/
#linkbar {
	width: 100%;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#linkbar p {
	padding-top: 8px;
	padding-bottom: 12px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#linkbar p a {
	color: #fff;
	text-transform: capitalize;
}

/*-------------------MAIN CONTENT-------------------*/
#content {width:100%;float:left;overflow:hidden;margin: 0px 0;}
#sidebar {width:200px;float:left;position:relative; background-image: url(images/sidebar_left_bg.jpg); background-position: left top; background-repeat: repeat-y;}
#sidebar2 {width:200px;float:right;position:relative; border: 0px solid #fff; background-image: url(images/sidebar_right_bg.jpg); background-position: right top; background-repeat: repeat-y;}

#mid_content {margin:0 -200px;width:100%;float:left;}

.mid_container {padding:0px 200px;}
.mid_box {background-color: #281008;}
.mid_box a {
	color: #d30087;
}

#sidebar h2 {
	padding: 5px;
	margin: 0px;
	margin-right: 10px;
	padding-left: 20px;
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	background-color: #000;
}
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#sidebar ul li {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 10px;
}
#sidebar ul li a {
	text-transform: capitalize;
	color: #f1005f;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #fff;
}
#sidebar ul.cat_items {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#sidebar ul.cat_items li {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	color: #fff;
	font-size: 10px;
	text-transform: capitalize;
	background-image: url(images/ul_cat_items_li_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#sidebar ul.cat_items li a {
	font-size: 12px;
	color: #f1005f;
	text-transform: capitalize;
}
#sidebar ul.cat_items li a:hover {
	color: #fff;
}

/*				#sidebar2				*/
#sidebar2 h2 {
	padding: 5px;
	margin: 0px;
	margin-left: 10px;
	padding-left: 20px;
	font-size: 16px;
	text-transform: capitalize;
	color: #f1005f;
	background-color: #1a000a;
}
#sidebar2 ul {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#sidebar2 ul.paysites {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar2 ul.paysites li {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	background-color: #3d061a;
}
#sidebar2 ul.paysites li img {
	width: 150px;
	height: 150px;
	background-color: #110107;
	border: 1px solid #6f002a;
}
#sidebar2 ul.paysites li a {
	font-size: 16px;
	text-transform: capitalize;
	text-decoration: none;
}

.nav {font-size: 12px; margin: 5px 0px 3px 10px; width: 190px; font-weight: bold; border: 0px solid #fff; margin-bottom: 4px;}
.nav li {display: block; margin-top: 10px;padding: 0px 0px 3px 20px; background: url(images/main_menu_arrow.jpg) 0 0 no-repeat; border: 0px dotted #333; border-bottom-width: 1px;}

#sidebar ul.traders {
}
#sidebar ul.traders li {
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
}
#sidebar ul.traders li img {
	width: 150px;
	height: 150px;
	background-color: #000000;
	border: 1px solid #333;
}
#sidebar ul.traders li a {
	color: #f1005f;
	font-size: 14px;
	text-decoration: underline;
}
#sidebar ul.traders li a:hover {
	color: #fff;
}

.thumb {
	padding: 0px;
	float: left;
	margin: 0px;
	margin-left: 7px;
	border: 0px solid #999;
	border-bottom-width: 0px;
	padding: 14px;
	background-image: url(images/thumb_bg_bottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 420px;
}
.thumb {
	padding: 2px;
	color: #ccc;
	padding-right: 14px;
	padding-left: 14px;
}
.thumb h2 {
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-top: 15px;
	margin-bottom: 10px;
	font-size: 14px;
}
.thumb h2 a {
	color: #f1005f;
}
.thumb p.desc {
	width: 200px;
	text-align: center;
	font-size: 14px;
	color: #c66644;
	margin-top: 5px;
}
.thumb p.links {
	background-position: top;
	background-repeat: repeat-x;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.thumb p.links a {
	font-size: 18px;
	color: #f1005f;
}
.thumb img {
	width: 200px;
	height: 267px;
	background-color:#fff;
	border: 1px solid #85422c;
}
.thumb a {
	text-transform: capitalize;
}
.thumb A:link IMG    	{        BORDER: #85422c 1px solid;}
.thumb A:visited IMG 	{        BORDER: #85422c 1px solid;}
.thumb A:hover IMG   	{        BORDER: #fff 1px dashed;}
.thumb A:active IMG	{        BORDER: #85422c 1px solid;}


/*				trade_list			*/
#trade_list {
}
#trade_list h2 {
	margin: 0px;
	margin-top: 40px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}
#trade_list ol {
	list-style: decimal inside;
	width: 22%;
	float: left;
	margin: 10px;
	padding: 0px;
}
#trade_list ol li {
	margin-top: 5px;
	background-color: #1e0b05;
	padding: 3px;
	padding-left: 10px;
}
#trade_list ol li a {
	text-transform: capitalize;
	font-size: 16px;
	color: #b46146;
}

/*				thumb block				*/
.thumb_block_left_top {
	background-image: url(images/thumb_block_left_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px solid #f00;
}
.thumb_block_right_top {
	background-image: url(images/thumb_block_right_top.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.thumb_block_left_bottom {
	background-image: url(images/thumb_block_left_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.thumb_block_right_bottom {
	background-image: url(images/thumb_block_right_bottom.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px;
	padding-top: 15px;
	padding-left: 6px;
	padding-bottom: 15px;
}
.thumb_block_left {
	background-image: url(images/thumb_block_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.thumb_block_right {
	background-image: url(images/thumb_block_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.thumb_block_top {
	background-image: url(images/thumb_block_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.thumb_block_bottom {
	background-image: url(images/thumb_block_bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.thumb_block_bg {
	background-image: url(images/thumb_block_bg.jpg);
}
.movs {
}
.sign1 {
	font-size: 22px;
	font-weight: bold;
	color: #683623;
}
.thumb_block_right_bottom h2 {
	width: 90%;
	border: 0px solid #fff;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	font-size: 16px;
	margin-left: 15px;
}
.thumb_block_right_bottom h2 a {
	color: #f1005f;
}
.movs img {
	width: 195px;
	height: 146px;
	border: 1px solid #fff;
	padding: 0px;
	margin: 1px;
	float: left;
}
.movs A:link IMG    	{        BORDER: #85422c 1px solid;}
.movs A:visited IMG 	{        BORDER: #85422c 1px solid;}
.movs A:hover IMG   	{        BORDER: #fff 1px dashed;}
.movs A:active IMG	{        BORDER: #85422c 1px solid;}

.pics img {
	width: 150px;
	height: 200px;
	border: 1px solid #fff;
	padding: 0px;
	margin: 1px;
}
.pics A:link IMG    	{        BORDER: #85422c 1px solid;}
.pics A:visited IMG 	{        BORDER: #85422c 1px solid;}
.pics A:hover IMG   	{        BORDER: #fff 1px dashed;}
.pics A:active IMG	{        BORDER: #85422c 1px solid;}

.ads {
	margin: 10px;
	float: left;
	width: 98%;
}
.ads p {
	font-size: 12px;
	width: 600px;
}
.ads a {
	color: #f1005f;
	text-transform: capitalize;
	font-size: 16px;
}
.ads A:link IMG    	{        BORDER: #f1005f 1px solid;}
.ads A:visited IMG 	{        BORDER: #f1005f 1px solid;}
.ads A:hover IMG   	{        BORDER: #fff 1px dashed;}
.ads A:active IMG	{        BORDER: #f1005f 1px solid;}

.category_intro {
	padding: 10px;
}
.category_intro h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.category_intro p {
	font-size: 10px;
	color: #c66644;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.archives {
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.archives ul {
	margin: 0px;
	padding: 0px;
}
.archives ul li {
	float: left;
	margin-right: 5px;
	color: #c66644;
	list-style: none;
}
.archives ul li a {
	color: #fff;
}

.block_toplist {
	margin: 0px;
	padding: 0px;
	width: 640px;
	border: 0px solid #f00;
}
.block_toplist li {
	list-style: none;
	text-align: center;
	float: left;
	margin-left: 9px;
}
.block_toplist li img {
	width: 200px;
	height: 150px;
	background-color: #333;
}