@import url("information/news.css");
@import url("information/profile.css");
@import url("information/links.css");
@import url("information/contact.css");

#last_added {
	width:320px;
	margin-right:10px;
	float:left;
}
	
#most_viewed {
	width:320px;
	margin-right:10px;
	float:left;
}

#most_shared {
	width:320px;
	float:left;
}

.news_list {
	min-height:150px;
	background-image:url(../../../images/themes/default/content/list_bg_320.png);
	background-repeat:no-repeat;
	padding-top:10px;
}

.news_list ul {
	margin-left:10px;
	list-style:none;
}

.news_list ul li {
	width:302px;
	height:38px;
	background-image:url(../../../images/themes/default/information/news_item.png);
	margin-bottom:3px;
}

.news_list ul li:hover {
	background-image:url(../../../images/themes/default/information/news_item_over.png);
	color:#fff;
}

#random_links, #featured_news {
	float:left;
	width:485px;
	margin-right:10px;
}

#location_map,  #illusive_profile {
	float:left;
	width:485px;
}

.illusive_map {
	margin:auto;
	width:485px;
	text-align:center;
}

#illusive_profile_info {
	padding:5px 10px;
}