/* this part varies for each topic */
/* this is for "personallecture" */

#personallecture {
	float: left;
	width: 70em;
	height: 132em;
	margin-bottom: 30px;
	/*
	border-color: #000000;
	border-style: dotted;
	*/
}

#wrap1 {
	height: 53em;
	/*
	border-color: #aa00aa;
	border-style: solid;
	*/
}

#definition h2 {
	font-weight: normal;
	/*
	border-color: #aa0000;
	border-style: solid;
	*/
}

#definition h2 p {
    /* indent */
	text-indent: 1em;
	font-size: normal;
	line-height: 1.5;
	/*
	border-color: #00aa00;
	border-style: solid;
	*/
}

#explanation {
    /* making indents and defining the font class */
    margin-top: 1em;
	font-size: 11px;
	line-height: 1.5;
	text-indent: 10px;
	/*
	border-color: #aa0000;
	border-style: solid;
	*/
}

#conclusion {
    /* making indents and defining the font class */
    margin-top: 2em;
	font-size: 11px;
	line-height: 1.5;
	text-indent: 10px;
	/*
	border-color: #aa0000;
	border-style: solid;
	*/
}

.blue {
    /* text color */
    color: #0000bb;
  
}

.emphasizing {
	font-weight: bold;
}

.left {
	float: left;
	width: 48%;
}

#image1 {
	float: left;
	width: 45%;
	margin: 4em 0em 0em 2em;
	/*
	border-color: #aa0000;
	border-style: solid;
	*/
}


#wrap2 {
	clear: both;
	height: 54em;
	margin-top: 3em;
	/*
	border-color: #000000;
	border-style: solid;
	*/
}

#theDifference h2 {

	/*
	border-color: #aa0000;
	border-style: solid;
	*/
}

#theDifference div {
    /* making indents and defining the font class */
	font-size: 11px;
	line-height: 1.5;
	text-indent: 10px;
	/*
	border-color: #aa0000;
	border-style: solid;
	*/
}

#explanation2 {
	
}

#conclusion2 {
	margin-top: 2em;
	/*
	border-color: #aa0000;
	border-style: solid;
	*/
}

#image2 {
	float: left;
	width: 45%;
	margin: 2em 0em 0em 2em;
	/*
	border-color: #aa0000;
	border-style: solid;
	*/
}
