body {
	margin: 0px;
	padding: 0px;
	background: rgb(241,241,241); 
}

h1 {
	font-weight: normal;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	overflow: hidden;
}

p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(146,169,226);
}

li {
    float: left;
    border-right:1px solid #bbb;
}

li:last-child {
    border-right: none;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: rgb(115,150,201);
}

.wraper {
	width: 960px;
	height: 1000px;
	margin: 0 auto;
	z-index: -99; 
	margin-top: 0px;
	}

/* HEADER SECTION */

.header {
	float: left;
	width: 100%;
	height: 360px;
}

.share_bar {
	float: left;
	width: 100%;
	height: 60px;
	background: rgb(85,85,85);
}

#share_bar_name {
	width: 50%;
	height: 40px;
	text-align: left;
	font-family: 'Josefin Sans', sans-serif;
	float: left;
	padding: 20px;
	color: white;
	font-size: 20px;
}

#share_bar_links {
	width: 0px;
	height: 40px;
	padding-left: 30%;
	float: left;
	color: white;
}

.title {
	float:left;
	width: 100%;
	height: 250px;
	background-color: rgb(255,255,255);
	/* background-color: blue; */
}

.menu_bar {
	float: left;
	width: 100%;
	height: 46px;
	background-color: rgb(146,169,226);
}

/* BODY PART */

.body {
	float: left;
	width: 100%;
	height: 600px;
	background-color: rgb(255,255,255);
}

#left_body_text {
	float: left;
	width: 300px;
	height: 580px;
	padding-top: 20px;
	padding-left: 20px;
	overflow: visible;
	display: block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}


#youtube_video {
	float: left;
	width: 560px;
	height: 315px;
	padding-left: 40px;
	padding-top: 20px;
}

/* MISSION BODY */

#mission_title {
	width: 100%;
	height: 40px;
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
	font-family: 'Josefin Sans', sans-serif;
	float: left;
	font-size: 20px;

}

#mission_body_text {
	width: 930px;
	height: 540px;
	padding-left: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow: visible;
	display: block;
	float: left;

}

/* NEWS BODY */

#news_title {
	width: 940px;
	height: 40px;
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
	font-family: 'Josefin Sans', sans-serif;
	float: left;
	font-size: 19px;

}

#news_body_text {
	width: 930px;
	height: 540px;
	padding-left: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow: visible;
	display: block;
	float: left;

}

.normal_title {
	width: 940px;
	height: 40px;
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
	font-family: 'Josefin Sans', sans-serif;
	float: left;
	font-size: 19px;
}


.normal_body {
	width: 930px;
	height: 540px;
	padding-left: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow: visible;
	display: block;
	float: left;
}


