/* CSS Document for home */
div#mission {
	width: 740px;
 	height: auto;
 	margin: 0px;
	margin-top: -1em;
	padding: 2em;
	margin-bottom: -2em;
}
div#mission img{
	float: left;
	margin-right: 20px;
	margin-bottom: 2em;
	}

.seperator {
	position: relative;
	top: 0px;
	left: auto;
	float: left;
	width: 1px;
	height: 149px;
	background-image: url(../../../images/global/seperator.gif);
	background-repeat: repeat-y;
	}
