* {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
}
body {
	font: 62.5% Arial, Verdana, Helvetica, sans-serif;
	color: #777;
	background: #fff;
	padding: 18px 20px;
	position: relative;
	border: 0;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #f20000;
}
p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.5;
}
h1 {
	background: url(../img/h1_rss.png) left top no-repeat;
	display: block;
	height: 33px;
	overflow: hidden;
	text-indent: -999em;
	border-bottom: 1px solid #eee;
	margin-bottom: 17px;
}

h2 {
	color: #000;
	font-size: 1.3em;
	padding-bottom: 5px;
}

#subscribe {
	padding-top: 10px;
	border-top: 1px solid #eee;
	margin-top: 20px;
}

#body {
	float: left;
	width: 525px;
	padding-right: 20px;
	border-right: 1px solid #eee;
}
#sidebar {
	float: left;
	padding-left: 20px;
	width: 260px;
}

input {
	padding: 2px;
	width: 255px;
	border: 1px solid #eee;
}

.rss_subs_list {
	list-style: none;
	float:left;
	width:50%;
}

.rss_subs_list li a {
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	height:37px;
	line-height: 37px;
	padding-left: 35px;
}

.rss_subs_list #bloglines { 
	background: url(../img/rss_icon_bloglines.png) left center no-repeat; 
}
.rss_subs_list #itunes { 
	background: url(../img/rss_icon_itunes.png) left center no-repeat; 
}
.rss_subs_list #yahoo { 
	background: url(../img/rss_icon_yahoo.png) left center no-repeat; 
}
.rss_subs_list #sage { 
	background: url(../img/rss_icon_sage.png) left center no-repeat; 
}
.rss_subs_list #matoumba { 
	background: url(../img/rss_icon_matoumba.png) left center no-repeat; 
}
.rss_subs_list #netvibes { 
	background: url(../img/rss_icon_netvibes.png) left center no-repeat; 
}
.rss_subs_list #newsgator { 
	background: url(../img/rss_icon_newsgator.png) left center no-repeat; 
}
.rss_subs_list #igoogle { 
	background: url(../img/rss_icon_igoogle.png) left center no-repeat; 
}


