* {
	border: 0;
	margin: 0;
	padding: 0
}

/* General HTML
----------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

A:link {
	text-decoration: none;
	color: #04a;
}
A:visited {
	text-decoration: none;
	color: #04a;
}
A:active {
	text-decoration: none;
	color: #666;
}
A:hover {
	text-decoration: none;
	color: #000;
}
body {
	font: 83%/1.5 arial, helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 20px;
}
h1, h2 {
	text-align: left;
	line-height: 1.1;
	font-size: 200%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #333;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
h3 {
	text-align: left;
	font-size: 135%;
	font-weight: 300;
	line-height: 1;
	clear: left;
	color: #444;
	padding: 0 0 5px 5px;
}
h4 {
    text-align: left;
	line-height: 1.1;
	font-size: 200%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #333;
    	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
}
h5 {
	text-align: left;
	margin: 0;
}

/* Pages
----------------------------------------------- */

.pages {
	margin-bottom: 4px; /* Fixes IE bug */
	padding-top: 18px;
	padding-bottom: 20px;
	clear: both;
	font-size: 75%;
	display: block;
}
.pages span.current {
	border: 1px solid #2E6AB1;
	padding-bottom: 4px;
	margin-left: 2px;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff
}
.pages a,span.current,span.nextprev {
	padding: 4px 8px;
	margin-left: 2px;
	border: 1px solid #9AAFE5;
}
.pages a:hover {
	border-color: #2E6AB1;
}
.pages a.nextprev {
	padding-bottom: 4px;
	font-weight: bold;
}
.pages span.nextprev {
	border-color: #999;
	color: #999;
}
.pages .spacer {
	margin: 6px;
}

/* General HTML
----------------------------------------------- */
#container {
	margin: 0 auto;
	width: 980px;
}
#tgp {
	width: 800px;
	float: left;
}
#trades {
	width: 170px;
	float: left;
	/* margin-top: 216px; */
	margin-right: 8px;
}
#title {
	text-align: right;
	font-size: 40px;
}
#sub_title {
	width: 100%;
	text-align: right;
	font-size: 12px;
	letter-spacing: 5.5px;
}
#header p {
	font-size: 12px;
	text-align: justify;
}

/* View All
----------------------------------------------- */

.viewall a, .viewall a:link, .viewall a:visited {
	text-decoration: none;
}
.viewall :hover {
	border-color: #449;
}
.viewall_txt {
	float: left;
	width: 162px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	background: url(/images/view_all_bg.gif) 100% bottom no-repeat;
	border: 1px solid #ddd;
	margin-bottom:3px;
}
.viewall_txt_highlight {
	float: left;
	width: 162px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	background: url(/images/view_all_bg_on.gif) 100% bottom no-repeat;
	border: 1px solid #e3d165;
}
.viewall_txt a:hover, .viewall_txt_highlight a:hover {
	border-color: #449;
}



#featured_paysite {
	padding: 4px;
}
#featured_paysite p {
	font-size: 12px;
}
