html, body {  /*streches mainbody div to full screen height*/
height: 100%;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	left: 0px;
	top: 0px;
}
body {
	margin: 0px;
}
#mainbody #footer {
	font-size: 10px;
	text-align: right;
	margin-right: 10px;
}

#nav {
	float: left;
	width: 15%;
	margin-top: 24px;
	margin-left: 0px;
}
#mainbody {
	background-image: url(images/red_background2.jpg);
	float: none;
	padding-top: 25px;
	padding-left: 0px;
	color: #FFFFFF;
	margin-left: 15%;
	min-height: 100%; /*streches mainbody div to full screen height*/
}
#mainbody #pic {
	float: left;
	width: 200px;
	margin-left: 5%;
	background-image: url(images/Lynda_2.jpg);
	background-repeat: no-repeat;
	height: 260px;
	margin-bottom: 15px;
}
#mainbody #pic #linda_subheading {
	text-indent: 0px;
	width: 200px;
}

#mainbody #pic2 {
	float: left;
	width: 200px;
	margin-left: 5%;
	background-image: url(images/Paul_2.jpg);
	background-repeat: no-repeat;
	height: 260px;
	margin-bottom: 15px;
}
#mainbody #pic3 {
	float: left;
	width: 200px;
	margin-left: 5%;
	background-image: url(images/John_2b.jpg);
	background-repeat: no-repeat;
	height: 260px;
	margin-bottom: 10px;
	margin-right: 20px;
}
#mainbody #pic2 #paul_subheading {
	text-indent: 0px;
	width: 200px;
	height: 100px;
}
#mainbody #pic3 #john_subheading {
	text-indent: 0px;
	width: 200px;
}
#mainbody #maintext {
	color: #FFFFFF;
	text-indent: 0px;
	margin-left: 35px;
	margin-right: 10px;
	vertical-align: top;
}
#mainbody #pic_lynda {
	float: left;
	width: 200px;
	margin-left: 0px;
	background-image: url(images/Lynda_2.jpg);
	background-repeat: no-repeat;
	height: 260px;
	margin-right: 25px;
	margin-bottom: 0px;
}
#mainbody #pic2_paul {
	float: left;
	width: 200px;
	margin-left: 0px;
	background-image: url(images/Paul_2.jpg);
	background-repeat: no-repeat;
	height: 260px;
	margin-right: 25px;
}
#mainbody #pic3_john {
	float: left;
	width: 200px;
	margin-left: 0px;
	background-image: url(images/John_2b.jpg);
	background-repeat: no-repeat;
	height: 260px;
	margin-bottom: 0px;
	margin-right: 25px;
}

