body{
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-family: arial;
	background: #ccc;
}
a, a:link, a:visited{
	color: #36f;
	text-decoration: none;
}
a:hover{
	color: #333;
}
a img{
	border: none;
	text-decoration: none;
}

#header{
	text-align: center;
	margin: 0 auto 30px auto;
}
#logo{
}
#site_title{
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 26px;
}
#site_title a{
	color: #990;
}
#site_title a:hover{
	color: #0cf;
}

#site_desc{
	margin: 0;
	padding: 5px 0 0 0;
	font-family: arial;
	font-size: 14px;
	color: #444;
}

#main{
	margin-top: 50px;
}

#star a{
	float: left;
	width: 86px;
	height: 86px;
	position: absolute;
	top: 30px;
	margin-left: -15px;
}
#star a span{
	display: none;
}

#footer{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 12px;
	text-align: center;
}
li{margin: 4px 0;}


.bigbox{
	width: 880px;
	margin: 0 auto;
	background: #fff;
}
.bigbox .top{
	height: 24px;
	width: 100%;
}
.bigbox .bottom{
	height: 24px;
	width: 100%;
}
.bigbox .inner{
	padding: 4px 20px;
}


.column{
	float: left;
	width: 32%;
	margin-left: 8px;
}
.column h3{
	margin: 5px 10px;
	padding: 2px 0;
	font-size: 15px;
	text-align: center;
	background: #def;
}

#col_feed ul{
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
#col_feed li{
	text-align: center;
}
