h2
{
	color: #330;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 15px 0 0 0;
}

.text
{
	color: #000;
	font-size: 10px;
	line-height: 1.5em;
	font-style: normal;
	text-align: left;
	padding: 0 15px 0 15px;
}

#container-2
{
	width: 245px;
	height: 320px;
	position: absolute;
	top: 130px;
	right: 0;
	bottom: 0;
	left: 20px;
	z-index: 40;
	clear: both;
	background-image: url(../images/mission-box.png);
	background-repeat: no-repeat;
}

#container-2 .text a
{
	color: #330;
	text-decoration: none;
}

#container-2 a:link
{
	color: #330;
	text-decoration: none;
}
		
#container-2 a:visited
{
	color: #960;
	text-decoration: none;
}
		
#container-2 a:hover
{
	color: #660;
	text-decoration: underline;
	letter-spacing: normal;
}
		
#container-2 a:active
{
	color: #FFF;
	background-color: #660;
}

img.sub
{
	border-color: #660;
	border-width: 6px;
	border-style: double;
	position: relative;
	top: 100px;
	right: 0px;
	bottom: auto;
	left: 0;
	z-index: 5;
	background-color: #F90;
}