@charset "UTF-8";
/* CSS Document */


body {
	background-color:#9de7f3;
}


#wrap {
	width: 1000px;
	height: 556px;
	margin: auto;
	margin-top: 35px;
}


/* HEADER */

#header {
	background: url(http://juniorleagueofsuperheroes.com/images/header.jpg) no-repeat;
	width: 1000px;
	height: 115px;
}

#headerleft {
	width: 250px;
	height: 115px;
	float:left;
}

#headercenter {
	width: 500px;
	height: 115px;
	float:left;
}

#headerright {
	width: 250px;
	height: 115px;
	float:left;
}

#forminput {
	margin-top:26px;
	margin-right:4px;
}


/* NAVIGATION */

#navigation {
	background: url(http://juniorleagueofsuperheroes.com/images/navigation.jpg) no-repeat;
	width: 1000px;
	height: 40px;
}

#navleft {
	width: 140px;
	height: 41px;
	float:left;
}
#navwho {
	width: 165px;
	height: 41px;
	float:left;
}
#navteam {
	width: 115px;
	height: 41px;
	float:left;
}
#navmissions {
	width: 160px;
	height: 41px;
	float:left;
}
#navlibrary {
	width: 130px;
	height: 41px;
	float:left;
}
#navapply {
	width: 140px;
	height: 41px;
	float:left;
}
#navright {
	width: 150px;
	height: 41px;
	float:left;
}


/* BODY */

#content {
	background: url(http://juniorleagueofsuperheroes.com/images/body.jpg) no-repeat;
	width: 1000px;
	height: 380px;
}

#content-apply {
	background: url(http://juniorleagueofsuperheroes.com/images/applynow.jpg) no-repeat;
	width: 1000px;
	height: 380px;
}

#missionsleft {
	width: 200px;
	height: 380px;
	float:left;
}

#missionscenter {
	width: 600px;
	height: 380px;
	float:left;
}

#missionsright {
	width: 200px;
	height: 380px;
	float:left;
}

/* TEAM DIVS */

#team1 {
	width: 190px;
	height: 380px;
	float:left;
}

#team2 {
	width: 155px;
	height: 380px;
	float:left;
}

#team3 {
	width: 157px;
	height: 380px;
	float:left;
}

#team4 {
	width: 155px;
	height: 380px;
	float:left;
}

#team5 {
	width: 155px;
	height: 380px;
	float:left;
}

#team6 {
	width: 188px;
	height: 380px;
	float:left;
}

/* APPLY DIVS */

#applyleftmargin {
	width:170px;
	height: 380px;
	float:left;
}

#applyleft {
	width:400px;
	height: 380px;
	line-height:300%;
	float:left;
}

#applyright {
	width:430px;
	height: 380px;
	line-height:200%;
	float:left;
}



/* FOOTER */

#footer {
	background: url(http://juniorleagueofsuperheroes.com/images/footer.jpg) no-repeat;
	width: 1000px;
	height: 20px;
}

#footerleft {
	width: 200px;
	height: 20px;
	float:left;
}

#footercenter {
	width: 650px;
	height: 20px;
	float:left;
}

#footerright {
	width: 150px;
	height: 20px;
	float:left;
}