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-right: 20px;
	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: 5px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#footer p a {
	font-size: 10px;
	color: #a9d900;
}
p.hall {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.content {
	width: 980px;
	background-color: #fff;
}
.content img {
	width: 150px;
	height: 200px;
	background-color: #e2e2e2;
	border: 1px solid #740032;
	padding: 1px;
	margin: 1px;
}
.content A:link IMG    	{        BORDER: #999 2px solid;}
.content A:visited IMG 	{        BORDER: #999 2px solid;}
.content A:hover IMG   	{        BORDER: #f00 2px dotted;}
.content A:active IMG	{        BORDER: #999 2px solid;}
.content ul {
	width: 316px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 30px;
}
.content ul li {
	text-align: left;
	color: #666;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 12px;
}
.content ul li a {
	color: #000;
}
.content ul.links {
	width: 470px;
}

.archive_links ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	border: 0px solid #fc0;
	margin-left: 0px;
}
.archive_links ul li {
	text-transform: capitalize;
	font-weight: bold;
	width: 24px;
	height: 18px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 4px;
	float: left;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.archive_links ul li a {
	color: #fc6;
}
.archive_links ul li a:hover {
	color: #fff;
}

.ads {
	width: 980px;
	background-color: #210a0a;
	border: 1px solid #6c3939;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ads a {
	font-size: 18px;
	text-transform: capitalize;
	color: #a9d900;
}
.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: #6c3939;
	font-size: 12px;
	color: #fff;
	text-align: center;
	float: left;
	list-style: none;
}
.traders li a {
	font-size: 18px;
	color: #fc6;
	text-transform: capitalize;
}
.traders 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;
}
