body {
	background-image: url(images/body_bg.jpg);
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0px;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #f43eff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px;
}
p {
	padding: 0px;
	margin: 0px;
}
#main {
	width: 1000px;
	border: 0px dotted #333;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #000;
}
#header {
	width: 1000px;
}
#header p {
	color: #FFF;
	font-size: 10px;
	text-align: left;
}
#header p a {
	color: #f00;
	text-transform: uppercase;
}
#header h2 {
	text-transform: capitalize;
	font-size: 16px;
	color: #666;
	padding: 0px;
	padding-top: 6px;
	margin: 0px;
	text-align: center;
	width: 200px;
}
#footer {
	width: 1000px;
}
#footer p {
	color: #fff;
	padding-top: 2px;
	font-size: 10px;
	margin-left: 7px;
}
#footer p a {
	color: #b4fe1f;
	font-size: 10px;
}
.block_header {
	width: 1000px;
}
.block_header h2 {
	text-transform: capitalize;
	font-size: 16px;
	color: #666;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(images/p_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 10px;
}
.block_header p {
	font-size: 14px;
	text-transform: capitalize;
}
.block_header p {
	text-align: center;
	background-image: url(images/p_bottom.jpg);
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 30px;
}
.content {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(images/content_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.content img {
	float: left;
	width: 160;
	height: 200px;
	padding: 0px;
	margin: 1px;
	margin-left:3px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}
.content A:link IMG    	{        BORDER: #3e90ff 1px solid;}
.content A:visited IMG 	{        BORDER: #3e90ff 1px solid;}
.content A:hover IMG   	{        BORDER: #3e90ff 1px dashed;}
.content A:active IMG	{        BORDER: #3e90ff 1px solid;}
.content ul {
	width: 320px;
	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: #1473f0;
}
.content ul.friends {
	width: 1000px;
}
.content ul.friends li {
	margin-top: 4px;
	width: 226px;
	margin-right: 10px;
	border: 0px solid #f00;
	float: left;
}
.content ul.friends a {
	font-size: 16px;
	text-transform: capitalize;
}
.content ul.text_gals {
	width: 480px;
	margin-left: 10px;
}
.content p.links {
	width: 100%;
}
.content p.links a {
	color: #1473f0;
	font-size: 12px;
	text-transform: capitalize;
}
.content p.links a:hover {
	color: #78b2ff;
}

.ads {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #fff;
	width: 1000px;
}
.ads p {
	width: 760px;
}
.ads a {
	font-size: 18px;
	text-transform: capitalize;
	color: #b4fe1f;
}
.ads ul {
	margin: 0px;
	padding: 0px;
}
.ads ul li {
	width: 14%;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	float: left;
	list-style: none;
}
.ads ul li img {
}
.ads ul li A:link IMG    	{        BORDER: #fff 1px solid;}
.ads ul li A:visited IMG 	{        BORDER: #fff 1px solid;}
.ads ul li A:hover IMG   	{        BORDER: #b4fe1f 1px dashed;}
.ads ul li A:active IMG	{        BORDER: #fff 1px solid;}

.ads p A:link IMG    	{        BORDER: #fff 1px solid;}
.ads p A:visited IMG 	{        BORDER: #fff 1px solid;}
.ads p A:hover IMG   	{        BORDER: #b4fe1f 1px dashed;}
.ads p A:active IMG	{        BORDER: #fff 1px solid;}

.linkbar1 {
	width: 996px;
	background-image: url(images/linkbar_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding-left: 4px;
}
.linkbar1 p {
	width: 166px;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
}
.linkbar1 p a {
	color: #fff;
	text-transform: capitalize;
}
.linkbar1 p a:hover {
	color: #03669c;
}
