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: #fff;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 40px;
	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%;
	margin-top: 20px;
	background-image: url(images/f_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#footer p {
	margin: 0px;
	margin-top: 0px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#footer p a {
	font-size: 10px;
	color: #19e2ff;
}
p.hall {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.content {
	width: 980px;
	background-color: #051c1f;
}
.content img {
	width: 180px;
	height: 135px;
	background-color: #020e10;
	border: 1px solid #740032;
	background-image: url(images/thumb_bg.gif);
	padding: 1px;
	margin: 1px;
}
.content A:link IMG    	{        BORDER: #ffffff 1px dotted;}
.content A:visited IMG 	{        BORDER: #ffffff 1px dotted;}
.content A:hover IMG   	{        BORDER: #ff2c9c 1px dotted;}
.content A:active IMG	{        BORDER: #ffffff 1px dotted;}
.content ul {
	width: 316px;
	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: #19e2ff;
}
.content ul.links {
	width: 470px;
}

.ads {
	width: 980px;
	background-color: #180411;
	border: 1px solid #59093b;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ads a {
	font-size: 18px;
	text-transform: capitalize;
	color: #f20080;
}
.ads p {
}
.ads ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.ads ul li {
	width: 33%;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	list-style: none;
	margin: 1px;
	padding: 0px;
	font-size: 10px;
}

.traders {
	width: 980px;
	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: 316px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #0e292d;
	font-size: 12px;
	color: #09daff;
	text-align: center;
	float: left;
	list-style: none;
}
.traders li a {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
}
.traders li a:hover {
	color: #09daff;
}

.archive_links {
	width: 950px;
	margin-top: 10px;
}
.archive_links ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	border: 0px solid #fc0;
}
.archive_links ul li {
	background-image: url(images/archive_bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 41px;
	height: 28px;
	text-transform: capitalize;
	font-weight: bold;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 3px;
	padding-top: 10px;
	float: left;
	font-size: 12px;
	text-align: center;
	color: #fff;
	border: 0px solid #f00;
}
.archive_links ul li a {
	color: #09daff;
}
.archive_links ul li a:hover {
	color: #fff;
}
.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;
}


