body {
	background: white;
	}

.pageWrapIntern {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Grande", Verdana, Arial;
  	color: #222;
  	font-size: 13px;
  	font-weight: normal;
  	line-height: 1.3em; 
  	letter-spacing: 0px;

	}

.applyButton {
	width: 190px;
	height: 95px;
	background: url("images/applybutton.jpg") 0 0 no-repeat;
	display: block;
	}

.applyButton:hover {
	background-position: 0 -95px;
	}

/* TITLE QUADRANTS */


.internTitle {
	width: 650px;
	height: 140px;
	float: left;
	background: url("images/interns1.jpg") 0 0 no-repeat;
	}

.markerTitle {
	width: 310px;
	height: 140px;
	float: right;
	background: url("images/interns2.jpg") 0 0 no-repeat;	}


/* MAIN QUADRANTS */

.inputIntern {
	width: 450px;
	height: 320px;	
	float: left;
	background: url("images/interns3.jpg") 0 0 no-repeat;	}
	
.inputText {
	width: 220px;
/* 	height: auto; */
	margin-left: 210px;
	margin-top: 83px;
	}


.assetsIntern {
	width: 510px;
	min-height: 320px;	
	float: right;
	background: url("images/interns4.jpg") 0 0 no-repeat;	}

.assetsText {
	width: 265px;
/* 	height: auto; */
	margin-left: 245px;
	margin-top: 150px;
	}


.testingIntern {
	width: 450px;
	height: 350px;	
	float: left;
	background: url("images/interns5.jpg") 0 0 no-repeat;	
		}
	
	
.testingText {
	width: 230px;
/* 	height: auto; */
	margin-left: 145px;
	margin-top: 185px;

	}


.availabilityIntern {
	width: 510px;
	height: 350px;	
	float: right;
	background: url("images/interns6.jpg") 0 0 no-repeat;
	}

.availabilityText {
	width: 235px;
/* 	height: auto; */
	margin-left: 255px;
	margin-top: 140px;
	}


/* LOWER QUADRANTS */

.lowerWrapIntern {
	width: 960px;
	}

.leftRocket {
	width: 210px;
	height: 500px;
	float:left;
	background: url("images/interns7.jpg") 0 0 no-repeat;
	}
	
.middleIntern {
	width: 540px;
	float:left;
	}

.requireIntern {
	width:540px;
	min-height: 270px;
	background: url("images/interns8.jpg") 0 0 no-repeat;
	}

.requireText {
	width: 540px;
	padding-top: 105px;
	text-align: center;
	}
	
.finalIntern  {
	width:540px;
	background: url("images/interns9.jpg") 0 0 no-repeat;
	}
	
.finalText {
	width: 460px;
	padding-top: 65px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
.rightRocket {
	width: 210px;
	height: 500px;
	float:left;
	background: url("images/interns10.jpg") 0 0 no-repeat;
	}	
	

