#feed {
	 float:left;
	 position:relative;
	 height:745px;
	 width:550px;
	 text-align:left;
	border-style:none; 
	background-color:white;
	display: block;
	font-size: 14px;
	color: #444444;
	color : #aa8f7b;
	overflow: auto;
	opacity : 0.9;
    filter : alpha(opacity=90)
}
.title{
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	color: #cc1c1c;
	text-decoration:underline;
}
#feed #fly{
margin:auto;
}
/*
#feed .gallery{
	text-align:center;
}*/
#feed div.gallery{
	text-align:center;
	}
#feed p{
	margin-left :140px;
}
#feed div.gallery{
	padding-right:5px 5px 5px 5px;
}
#feed div.item {
	border-bottom: 3px dotted #e8e8e8;
	background: #ffffff;
	padding: 10px 15px 20px 15px;
}
#feed div.item h2 {
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}
#feed div.item h2 a:link {
	text-decoration: none;
	color: #666699;
	border-bottom: none;
} 
#feed div.item h2 a:visited {
	text-decoration: none;
	color: #9999CC;
	border-bottom: none;
}
#feed div.item h2 a:active, 
#feed div.item h2 a:hover {
	text-decoration: none;
	color: #CCCCFF;
}
#feed img {
/*	display: none;*/
}
/*
a:link,
a:visited {
	text-decoration: none;
	color: #99AA00;
	border-bottom: 1px dotted #99AA00;
}
a:active, 
a:hover {
	text-decoration: none;
	color: #99AA00;
	border-bottom: 1px solid #99AA00;
}
*/

