/*======================================
	layout
=======================================*/
#topimage{
clear:both;
}

#menu_top {
clear:both;
float:right;
height:85px;  
}

#topics{
clear:both;
}

/*======================================
	style
=======================================*/
#topics h2{float:left; width:80px; margin-left:22px;}
#topics ul{float:left; list-style-type:disc; padding:0 2em 2em 2em;}

#topics a,
#topics a:link,
#topics a:visited {
	padding-bottom: 1px;
	text-decoration: none;
	outline: none;
}

#topics a:active,
#topics a:hover {
	border-bottom: 1px dotted #666;
	text-decoration: none
}

.rss-items,
.side {
font-size:80%;
line-height:200%;
}

#feed{
float:right;
width:800px;
font-size:80%;
line-height:200%;
}


