body {
	margin:5 0 0 0;
	background: #fff url('/images/bkgd_00.jpg') no-repeat fixed center;
/*	background: #fff url('/playmates_v2/images/bkgd_00.jpg') no-repeat fixed center; */
	font-family: Arial;
	color: #fff;
	}

.curved {
-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url("/js/border-radius.htc");
/* behavior:url("/playmates_v2/js/border-radius.htc"); */
}

.centering  {
	margin-left: auto;
	margin-right: auto;
	width:1024px;
}

.main {
	background:#BCB8B1;
	padding: 10 10 10 10;
	width:505px;
	margin-bottom:5px;
	font-size: 12px;
	color:#fff;
	float: left;
	border: 1px solid;
}

.sub {
	margin: 10 0 10 0;
	color:#000;
}

.right {
	padding: 0 0 20 0;
	width:485px;
	font-size: 12px;
	margin-left: 535px;
	margin-bottom:10px;
}

.cblock {
	background:#BCB8B1;
	padding: 10 10 10 10;
	margin-bottom: 5px;
	font-size: 12px;
	color:#000;
	border: 1px #fff solid;
}

.sub_table {
	font-size: 12px;
	color:#000;
}

.footer {
	background:#BCB8B1;
	padding: 10 0 10 0;
	width:1024px;
	margin-bottom:5px;
	font-size: 14px;
	color:#000;
	border: 1px #fff solid;
}

.footer a {
	padding: 0 30 0 30;
	font-size: 14px;
	color: #000;
	}

.footer a:visited {
	color: #000;
	}

.footer a:hover {
	color: red;
	}

.twitter_div {
	margin-left: auto;
	margin-right: auto;
}

.tweet {
	padding: 5 5 5 5;
	font-size: 12px;
	color:#fff;
}

.headers {
	margin-bottom:5px;
}

.bkgd_white {
	background:#fff;
}

.bkgd_red {
	background: red;
}

.bkgd_blue {
	background: blue;
}

.bkgd_green {
	background: green;
}

.bkgd_pink {
	background: pink;
}

.bkgd_purple {
	background: purple;
}

.bkgd_tweet {
	background:#fff url(/images/tweet_bgkd.jpg) bottom repeat-x;
/*	background:#fff url(/playmates_v2/images/tweet_bgkd.jpg) bottom repeat-x; */
}

h1 {
	padding: 0 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	}

h1, h1 a, h1 a:hover, h1 a:visited, {
	text-decoration: none;
	color: #fff;
	}

p {
	color: #000;
	}