body {
	background-image: url(images/bg.jpg);
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0px;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #f00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}
#main {
	width: 1000px;
	border: 0px dotted #333;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #a9c85f;
}
#header {
	width: 1000px;
}
#header p {
	color: #333;
	font-size: 12px;
	text-align: center;
}
#header p a {
	color: #f00;
	text-transform: uppercase;
}
#header p.intro {
	color: #f2a1af;
}
#header p.intro a {
	color: #fff;
}
#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: #000;
	padding-top: 5px;
	font-size: 10px;
}
#footer p a {
	color: #000;
	font-size: 12px;
}
.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 {
	width: 180;
	height: 135px;
	padding: 0px;
	margin: 1px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}
.content A:link IMG    	{        BORDER: #df6437 2px solid;}
.content A:visited IMG 	{        BORDER: #df6437 2px solid;}
.content A:hover IMG   	{        BORDER: #df6437 2px dotted;}
.content A:active IMG	{        BORDER: #df6437 2px 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: #df6437;
}
.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: #666;
	font-size: 14px;
	text-transform: capitalize;
}
.content p.links a:hover {
	color: #ccc;
}

.ads {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #000;
	width: 1000px;
}
.ads p {
	width: 760px;
}
.ads a {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
}

.linkbar {
	width: 1000px;
	background-color: #ffae00;
	border: 0px solid #fff;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
.linkbar p {
	width: 160px;
	margin: 3px;
	float: left;
	background-color: #ffc851;
	font-size: 12px;
}
.linkbar p a {
	color: #fff;
	text-transform: capitalize;
}
.linkbar1 {
	width: 1000px;
	background-color: #ffae00;
	border: 0px solid #fff;
	border-top-width: 2px;
	border-bottom-width: 2px;
	background-image: url(images/linkbar.jpg);
}
.linkbar1 p {
	width: 166px;
	float: left;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #ffc851;
	background-image: url(images/linkbar_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
}
.linkbar1 p:hover {
	background-image: url(images/linkbar_bg_hover.jpg);
}
.linkbar1 p a {
	color: #333;
	text-transform: capitalize;
}
.linkbar1 p a:hover {
	color: #f00;
}


.linkbar3 {
	width: 1000px;
	height: 40px;
	background-color: #ffae00;
	border: 0px solid #fff;
	border-top-width: 2px;
	border-bottom-width: 2px;
	background-image: url(images/linkbar3_bg.jpg);
}
.linkbar3 p {
	width: 166px;
	float: left;
	padding-top: 11px;
	padding-bottom: 11px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 12px;
	background-image: url(images/linkbar3_li_bg.png);
}
.linkbar3 p:hover {
	background-image: url(images/linkbar3_li_bg_hover.png);
}
.linkbar3 p a {
	color: #fff;
	text-transform: capitalize;
}
.linkbar3 p a:hover {
	color: #fc0;
}