body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url(images/body_bg.jpg);
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
}
.link_block {
	width: 1006px;
	background-color: #000000;
	background-position: top;
	background-repeat: repeat-x;
	height: 35px;
	border-bottom-width: 2px;
}
.link_block ul {
	margin: 0px;
	padding: 0px;
	margin-left: 1px;
}
.link_block ul li {
	float: left;
	width: 167px;
	text-align: center;
	font-size: 12px;
	background-image: url(images/link_block_li_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 7px;
}
.link_block ul li a {
	color: #fff;
	text-transform: capitalize;
}
#footer p {
	margin-left: 40px;
	margin-right: 50px;
	text-align: center;
	color: #ccc;
	font-size: 10px;
	padding-top: 5px;
}
#footer p a {
	color: #c00;
}
#header p {
	font-size: 10px;
	padding-top: 5px;
	color: #ccc;
	margin-left: 30px;
	margin-right: 30px;
}
#main {
	width: 1006px;
	background-color: #000000;
}
#left {
	width: 1010px;
	background-image: url(images/border.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
#right {
	width: 1010px;
	background-image: url(images/border.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
.block_header {
	background-image: url(images/h_top_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
.block_header p {
	width: 370px;
	float: left;
	text-align: left;
}
.block_header ul {
	width: 450px;
	float: right;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}
.block_header ul li {
	float: left;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform:capitalize;
	list-style: none;
	background-image: url(images/archive_a_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	margin: 2px;
	padding: 0px;
	padding-top: 10px;
}
.block_header ul li a {
	color: #fff;
}

.content {
	width: 100%;
}
.content img {
	width: 160px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #f00;
}
.content a:link img    	{        BORDER: #fff 1px solid;}
.content a:visited img 	{        BORDER: #fff 1px solid;}
.content a:hover img   	{        BORDER: #c00 1px dotted;}
.content a:active img	{        BORDER: #fff 1px solid;}
.content ul {
	width: 325px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 7px;
	list-style: none;
}
.content ul li {
	font-size: 12px;
	text-align: left;
	color: #fff;
	padding-left: 10px;
	padding-top: 1px;
}
.content ul li a {
	color: #f00;
}
.content ul li a:hover {
	color: #fc0;
}
.content ul.text_gals {
	width: 495px;
}
.content ul.text_gals li {
	font-size: 12px;
}
.content ul.friends {
	width: 100%;
}
.content ul.friends li {
	width: 235px;
	float: left;
	font-size: 10px;
}
.content ul.friends li a {
	font-size: 16px;
}

.ads {
	margin-top: 10px;
	margin-bottom: 10px;
}
.ads a {
	font-size: 20px;
	color: #fc0;
	text-transform: capitalize;
}
.ads p {
	color: #ccc;
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}
