body{
	margin:  0 auto;
	padding: 0;
	background-color: #d4d0c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
img{
	border: 0;
}
div#wraper{
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
div.header{
	width: 900px;
	height: 115px;
	background: #ffffe1 url(images/l.png) no-repeat left;
}
div.header div#cont{
	margin: 0 0 0 10px;
	padding: 10px 20px 0 20px;
	border-bottom: 1px solid #808080;
	width: 840px;
	height: 104px;
	float: left;
	background: url(images/rss_logo.png) no-repeat top right;
}
div.header div#cont h1{
	float: left;
	font-size: 20px;
	margin: 20px 0 0 20px;
}
div#logo{
	float: left;
	width: 177px;
	height: 88px;
	background: url(images/logo.png) no-repeat;
}
div.header div.r{
	background: url(images/r.png) no-repeat right;
	width: 10px;
	float: left;
	border: 0;
	height: 115px;
	margin: 0;
}
div.channel{
	margin: 30px 0;
	padding: 0 20px;
	min-height: 200px;
	height: auto!important;
	width: 860px;
	background-color: #fff;
	border: 1px solid #808080;
}
div.channel hr{
	border: 1px solid #d4d0c8;
	margin: 3px 200px 15px 0;
}
div.channel h2{
	color: #000;
	font-size: 17px;
	margin: 5px 0 5px 0;
}
div.channel h2 a{
	color: #000;
	text-decoration: none;
}
div.channel h3{
	color: #0000ee;
	font-size: 12px;
	text-transform: capitalize;
	margin: 0 0 0 10px;
}
div.channel p{
	margin: 0 20px 10px 20px;
	font-size: 11px;
}
