body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.jpg);
	background-color: #381b0e;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}
p.intro {
	font-size: 10px;
	color: #000;
	margin: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: justify;
}
#main {
	background-image: url(images/main_bg.jpg);
	background-position: top left;
	float: left;
	width: 100%;
}
#main_top {
	background-image: url(images/main_top.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}

#header {
	background-image: url(images/h_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}

#footer {
	float: left;
	width: 100%;
	background-image: url(images/f_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#footer p {
	margin: 0px;
	margin-top: 5px;
	color: #000;
	font-size: 10px;
	text-align: center;
}
#footer p a {
	font-size: 10px;
	color: #000;
}
p.hall {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.content {
	width: 980px;
	background-color: #111;
}

.links {
	width: 1000px;
}
.links p {
	float: left;
	width: 192px;
	font-size: 12px;
	background-color: #000;
	margin: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
}
.links p a {
	color: #e40638;
	text-transform: capitalize;
}
.links p a:hover {
	color: #fff;
}

.item {
	width: 455px;
	float: left;
	background-color: #000;
	padding: 10px;
	margin: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.item p {
	float: left;
	text-align: left;
	font-size: 12px;
	color: #fff;
	width: 200px;
	border: 0px solid #f00;
	margin-bottom: 10px;
}
.item p.im {
	float: right;
	width: auto;
	margin-bottom: 0px;
}
.item p.v {
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}
.item p.v span {
	color: #d80f31;
}
.item p span.number_bg {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 40px;
	padding-top: 7px;
	height: 33px;
	background-image: url(images/number_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
.item p span.trader_desc {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 150px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	text-align: left;
	border: 0px #fff solid;
}
.item p a {
	font-size: 14px;
	font-weight: bold;
	color: #d80f31;
	text-transform: capitalize;
}
.item img {
	width: 240px;
	height: 180px;
	background-color: #0D0D0D;
	border: 1px solid #79aa00;
}
.item A:link IMG    	{        BORDER: #56bc23 2px solid;}
.item A:visited IMG 	{        BORDER: #56bc23 2px solid;}
.item A:hover IMG   	{        BORDER: #fff 2px dotted;}
.item A:active IMG	{        BORDER: #56bc23 2px solid;}


.ads {
	width: 100%;
	float: left;
	border: 0px dotted #999;
	border-top-width: 2px;
	margin-top: 10px;
	padding-top: 5px;
}
.ads p {
	margin: 5px;
}
.ads p.screen {
	float: left;
	margin-left: 10px;
}
.ads p.screen img {
	width: 300px;
	height: 200px;
	background-color: #000;
}
.ads p.screen A:link IMG    	{        BORDER: #56bc23 2px solid;}
.ads p.screen A:visited IMG 	{        BORDER: #56bc23 2px solid;}
.ads p.screen A:hover IMG   	{        BORDER: #fff 2px dotted;}
.ads p.screen A:active IMG	{        BORDER: #56bc23 2px solid;}
.ads p.desc {
	float: right;
	text-align: left;
	width: 650px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.ads p.desc span {
	float: left;
	text-transform: uppercase;
	color: #666;
}
.ads p.desc span a {
	color: #d80f31;
}
.ads p.button {
	text-align: right;
}

h2 {
	width: 100%;
	float: left;
	background-image: url(images/h2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
	border: 0px solid #f00;
}

.tbl {
	border: 3px solid #666;
	float: left;
	margin: 10px;
	background-color: #000;
	width: 760px;
}
.tbl ul {
	width: 700px;
	float: left;
	height: 60px;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px solid #111;
}
.tbl ul li {
	text-align: center;
	color: #ccc;
	font-size: 12px;
	float: left;
	border: 0px solid #f00;
	vertical-align: middle;
	margin: 3px;
}
.tbl ul li a {
	color: #a8ff00;
	font-size: 13px;
	text-transform: uppercase;
}
.tbl ul li.c1 {
	width: 50px;
	font-size: 16px;
	font-weight: bold;
}
.tbl ul li.c2 {
	width: 200px;
	text-align: left;
}
.tbl ul li.c3 {
	width: 100px;
}
.tbl ul li.c4 {
	width: 300px;
	text-align: left;
	padding-right: 20px;
}
.tbl ul li span {
	color: #d80f31;
}


.ad1 {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
}
.ad1 p {
	text-align: center;
}
.ad1 p a {
	color: #d80f31;
	font-size: 20px;
	text-transform: uppercase;
}

.r_ad {
	float: right;
	width: 190px;
	border: 0px solid #f00;
	margin-top: 20px;
}
.r_ad p {
	text-align: center;
}
.r_ad p a {
	color: #d80f31;
	font-size: 20px;
	text-transform: uppercase;
}
.friendly_links {
	width: 950px;
	margin-top: 20px;
}
.friendly_links p {
	width: 180px;
	padding: 3px;
	margin: 1px;
	background-color: #000;
	border: 1px solid #fff;
	font-size: 12px;
	float: left;
}
.friendly_links p a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}
.friendly_links p a:hover {
	color: #bddb22;
}
