@charset *UTF-8*;
/* CSS Document  */

body
{
	margin:0px;
	padding:0px;
	background-color:black;
	font-size:100.1%;
	background-image:url('/images/newimages/bkgnd-faces-gray-short.png');
	background-repeat:no-repeat;
	background-position:center top;
}

img
{
	border:0px;
}

.mainDiv
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
/*	-------------- content Space ----------------------------------------------------------- */
.contentArea
{
	width:900px;
	background-color:white;
	position:relative;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.title
{
	padding:40px 0px 0px 40px;
}

.rssSection
{
	margin:10px 40px 0px 40px;
}
.rssSectionHeader
{
	padding-top:10px;
}
.rssSectionLeft
{
	width:380px;
	float:left;
	margin:10px 0px 0px 30px;
}
.rssSectionRight
{
	float:left;
	margin-top:10px;
}

