body {
	margin: 0px;
	padding: 0px;
	background-color:#333333;
	background-image: url(images/body_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size: 12px;
}
a {

	color: #fe02b5;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}
p.header {
	background-image: url(images/p_top.jpg);
	width: 840px;
	text-align: left;
	color: #1678b0;
	text-transform: capitalize;
	padding-left: 60px;
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}
#main {
	width: 900px;
	border: 2px dotted #fff;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #000000;
	background-image: url(images/main_bg.jpg);
}
#header {
	width: 900px;
}
#header p {
	color: #fff;
	font-size: 10px;
	padding-left: 40px;
	padding-top: 10px;
}
#header p a {
	color: #00baff;
}
#header p.hall {
	width: auto;
	text-align: left;
	color: #1678b0;
	text-transform: capitalize;
	padding-left: 60px;
	font-size: 20px;
	font-weight: bold;
}
#footer {
	width: 900px;
}
#footer p {
	color: #000;
	padding-top: 3px;
	font-size: 10px;
}
#footer p a {
	color: #000;
	font-size: 12px;
}
.content {
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.content img {
	width: 140px;
	height: 180px;
	padding: 1px;
	margin: 1px;
	background-color: #e7e7e7;
	background-position: center;
	background-repeat: no-repeat;
}
.content A:link IMG    	{        BORDER: #666 1px solid;}
.content A:visited IMG 	{        BORDER: #666 1px solid;}
.content A:hover IMG   	{        BORDER: #f00 1px dotted;}
.content A:active IMG	{        BORDER: #666 1px solid;}
.content ul {
	width: 280px;
	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: #666;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 12px;
}
.content ul li a {
	color: #333;
}
.ads {
	margin-top: 15px;
	margin-bottom: 15px;
}
.ads a {
	font-size: 16px;
	text-transform: capitalize;
}
H1  {font-size:6px;}
