*{
	margin:0;
	padding:0;
}
body {
	background-color:black;
	font-family: Arial, Helvetica, sans-serif;
}

#main{
	margin-bottom:50px;
	width:725px;
	margin:auto;
}
/* Fedd */
.appRowLeft{
	width:525px;
	background-color:#000;
		float:left;
}
.appRow{
	width:150px;
	background-color:#000;
	float:left;
}

/*--blog summury--*/
.appList{
	display:block;
	width:150px;
	height:200px;
	background-color:#000;
	margin:10px 10px 5px 10px;
	float:left;
}
.appList .title{
	width:130px;
	height:30px;
	background:url("images/yRight.png") center right no-repeat;
}
.appList .title span{
	display:block;
	width:100px;
	height:15px;
	margin:0px 40px 5px 5px;
	padding-top:7px;
	font-size:.9em;
	font-weight:normal;
	text-align:right;
	letter-spacing:.0em;
	color:#FFF;
}
.appList .title span a{
	color:#FFF;
	text-decoration:none;
}
.appList .title span a:hover{
	color:#FFF;
}

.appTitle{
	background:url("images/but1.png") left top no-repeat;
	width:120px;
	height:80px;
}
.feedDescription{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
}
.feedDescription p{
	font-size:1.0em;
	text-indent:1em;
	line-height:1.2em;
	letter-spacing:.3em;
	padding:0px 10px 0px 10px;	

}
.feedDescription p.lead1{
	margin:40px 0px 0px 0px;	
	font-size:1.4em;
	line-height:1.3em;
}
.feedDescription p.s{
	margin:30px 0px 0px 0px;
	color:#999;
}