body {
	background-color:#414141;
	text-decoration:none;
	//text-shadow:2px 2px #000;
	min-width:350px;
	color:#fff;
	font-family:"Lucida Grande",sans-serif;
	margin:15px;
}

h2 {
	font-size:85%;
}


.header {
	//margin-bottom:40px;
}

.notification {
	background-color:red; 
	display:none;
}

.title {
	display:none;
}

.box {
	width:200px;
	min-height:125px;
	max-height:125px;
	background-color:#393939;
	//background-color:#46729a;
	color:#fff;
	font-family:"Lucida Grande",sans-serif;
	padding:20px;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
	line-height:25px;
	background-size:40%;
	background-repeat:no-repeat; 
	background-position:center;
}

.box:hover {
	outline: 2px solid white;
	//background-color:#2a4b6d;
}

.featured {
	width:470px;
	position:relative;
	color:#fff;
	//text-shadow: 2px 2px #000;
	background-size:100%;
	background-repeat:no-repeat;
}

.featuredtitlebox {
	position:absolute;
	background-color:#f36c4f;
	color:#fff;
	padding:10px;
	top:-30px;
	display:none;
}

.description {
	font-size:10;
	line-height:10px;
}

.first {
	//clear:both;
}

.boxtext {
	position:relative;
	top:-30px;
	left:-10px;
}