body {
text-align: center
}

html, body {
text-align: center;
}

#container {
	text-align: left;
	background-color: #2B3F24;
	background-position: center;
	width: 960px;
	margin-top: 5px;
	top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height: 153px;
	width: 960px;
	background-color: #c1cb80;
}
#HeaderIMG {
	margin: 0px;
	padding: 0px;
}

#Nav {
	background-color: #4B6341;
	float: left;
	width: 208px;
	height: 490px;
}

#Content {
	float: left;
	width: 752px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FFFFFF;
	height: 490px;
}

#Menu {
	padding-bottom: 2px;
	height: 35px;
	list-style-type: none;
	margin-left: -25px;
}

#CourseContent {
	float: left;
	width: 752px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FFFFFF;
	height: 1500px;
}

#CourseNav {
	background-color: #4B6341;
	float: left;
	width: 208px;
	height: 1500px;
}

#Footer {
	background-color: #c1cb80;
	height: 50px;
	width: 960px;
	float: left;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#FooterText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #2B3F24;
	text-decoration: none;
	display: block;
	height: 47px;
	clear: both;
	float: left;
	width: 960px;
	margin-top: 3px;
	text-align: center;
	padding-top: 10px;
}

Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	float: left;
}

