body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.jpg);
	background-position: left top;
	background-color: #333;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #71b6f1;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}
p.h img {
	border: 1px solid #000;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
p.intro {
	font-size: 10px;
	color: #fff;
	text-align: justify;
	margin-top: 15px;
}
#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: #fff;
	font-size: 10px;
	text-align: center;
}
#footer p a {
	font-size: 10px;
	color: #71b6f1;
}
p.hall {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.content {
	width: 916px;
	background-color: #1c1c1c;
	border: 1px solid #000;
	border-top-width: 0PX;
	border-bottom-width: 0px;
	padding-left: 4px;
	padding-right: 5px;
}
.content img {
	width: 175px;
	height: 215px;
	background-color: #000;
	border: 1px solid #740032;
	padding: 1px;
	margin: 2px;
	float: left;
}
.content A:link IMG    	{        BORDER: #71b6f1 1px solid;}
.content A:visited IMG 	{        BORDER: #71b6f1 1px solid;}
.content A:hover IMG   	{        BORDER: #fff 1px dashed;}
.content A:active IMG	{        BORDER: #71b6f1 1px solid;}
.content ul {
	width: 290px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content ul li {
	text-align: left;
	color: #fff;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 12px;
}
.content ul li a {
	color: #71b6f1;
}
.content ul.links {
	width: 445px;
}

.ads {
	width: 925px;
	background-color: #000;
	border: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ads a {
	font-size: 18px;
	text-transform: capitalize;
	color: #71b6f1;
}
.ads p {
}
.ads ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.ads ul li {
	width: 24%;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	list-style: none;
	margin: 1px;
	margin-left: 7px;
	padding: 0px;
	font-size: 10px;
}

.traders {
	width: 925px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.traders ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.traders ul li {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 298px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #1c1c18;
	background-image: url(images/trader_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #fff;
	text-align: center;
	float: left;
	list-style: none;
}
.traders li a {
	font-size: 18px;
	color: #72b7f2;
	text-transform: capitalize;
}
.traders li a:hover {
	color: #fff;
}

.archive_links {
	width: 915px;
}
.archive_links ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	border: 0px solid #fc0;
}
.archive_links ul li {
	width: 40px;
	height: 24px;
	text-transform: capitalize;
	font-weight: bold;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	padding-top: 10px;
	float: left;
	font-size: 12px;
	text-align: center;
	color: #fff;
	border: 0px solid #f00;
	background-image: url(images/archive_link_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0px;
}
.archive_links ul li a {
	color: #72b7f2;
	text-decoration: none;
}
.archive_links ul li a:hover {
	color: #fff;
}


