/*Centers middleboxes and aligns them in one row*/
#navColumnMiddleWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	}

#middlebox_1 {
/*DO NOT MODIFY THE FLOAT OR WIDTH UNLESS YOU KNOW WHAT YOU ARE DOING!!*/
	float:left; 
	width:150px;
	background:#000000;
	}
	
#middlebox_2 {
	width:600px;
	background:#000000;
	float: left;
	margin-left: 25px;	
	}

#middlebox_3 {
/*DO NOT MODIFY THE FLOAT OR WIDTH UNLESS YOU KNOW WHAT YOU ARE DOING!!*/
	float:right; 
	width:150px;
	background:#000000;
	}

#middlebox_1, #middlebox_2, #middlebox_3 {
	padding-bottom: 1em; 
	margin-bottom: 1em;
	}	

h2.middleBoxHeading, h2.middleBoxHeading a {
	font-size: 18px;
	color: #000000;
	}

h2.middleBoxHeading a:hover {
	color: #ff9191;
	text-decoration: none;
	} 
	
.middleBoxHeading {
	margin: 0em;
	background-color: #000000;
	padding: 0.5em 0.2em;
	text-align: center;
	}

.middleBoxContainer {
	margin-top: 20px;
	}

.middleBoxContent {
	background-color: #000000;
	height: 150px;
	padding: 0.4em;
	}
#news {
	height: 45px;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #ec47a7;
}
#social {
	height: 25px;
	color: #ec47a7;
	font-weight: bold;
	width: 250px;
	margin-right: auto;
	margin-left: auto;

}
#socialtext {
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	width: 100px;
	float: left;
	height: 25px;
	line-height: 25px;
}
#socialicons {
width: 150px;
float: right;
vertical-align: top;
height: 25px;
}
.twitter {
	height: 25px;
	width: 25px;
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	vertical-align: top;
	float: left;
	margin-left: 0px;
}
.facebook{
	height: 25px;
	width: 25px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	vertical-align: top;
	float: left;
	margin-left: 10px;
}
.rss {
	height: 25px;
	width: 25px;
	background-image: url(../images/rss.png);
	background-repeat: no-repeat;
	vertical-align: top;
	float: left;
	margin-left: 10px;
}
.youtube {
	height: 25px;
	width: 25px;
	background-image: url(../images/youtube.png);
	background-repeat: no-repeat;
	vertical-align: top;
	float: left;
	margin-left: 10px;
}
