body
{
	background:#aaa url(back.jpg) repeat-x;
	margin:0;
}

#newsDiv
{
	position:absolute;
	width:600px;
	left:50%;
	margin:50px 0 0 -300px;
	height:400px;
	border:1px solid #000;
	background-color:#eee;
	overflow:auto;
	z-index:200;
}

#newsDiv h3
{
	background-color:#333;
	font:bold 14px Verdana,Arial;
	text-align:center;
	color:#fff;
	margin:0 auto 20px auto;
	padding:3px 0;
	border:1px solid #000;
	width:100%;
}

#feed_container
{
	position:absolute;
	width:560px;
	left:50%;
	margin:0 0 0 -280px;
}

.date
{
	font:italic 14px "Times New Roman",Times;
	margin:15px 0 10px 0;
}

.title
{
	font:bold 13px Verdana,Arial;
	margin:5px 0;
}

.title a
{
	color:#333;
}
.title a:hover
{
	color:#CE0031;
}

.description
{
	margin:10px 0 10px 0;
	padding:0 0 15px 0;
	border-bottom:1px dashed #333;
}

.pad
{
	padding:25px 0 0 0;
}

#buttons
{
	font:bold 10px Verdana,Arial;
	color:#333;
	text-align:center;
	background:url(button_back.jpg) repeat-x;
	position:absolute;
	width:600px;
	height:19px;
	left:50%;
	margin:452px 0 0 -299px;
}

#buttons p
{
	position:absolute;
	width:90px;
	left:50%;
	margin:4px 0 0 -40px;
}

#buttons span
{
	width:30px;
	height:12px;
	padding:1px 2px;
}

.button_on
{
	background-color:#A4A4A4;
	border-top:1px solid #737272;
	border-right:1px solid #737272;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	cursor:default;
}

.button_off
{
	background-color:#B2B4B3;
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #737272;
	border-left:1px solid #737272;
	cursor:pointer;
}

#divCover
{
	position:absolute;
	width:700px;
	left:50%;
	margin:25px 0 0 -350px;
	height:500px;
	z-index:400;
}

#loading
{
	position:absolute;
	top:200px;
    	left:50%;
	margin:0 0 0 -125px;
	width:250px;
	background-color:#ccc;
	font:bold 12px Verdana,Arial;
	color:#333;
	text-align:center;
	border:1px solid #333;
	padding:10px 0;
	z-index:500;
}

#loading p
{
	margin:0 0 10px 0;
}

#left_side
{
	float:left;
	width:125px;
	background-color:#000;
	border-right:4px solid #333;
}

#right_side
{
	float:right;
	width:125px;
	background-color:#000;
	border-left:4px solid #333;
}