/* this css file creates a wider rightside for the pages that contain class outlines and class information */
#leftside {
	width:350px;
	height:auto;
	margin: auto;
	float: left;
	padding: 20px 20px 20px 30px;
	background-color: #FFFFFF;
	text-align: left;
	border-right: 1px dotted #0B75FA;
}
#rightside {
	width:334px;
	height:auto;
	margin: auto;
	float: right;
	padding: 20px 20px 5px 20px;
	text-align: left;
}