@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-image:url(img/bg.jpg);
}
#wrap {
	width: 320px;
}
#top {
	background-image: url(img/top.jpg);
	height:43px;
}
#nav {
	background-image:url(img/nav.png);
	height:29px;
	padding-bottom: 9px;
}
.feeds {
	width: 295px;
	background:#FFF;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-left: 10px;
}
.feeds a:link {
	text-decoration: none;
	color: #464646;
}
.feeds ul {
	padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0;
	list-style:none;
}
.feeds li {
	border-bottom: #a7c56d dashed 1px;
	padding:5px;
	color: #464646;
	font-family:Helvetica;
	background-image:url(img/arrow.jpg);
	background-position: right;
	background-repeat:no-repeat;
}
.feeds h2 {
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	font-weight:100;
	border-bottom: 1px solid #e5e5e5;
}
#footer {
	text-align:center;
	font-family:Helvetica;
	font-size:10px;
	color: #cfcfcf;
}