@charset "utf-8";

#wrapper {
	height:1000px;
	}

#wrapper #picture {
	height: 287px;
	width: 800px;
	clear: both;
	float: left;
	color: #666;
}

#wrapper #updates {
	height: 310px;
	width: 247px;
	float: right;
	font-size: 12px;
	display: inline;
}
#wrapper #mission {
	float: left;
	height: 310px;
	width: 247px;
	font-size: 12px;
	clear: none;
	margin-top:10px;
	display: inline;
}

#wrapper #crisis {
	float:right;
	height: 310px;
	width: 247px;
	font-size: 12px;
    margin-top:10px;
	display: inline;
}
* {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text2
{
	background-color: #3399cc;
	color: #FFF;
	padding-top:10px;
	padding-bottom: 10px;
	
	}
	
	.text3
{
	background-color: #FFF;
	color: black;
	padding-top:10px;
	padding-bottom: 10px;
	border: solid;
    border-color: #3399cc;
	
	}
